Skip to content

Commit

Permalink
feat: @arianee/creator full privacy mode (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWhiteleaf authored Jul 1, 2024
1 parent 749a37e commit ef0ad1d
Show file tree
Hide file tree
Showing 22 changed files with 1,094 additions and 187 deletions.
2 changes: 2 additions & 0 deletions apps/angular-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
"@schematics/angular": "~16.0.0",
"@types/node": "18.14.2",
"assert": "^2.0.0",
"browserify-fs": "^1.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"jest-preset-angular": "~13.1.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/angular-creator/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
"types": ["ffjavascript"]
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts", "tls.d.ts", "net.d.ts"],
Expand Down
5 changes: 4 additions & 1 deletion apps/angular-creator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"paths": {
"path": ["./node_modules/path-browserify"],
"fs": ["./node_modules/browserify-fs"],
"crypto": ["./node_modules/crypto-browserify"],
"stream": ["./node_modules/stream-browserify"],
"assert": ["./node_modules/assert"],
Expand Down Expand Up @@ -40,7 +42,8 @@
"packages/arianee-protocol-client/src/index.ts"
],
"@arianee/creator": ["packages/creator/src/index.ts"],
"@arianee/permit721-sdk": ["packages/permit721-sdk/src/index.ts"]
"@arianee/permit721-sdk": ["packages/permit721-sdk/src/index.ts"],
"@arianee/privacy-circuits": ["packages/privacy-circuits/src/index.ts"]
}
},
"files": [],
Expand Down
Loading

0 comments on commit ef0ad1d

Please sign in to comment.