Skip to content

Commit

Permalink
Merge pull request #12 from greymass/removing-eos-mentions
Browse files Browse the repository at this point in the history
Removing eos mentions
  • Loading branch information
aaroncox authored Nov 11, 2024
2 parents f9648d6 + 5856ba8 commit 9d2023f
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
key: snap-${{ runner.os }}-${{ github.sha }}
- run: yarn install --immutable
- name: Run e2e tests
run: yarn workspace @greymass/eos-wallet run test
run: yarn workspace snap run test
- name: Require clean working directory
shell: bash
run: |
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"lint:eslint": "eslint . --cache -c js,jsx,ts,tsx",
"lint:fix": "yarn lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '!**/CHANGELOG.md' '**/*.yml' --ignore-path .gitignore",
"publish:snap": "yarn workspace @greymass/eos-wallet npm publish --access public",
"publish:snap:next": "yarn workspace @greymass/eos-wallet npm publish --access public --tag next",
"publish:snap": "yarn workspace snap npm publish --access public",
"publish:snap:next": "yarn workspace snap npm publish --access public --tag next",
"start": "yarn workspaces foreach --parallel --interlaced --verbose run start",
"test": "yarn workspace @greymass/eos-wallet run test --passWithNoTests"
"test": "yarn workspace snap run test --passWithNoTests"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@greymass/eos-wallet",
"name": "snap",
"version": "1.0.1",
"description": "MetaMask Snap allowing users to interact with Antelope networks",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/@greymass/antelope-snap.git"
},
"source": {
"shasum": "QZEb6DgW92HtGAuSJNpfWGNKBWGv/A3xlll2fiL4H5c=",
"shasum": "m24q8fHmbJ5EWc1RDiD77ZphcUuxAPJ2M7Fo2TEfkG8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "src/assets/eos-logo.svg",
"packageName": "@greymass/eos-wallet",
"packageName": "snap",
"registry": "https://registry.npmjs.org/"
}
}
Expand Down
72 changes: 36 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1741,42 +1741,6 @@ __metadata:
languageName: node
linkType: hard

"@greymass/eos-wallet@workspace:packages/snap":
version: 0.0.0-use.local
resolution: "@greymass/eos-wallet@workspace:packages/snap"
dependencies:
"@jest/globals": ^29.5.0
"@metamask/auto-changelog": ^3.4.4
"@metamask/eslint-config": ^12.2.0
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/snaps-cli": ^6.1.0
"@metamask/snaps-jest": ^7.0.0
"@metamask/snaps-sdk": ^4.0.0
"@typescript-eslint/eslint-plugin": ^5.42.1
"@typescript-eslint/parser": ^5.42.1
"@wharfkit/antelope": ^1.0.7
"@wharfkit/common": ^1.2.2
buffer: ^6.0.3
eslint: ^8.45.0
eslint-config-prettier: ^8.5.0
eslint-plugin-import: ~2.26.0
eslint-plugin-jest: ^27.1.5
eslint-plugin-jsdoc: ^41.1.2
eslint-plugin-n: ^15.7.0
eslint-plugin-prettier: ^4.2.1
eslint-plugin-promise: ^6.1.1
jest: ^29.5.0
prettier: ^2.7.1
prettier-plugin-packagejson: ^2.2.11
rimraf: ^3.0.2
ts-jest: ^29.1.0
typescript: ^4.7.4
languageName: unknown
linkType: soft

"@greymass/return-path@npm:^0.0.1":
version: 0.0.1
resolution: "@greymass/return-path@npm:0.0.1"
Expand Down Expand Up @@ -11422,6 +11386,42 @@ __metadata:
languageName: node
linkType: hard

"snap@workspace:packages/snap":
version: 0.0.0-use.local
resolution: "snap@workspace:packages/snap"
dependencies:
"@jest/globals": ^29.5.0
"@metamask/auto-changelog": ^3.4.4
"@metamask/eslint-config": ^12.2.0
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/snaps-cli": ^6.1.0
"@metamask/snaps-jest": ^7.0.0
"@metamask/snaps-sdk": ^4.0.0
"@typescript-eslint/eslint-plugin": ^5.42.1
"@typescript-eslint/parser": ^5.42.1
"@wharfkit/antelope": ^1.0.7
"@wharfkit/common": ^1.2.2
buffer: ^6.0.3
eslint: ^8.45.0
eslint-config-prettier: ^8.5.0
eslint-plugin-import: ~2.26.0
eslint-plugin-jest: ^27.1.5
eslint-plugin-jsdoc: ^41.1.2
eslint-plugin-n: ^15.7.0
eslint-plugin-prettier: ^4.2.1
eslint-plugin-promise: ^6.1.1
jest: ^29.5.0
prettier: ^2.7.1
prettier-plugin-packagejson: ^2.2.11
rimraf: ^3.0.2
ts-jest: ^29.1.0
typescript: ^4.7.4
languageName: unknown
linkType: soft

"socks-proxy-agent@npm:^8.0.3":
version: 8.0.4
resolution: "socks-proxy-agent@npm:8.0.4"
Expand Down

0 comments on commit 9d2023f

Please sign in to comment.