@astrox/authentication 0.0.31 → 0.0.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -750,6 +750,21 @@
750
750
  "version": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
751
751
  "signature": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
752
752
  "affectsGlobalScope": false
753
+ },
754
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts": {
755
+ "version": "8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649",
756
+ "signature": "8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649",
757
+ "affectsGlobalScope": false
758
+ },
759
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts": {
760
+ "version": "209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",
761
+ "signature": "209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",
762
+ "affectsGlobalScope": false
763
+ },
764
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts": {
765
+ "version": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b",
766
+ "signature": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b",
767
+ "affectsGlobalScope": false
753
768
  }
754
769
  },
755
770
  "options": {
@@ -777,6 +792,15 @@
777
792
  "configFilePath": "../tsconfig-cjs.json"
778
793
  },
779
794
  "referencedMap": {
795
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts": [
796
+ "../node_modules/@types/node/util.d.ts"
797
+ ],
798
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts": [
799
+ "../node_modules/@types/node/util.d.ts"
800
+ ],
801
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts": [
802
+ "../node_modules/@types/node/util.d.ts"
803
+ ],
780
804
  "../../agent/lib/cjs/actor.d.ts": [
781
805
  "../../agent/lib/cjs/agent/index.d.ts",
782
806
  "../../agent/lib/cjs/errors.d.ts",
@@ -1508,6 +1532,15 @@
1508
1532
  ]
1509
1533
  },
1510
1534
  "exportedModulesMap": {
1535
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts": [
1536
+ "../node_modules/@types/node/util.d.ts"
1537
+ ],
1538
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts": [
1539
+ "../node_modules/@types/node/util.d.ts"
1540
+ ],
1541
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts": [
1542
+ "../node_modules/@types/node/util.d.ts"
1543
+ ],
1511
1544
  "../../agent/lib/cjs/actor.d.ts": [
1512
1545
  "../../agent/lib/cjs/agent/index.d.ts",
1513
1546
  "../../agent/lib/cjs/errors.d.ts",
@@ -2232,6 +2265,9 @@
2232
2265
  ]
2233
2266
  },
2234
2267
  "semanticDiagnosticsPerFile": [
2268
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts",
2269
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts",
2270
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts",
2235
2271
  "../../agent/lib/cjs/actor.d.ts",
2236
2272
  "../../agent/lib/cjs/agent/api.d.ts",
2237
2273
  "../../agent/lib/cjs/agent/http/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/authentication",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "author": "DFINITY Stiftung <sdk@astrox.org>",
5
5
  "license": "Apache-2.0",
6
6
  "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer",
@@ -56,11 +56,11 @@
56
56
  "typescript": "^4.2.3",
57
57
  "whatwg-fetch": "^3.0.0"
58
58
  },
59
- "gitHead": "b22eed024022ba7b383e042418081e4d8b26bf63",
59
+ "gitHead": "89808c580ea0dd1cce1f1b4c84aae0b476b6b700",
60
60
  "dependencies": {
61
- "@astrox/agent": "^0.0.31",
62
- "@astrox/identity": "^0.0.31",
63
- "@astrox/principal": "^0.0.31",
61
+ "@astrox/agent": "^0.0.32",
62
+ "@astrox/identity": "^0.0.32",
63
+ "@astrox/principal": "^0.0.32",
64
64
  "buffer": "6.0.3",
65
65
  "simple-cbor": "^0.4.1"
66
66
  }