Skip to content

Commit

Permalink
feat: update snap packages (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Nov 2, 2023
1 parent 54387f4 commit 8b03b51
Show file tree
Hide file tree
Showing 41 changed files with 775 additions and 535 deletions.
5 changes: 5 additions & 0 deletions .changeset/thin-donkeys-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@blockchain-lab-um/masca': minor
---

Use new `snap_getFile` API for loading circuits
2 changes: 1 addition & 1 deletion .ci.prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Ignore this becuase we want to format only the files in the root directory
apps
libs
packages
pnpm-lock.yaml
.vercel
.changeset
CHANGELOG.md
.nx
4 changes: 2 additions & 2 deletions libs/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"@veramo/did-resolver": "5.5.3",
"@veramo/key-manager": "5.5.3",
"@veramo/kms-local": "5.5.3",
"@vitest/coverage-v8": "1.0.0-beta.2",
"@vitest/coverage-v8": "1.0.0-beta.3",
"better-sqlite3": "^9.0.0",
"jest-extended": "4.0.2",
"multiformats": "^12.1.3",
"tsup": "^7.2.0",
"typeorm": "^0.3.17",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "1.0.0-beta.2"
"vitest": "1.0.0-beta.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion libs/did-provider-key/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.exclusions=**/node_modules/**,**/*spec.ts,**/*.e2e-spec.ts,tests/**
sonar.test.inclusions=**/*spec.ts,**/*.e2e-spec.ts
sonar.javascript.lcov.reportPaths=coverage/clover.xml
sonar.javascript.lcov.reportPaths=coverage/lcov.info
2 changes: 1 addition & 1 deletion libs/did-provider-key/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineConfig({
enabled: true,
provider: 'v8',
clean: true,
reporter: ['clover'],
reporter: ['lcov'],
include: ['src/**/*.ts'],
},
},
Expand Down
4 changes: 2 additions & 2 deletions libs/oidc/client-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"devDependencies": {
"@sphereon/ssi-types": "^0.11.0",
"@types/qs": "^6.9.9",
"@vitest/coverage-v8": "1.0.0-beta.2",
"@vitest/coverage-v8": "1.0.0-beta.3",
"jest-extended": "4.0.2",
"tsup": "^7.2.0",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "1.0.0-beta.2"
"vitest": "1.0.0-beta.3"
},
"veramo": {
"pluginInterfaces": {
Expand Down
2 changes: 1 addition & 1 deletion libs/oidc/client-plugin/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.exclusions=**/node_modules/**,**/*spec.ts,**/*.e2e-spec.ts
sonar.test.inclusions=**/*spec.ts,**/*.e2e-spec.ts
sonar.javascript.lcov.reportPaths=coverage/clover.xml
sonar.javascript.lcov.reportPaths=coverage/lcov.info
2 changes: 1 addition & 1 deletion libs/oidc/client-plugin/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineConfig({
enabled: true,
provider: 'v8',
clean: true,
reporter: ['clover'],
reporter: ['lcov'],
include: ['src/**/*.ts'],
},
},
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@ceramicnetwork/[email protected]": "patches/@[email protected]",
"@metamask/[email protected]": "patches/@[email protected]",
"@changesets/[email protected]": "patches/@[email protected]"
"@changesets/[email protected]": "patches/@[email protected]",
"@metamask/[email protected]": "patches/@[email protected]",
"@metamask/[email protected]": "patches/@[email protected]"
},
"allowNonAppliedPatches": true
}
Expand Down
3 changes: 2 additions & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@metamask/detect-provider": "^2.0.0",
"@metamask/providers": "^10.2.0",
"@metamask/providers": "13.1.0",
"@prisma/client": "^5.5.2",
"@radix-ui/react-toast": "^1.1.5",
"@react-oauth/google": "^0.11.1",
Expand All @@ -49,6 +49,7 @@
"qs": "^6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.6",
"swr": "^2.2.4",
"tailwind-scrollbar": "^3.0.5",
"zustand": "^4.4.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/datamanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"devDependencies": {
"@types/jsonpath": "^0.2.2",
"@types/uuid": "^9.0.6",
"@vitest/coverage-v8": "1.0.0-beta.2",
"@vitest/coverage-v8": "1.0.0-beta.3",
"jest-extended": "^4.0.2",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "1.0.0-beta.2"
"vitest": "1.0.0-beta.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/datamanager/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.exclusions=**/node_modules/**,**/*spec.ts,**/*.e2e-spec.ts
sonar.test.inclusions=**/*spec.ts,**/*.e2e-spec.ts
sonar.javascript.lcov.reportPaths=coverage/clover.xml
sonar.javascript.lcov.reportPaths=coverage/lcov.info
2 changes: 1 addition & 1 deletion packages/datamanager/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineConfig({
enabled: true,
provider: 'v8',
clean: true,
reporter: ['clover'],
reporter: ['lcov'],
include: ['src/**/*.ts'],
},
},
Expand Down
1 change: 1 addition & 0 deletions packages/snap/files/circuits/authV2/circuit.wasm

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 8b03b51

Please sign in to comment.