Skip to content

Commit

Permalink
chore: merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Apr 22, 2024
2 parents b016cc8 + 3f6d73e commit f35c154
Show file tree
Hide file tree
Showing 7 changed files with 1,549 additions and 2,245 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-pens-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/masca": minor
---

Update snaps libraries
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"cross-fetch@3.1.8": "patches/cross-fetch@3.1.8.patch",
"cross-fetch@4.0.0": "patches/cross-fetch@4.0.0.patch",
"@ceramicnetwork/common@2.30.0": "patches/@ceramicnetwork__common@2.30.0.patch",
"@metamask/snaps-sdk@1.2.0": "patches/@metamask__snaps-sdk@1.2.0.patch",
"@changesets/assemble-release-plan@6.0.0": "patches/@changesets__assemble-release-plan@6.0.0.patch",
"ffjavascript@0.2.63": "patches/ffjavascript@0.2.63.patch",
"did-jwt@6.11.6": "patches/did-jwt@6.11.6.patch",
Expand Down
5 changes: 3 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@iden3/js-merkletree": "1.2.0",
"@metamask/key-tree": "^9.0.0",
"@metamask/providers": "14.0.2",
"@metamask/snaps-sdk": "1.2.0",
"@metamask/snaps-sdk": "3.2.0",
"@metamask/utils": "^8.2.1",
"@veramo/core": "6.0.0",
"@veramo/credential-eip712": "6.0.0",
Expand Down Expand Up @@ -101,7 +101,8 @@
},
"devDependencies": {
"@ceramicnetwork/streamid": "2.17.0",
"@metamask/snaps-cli": "3.0.3",
"@metamask/snaps-cli": "6.1.0",
"@metamask/snaps-utils": "7.0.4",
"@types/elliptic": "^6.4.18",
"@types/jsonpath": "^0.2.4",
"@types/lodash.clonedeep": "^4.5.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/post-process.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('node:fs');
const pathUtils = require('node:path');

const { postProcessBundle } = require('@metamask/snaps-utils');
const { postProcessBundle } = require('@metamask/snaps-utils/node');

console.log('Post-processing bundle');

Expand Down
8 changes: 4 additions & 4 deletions packages/snap/snap.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
cliOptions: {
src: 'dist/snap.js',
port: 8081,
transpilationMode: 'localOnly',
input: './src/index.ts',
output: {
path: 'dist',
filename: 'snap.js',
},
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 649aa62a91fdb0429db1d9553a3e80824576c53a..0000000000000000000000000000000000000000
index f1f9cfdc963b8c7fdb664dfcc23168d5b6d3d965..0000000000000000000000000000000000000000
diff --git a/dist/types/types/global.d.ts b/dist/types/types/global.d.ts
index c3bd544a4c06ee552f753a913f6d39ca6f8575c1..a5e4d5f4650e52f6ce9d2ca97a3ca65475b27c08 100644
--- a/dist/types/types/global.d.ts
Expand Down
3,771 changes: 1,535 additions & 2,236 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit f35c154

Please sign in to comment.