Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into eos
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Nov 9, 2024
2 parents f0718d3 + f9648d6 commit 676f544
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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 snap run test
run: yarn workspace @greymass/eos-wallet run test
- name: Require clean working directory
shell: bash
run: |
Expand Down
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ logFilters:

nodeLinker: node-modules

npmRegistryServer: 'https://registry.npmjs.org'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "root",
"version": "1.0.0",
"private": true,
"description": "",
"description": "Template for deploying Antelope-based snaps. See branches for specific networks.",
"homepage": "https://github.com/greymass/antelope-snap",
"bugs": {
"url": "https://github.com/greymass/antelope-snap"
},
"repository": {
"type": "git",
"url": "https://github.com/@greymass/antelope-snap.git"
"url": "git+https://github.com/greymass/antelope-snap.git"
},
"license": "MIT",
"author": "Greymass Inc.",
Expand All @@ -23,8 +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",
"start": "yarn workspaces foreach --parallel --interlaced --verbose run start",
"test": "yarn workspace snap run test --passWithNoTests"
"test": "yarn workspace @greymass/eos-wallet 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,6 +1,6 @@
{
"name": "@greymass/eos-wallet",
"version": "1.0.0",
"version": "1.0.1",
"description": "Use MetaMask with the EOS Network",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.0.0",
"version": "1.0.1",
"description": "Use MetaMask with the EOS Network",
"proposedName": "EOS Wallet",
"repository": {
"type": "git",
"url": "https://github.com/@greymass/antelope-snap.git"
},
"source": {
"shasum": "qrb7Oxl5Q0mqCgXm5wmZ6CIiAuM4S3c1cblLv4vTCys=",
"shasum": "JyHwpSdSDLYKueBzFFGWp+Vi2k1inVgiqlAYeeyIiQU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 676f544

Please sign in to comment.