Skip to content

Commit

Permalink
1.0.0-prerelease.1 (#1540)
Browse files Browse the repository at this point in the history
* 1.0.0-prerelease.1

* Update changelogs

* Update yarn.lock and manifests

* Update repository URLs

* Address PR comments

* Update shasums

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
3 people authored Jun 23, 2023
1 parent c2d1869 commit 59bcb06
Show file tree
Hide file tree
Showing 53 changed files with 726 additions and 639 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "root",
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"workspaces": [
"packages/*"
Expand Down
115 changes: 60 additions & 55 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-prerelease.1]
### Changed
- Simplify Browserify example ([#1507](https://github.com/MetaMask/snaps/pull/1507))

## [0.32.2]
### Changed
- No changes this release.
Expand Down Expand Up @@ -256,58 +260,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This package was previously a subset of [`snaps-cli`](https://github.com/MetaMask/snaps-cli/tree/main/examples), which has been renamed to [`@metamask/snaps-cli`](https://npmjs.com/package/@metamask/snaps-cli).
- Some examples have been deleted because they were outdated.

[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.2...HEAD
[0.32.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.1...v0.32.2
[0.32.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.0...v0.32.1
[0.32.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.31.0...v0.32.0
[0.31.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.30.0...v0.31.0
[0.30.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.29.0...v0.30.0
[0.29.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.28.0...v0.29.0
[0.28.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...v0.28.0
[0.27.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.0...v0.27.1
[0.27.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.2...v0.27.0
[0.26.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...v0.26.2
[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1
[0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0
[0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1
[0.24.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...v0.24.0
[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0
[0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3
[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2
[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1
[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0
[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.7...v0.11.0
[0.10.7]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.6...v0.10.7
[0.10.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.5...v0.10.6
[0.10.5]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.3...v0.10.5
[0.10.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.0...v0.10.3
[0.10.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.3...v0.7.0
[0.6.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.0...v0.2.2
[0.2.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.1.0
[Unreleased]: https://github.com/MetaMask/snaps/compare/v1.0.0-prerelease.1...HEAD
[1.0.0-prerelease.1]: https://github.com/MetaMask/snaps/compare/v0.32.2...v1.0.0-prerelease.1
[0.32.2]: https://github.com/MetaMask/snaps/compare/v0.32.1...v0.32.2
[0.32.1]: https://github.com/MetaMask/snaps/compare/v0.32.0...v0.32.1
[0.32.0]: https://github.com/MetaMask/snaps/compare/v0.31.0...v0.32.0
[0.31.0]: https://github.com/MetaMask/snaps/compare/v0.30.0...v0.31.0
[0.30.0]: https://github.com/MetaMask/snaps/compare/v0.29.0...v0.30.0
[0.29.0]: https://github.com/MetaMask/snaps/compare/v0.28.0...v0.29.0
[0.28.0]: https://github.com/MetaMask/snaps/compare/v0.27.1...v0.28.0
[0.27.1]: https://github.com/MetaMask/snaps/compare/v0.27.0...v0.27.1
[0.27.0]: https://github.com/MetaMask/snaps/compare/v0.26.2...v0.27.0
[0.26.2]: https://github.com/MetaMask/snaps/compare/v0.26.1...v0.26.2
[0.26.1]: https://github.com/MetaMask/snaps/compare/v0.26.0...v0.26.1
[0.26.0]: https://github.com/MetaMask/snaps/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/MetaMask/snaps/compare/v0.24.1...v0.25.0
[0.24.1]: https://github.com/MetaMask/snaps/compare/v0.24.0...v0.24.1
[0.24.0]: https://github.com/MetaMask/snaps/compare/v0.23.0...v0.24.0
[0.23.0]: https://github.com/MetaMask/snaps/compare/v0.22.3...v0.23.0
[0.22.3]: https://github.com/MetaMask/snaps/compare/v0.22.2...v0.22.3
[0.22.2]: https://github.com/MetaMask/snaps/compare/v0.22.1...v0.22.2
[0.22.1]: https://github.com/MetaMask/snaps/compare/v0.22.0...v0.22.1
[0.22.0]: https://github.com/MetaMask/snaps/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/MetaMask/snaps/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/MetaMask/snaps/compare/v0.19.1...v0.20.0
[0.19.1]: https://github.com/MetaMask/snaps/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/MetaMask/snaps/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/MetaMask/snaps/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/MetaMask/snaps/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/MetaMask/snaps/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/MetaMask/snaps/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/MetaMask/snaps/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/MetaMask/snaps/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/MetaMask/snaps/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/MetaMask/snaps/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/MetaMask/snaps/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/MetaMask/snaps/compare/v0.10.7...v0.11.0
[0.10.7]: https://github.com/MetaMask/snaps/compare/v0.10.6...v0.10.7
[0.10.6]: https://github.com/MetaMask/snaps/compare/v0.10.5...v0.10.6
[0.10.5]: https://github.com/MetaMask/snaps/compare/v0.10.3...v0.10.5
[0.10.3]: https://github.com/MetaMask/snaps/compare/v0.10.0...v0.10.3
[0.10.0]: https://github.com/MetaMask/snaps/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/MetaMask/snaps/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/MetaMask/snaps/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/MetaMask/snaps/compare/v0.6.3...v0.7.0
[0.6.3]: https://github.com/MetaMask/snaps/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/MetaMask/snaps/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/MetaMask/snaps/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/MetaMask/snaps/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/MetaMask/snaps/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/MetaMask/snaps/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/MetaMask/snaps/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/MetaMask/snaps/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/MetaMask/snaps/compare/v0.2.0...v0.2.2
[0.2.0]: https://github.com/MetaMask/snaps/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/MetaMask/snaps/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/snaps/releases/tag/v0.1.0
8 changes: 4 additions & 4 deletions packages/examples/examples/bls-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "bls-signer",
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"private": true,
"description": "An example Snap that signs messages using BLS.",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"license": "ISC",
"main": "src/index.js",
Expand All @@ -18,7 +18,7 @@
"clean": "rimraf 'dist/*'"
},
"dependencies": {
"@metamask/snaps-ui": "^0.32.2",
"@metamask/snaps-ui": "^1.0.0-prerelease.1",
"eth-json-rpc-errors": "^1.1.0",
"noble-bls12-381": "^0.2.3"
},
Expand All @@ -29,7 +29,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.32.2",
"@metamask/snaps-cli": "^1.0.0-prerelease.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/bls-signer/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"description": "An example Snap that signs messages using BLS.",
"proposedName": "bls-signer",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "iXUoGfGQK0sAduChYCKjvfo+bNQniLV6JDmwv21ObZA=",
"shasum": "oCqygTAjXh4snCOzdTIiWvCKIC7IkXZU5zHpiLoHwZo=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/examples/examples/browserify/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "browserify-snap",
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"private": true,
"description": "An example Snap built using TypeScript and Browserify",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"license": "ISC",
"main": "src/index.js",
Expand All @@ -27,9 +27,9 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-browserify-plugin": "^0.32.2",
"@metamask/snaps-cli": "^0.32.2",
"@metamask/snaps-types": "^0.32.2",
"@metamask/snaps-browserify-plugin": "^1.0.0-prerelease.1",
"@metamask/snaps-cli": "^1.0.0-prerelease.1",
"@metamask/snaps-types": "^1.0.0-prerelease.1",
"@types/browserify": "^12.0.37",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/browserify/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"description": "An example Snap built using TypeScript and Browserify",
"proposedName": "browserify-snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "Mq7JwWPuygAlqyHaYXgu08FGDAyKt9K/37PAzr8FG3c=",
"shasum": "HH0IwNGJwZp1ciYenaG+guDgfNgrGgvM6y214QEepls=",
"location": {
"npm": {
"filePath": "dist/snap.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/ethers-js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ethers-js-snap",
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"private": true,
"description": "An example Snap that that uses ethers.js.",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"license": "ISC",
"main": "src/index.js",
Expand All @@ -27,7 +27,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.32.2",
"@metamask/snaps-cli": "^1.0.0-prerelease.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/ethers-js/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"description": "An example Snap that that uses ethers.js.",
"proposedName": "ethers-js-snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "eaNCB67G3ouJnQINIXBTb7uoZLGkgiZNKywBGrnW7cU=",
"shasum": "mI0KSXO/cio8C2Q0zhP87uA5iyJM/E0riytacs+mDUM=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/examples/insights/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "transaction-insights-snap",
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"private": true,
"description": "An example transaction insights Snap.",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"license": "MIT",
"main": "src/index.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.32.2",
"@metamask/snaps-types": "^0.32.2",
"@metamask/snaps-cli": "^1.0.0-prerelease.1",
"@metamask/snaps-types": "^1.0.0-prerelease.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/insights/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"description": "An example transaction insights Snap.",
"proposedName": "Transaction Insights Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "otS5cNwvZBT+y+F4m1GUwOfzm2Fk+9UFm/tl86X/F3s=",
"shasum": "J032tUqvh9rF4d9cgzc0Z0m7r2OR/Ewk8LOKX4XpbkY=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ipfs-snap",
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"private": true,
"description": "An example Snap that performs IPFS operations.",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"license": "ISC",
"main": "src/index.js",
Expand All @@ -28,7 +28,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.32.2",
"@metamask/snaps-cli": "^1.0.0-prerelease.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/ipfs/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"description": "An example Snap that performs IPFS operations.",
"proposedName": "ipfs-snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "5i2wvhxgf8OelllHiXWMOglqgTuWePbz8phtajXmLtQ=",
"shasum": "w3I7l2ncoW9r586Sc0a/Sm5AtaRWOLBThOuz73m9fq4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notification-snap",
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"private": true,
"description": "The 'Hello, world!' of MetaMask Snaps.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.32.2",
"@metamask/snaps-cli": "^1.0.0-prerelease.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/notifications/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.32.2",
"version": "1.0.0-prerelease.1",
"description": "A notification example snap.",
"proposedName": "Notification Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-template.git"
},
"source": {
"shasum": "nanj+sydfOa07ByjcYkH1DfSH79zECqiLjUAkit5mY0=",
"shasum": "j9UHX8VxF8KR7xbPbMsbMq7DSgh43gMyTT6K6kmjxIU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading

0 comments on commit 59bcb06

Please sign in to comment.