Skip to content

Commit

Permalink
Upgrade to node 18.18.0 for provenance support
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 12, 2024
1 parent 0aa8ce4 commit cef00a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.0
18.18.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.0
18.18.0
5 changes: 3 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@xmtp/snap",
"version": "1.3.3",
"version": "1.3.4",
"description": "Snap keystore implementation for XMTP",
"repository": {
"type": "git",
"url": "https://github.com/xmtp/snap.git"
"url": "https://github.com/xmtp/snap.git",
"directory": "packages/snap"
},
"license": "MIT",
"main": "dist/bundle.js",
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.3.0",
"version": "1.3.4",
"description": "A Snap that securely stores your XMTP keys across apps",
"proposedName": "Sign in with XMTP",
"repository": {
"type": "git",
"url": "https://github.com/xmtp/snap.git"
},
"source": {
"shasum": "XJe/FF4kK9jpK01IKoDgrbBz/nHx4LMTaSewSfLiUjk=",
"shasum": "a8Ea+n6V2EzDw+aH5+HtPclBye5K5pXwaFiHrUwhMSE=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit cef00a4

Please sign in to comment.