@astrox/auth-client 0.0.28 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -755,6 +755,21 @@
755
755
  "version": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
756
756
  "signature": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
757
757
  "affectsGlobalScope": false
758
+ },
759
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts": {
760
+ "version": "8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649",
761
+ "signature": "8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649",
762
+ "affectsGlobalScope": false
763
+ },
764
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts": {
765
+ "version": "209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",
766
+ "signature": "209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",
767
+ "affectsGlobalScope": false
768
+ },
769
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts": {
770
+ "version": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b",
771
+ "signature": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b",
772
+ "affectsGlobalScope": false
758
773
  }
759
774
  },
760
775
  "options": {
@@ -782,6 +797,15 @@
782
797
  "configFilePath": "../tsconfig-cjs.json"
783
798
  },
784
799
  "referencedMap": {
800
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts": [
801
+ "../node_modules/@types/node/util.d.ts"
802
+ ],
803
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts": [
804
+ "../node_modules/@types/node/util.d.ts"
805
+ ],
806
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts": [
807
+ "../node_modules/@types/node/util.d.ts"
808
+ ],
785
809
  "../../agent/lib/cjs/actor.d.ts": [
786
810
  "../../agent/lib/cjs/agent/index.d.ts",
787
811
  "../../agent/lib/cjs/errors.d.ts",
@@ -1518,6 +1542,15 @@
1518
1542
  ]
1519
1543
  },
1520
1544
  "exportedModulesMap": {
1545
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts": [
1546
+ "../node_modules/@types/node/util.d.ts"
1547
+ ],
1548
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts": [
1549
+ "../node_modules/@types/node/util.d.ts"
1550
+ ],
1551
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts": [
1552
+ "../node_modules/@types/node/util.d.ts"
1553
+ ],
1521
1554
  "../../agent/lib/cjs/actor.d.ts": [
1522
1555
  "../../agent/lib/cjs/agent/index.d.ts",
1523
1556
  "../../agent/lib/cjs/errors.d.ts",
@@ -2247,6 +2280,9 @@
2247
2280
  ]
2248
2281
  },
2249
2282
  "semanticDiagnosticsPerFile": [
2283
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts",
2284
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts",
2285
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts",
2250
2286
  "../../agent/lib/cjs/actor.d.ts",
2251
2287
  "../../agent/lib/cjs/agent/api.d.ts",
2252
2288
  "../../agent/lib/cjs/agent/http/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/auth-client",
3
- "version": "0.0.28",
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 provide a simple integration with an IC Internet Identity",
@@ -40,10 +40,10 @@
40
40
  "test:coverage": "jest --verbose --collectCoverage"
41
41
  },
42
42
  "devDependencies": {
43
- "@astrox/agent": "^0.0.28",
44
- "@astrox/authentication": "^0.0.28",
45
- "@astrox/identity": "^0.0.28",
46
- "@astrox/principal": "^0.0.28",
43
+ "@astrox/agent": "^0.0.32",
44
+ "@astrox/authentication": "^0.0.32",
45
+ "@astrox/identity": "^0.0.32",
46
+ "@astrox/principal": "^0.0.32",
47
47
  "@trust/webcrypto": "^0.9.2",
48
48
  "@types/jest": "^24.9.1",
49
49
  "@typescript-eslint/eslint-plugin": "^4.14.2",
@@ -60,5 +60,5 @@
60
60
  "typescript": "^4.2.3",
61
61
  "whatwg-fetch": "^3.0.0"
62
62
  },
63
- "gitHead": "85ac063356cc515aaaef695cd3de32539de2733e"
63
+ "gitHead": "89808c580ea0dd1cce1f1b4c84aae0b476b6b700"
64
64
  }