@astrox/auth-client 0.0.8 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/auth-client",
3
- "version": "0.0.8",
3
+ "version": "0.0.13",
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.8",
44
- "@astrox/authentication": "^0.0.8",
45
- "@astrox/identity": "^0.0.8",
46
- "@astrox/principal": "^0.0.8",
43
+ "@astrox/agent": "^0.0.13",
44
+ "@astrox/authentication": "^0.0.13",
45
+ "@astrox/identity": "^0.0.13",
46
+ "@astrox/principal": "^0.0.13",
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": "5a83a050634bbf6c6d55ed8efb46e83bc2a927d2"
63
+ "gitHead": "bd8bbdfa92630468257e7c86429170a07b4b889b"
64
64
  }
package/types/borc.d.ts CHANGED
@@ -12,6 +12,6 @@ declare module 'borc' {
12
12
  class Tagged {
13
13
  tag: number;
14
14
  value: any;
15
- constructor(tag: Number, value: any);
15
+ constructor(tag: number, value: any);
16
16
  }
17
17
  }