Skip to content

Commit

Permalink
Changes from tag: 0.1.5
Browse files Browse the repository at this point in the history
Tag message:
Merge branch '36-update-repo' into 'main'

chore: update repo

Closes #36

See merge request bitpandacustody/general/metamask-snap!20
  • Loading branch information
Bitpanda CI committed Jan 15, 2025
1 parent 052654e commit 005c585
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.1.3",
"version": "0.1.5",
"private": true,
"description": "",
"homepage": "https://github.com/MetaMask/template-snap-monorepo#readme",
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://buildpanda.wtf/bitpandacustody/general/metamask-snap.git"
"url": "git+git@github.com:bitpanda-labs/trust-vault-snap.git"
},
"license": "(MIT-0 OR Apache-2.0)",
"author": "",
Expand Down
7 changes: 4 additions & 3 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "@bitpandacustody/trust-vault-snap",
"version": "0.1.3",
"version": "0.1.5",
"description": "An account management snap that interacts with Bitpanda Custody subwallets to sign transactions.",
"repository": {
"type": "git",
"url": "https://buildpanda.wtf/bitpandacustody/general/metamask-snap.git"
"url": "git+git@github.com:bitpanda-labs/trust-vault-snap.git"
},
"license": "(MIT-0 OR Apache-2.0)",
"main": "./dist/bundle.js",
"files": [
"dist/",
"snap.manifest.json"
"snap.manifest.json",
"resources/"
],
"scripts": {
"allow-scripts": "yarn workspace root allow-scripts",
Expand Down
6 changes: 3 additions & 3 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.3",
"version": "0.1.5",
"description": "An account management snap that interacts with Bitpanda Custody subwallets to sign transactions",
"proposedName": "TrustVault",
"repository": {
"type": "git",
"url": "https://buildpanda.wtf/bitpandacustody/general/metamask-snap.git"
"url": "git+git@github.com:bitpanda-labs/trust-vault-snap.git"
},
"source": {
"shasum": "6lKo4PRJv9a74MFftLxvNpsJN0QnoRKWWiIL8Amd0N8=",
"shasum": "6RTfmbztqoctcMqsTQk4S4/C4bVx5XnZFjm0Rb9hNo0=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 005c585

Please sign in to comment.