@astrox/auth-client 0.0.42 → 0.0.45

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/auth-client",
3
- "version": "0.0.42",
3
+ "version": "0.0.45",
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.42",
44
- "@astrox/authentication": "^0.0.42",
45
- "@astrox/identity": "^0.0.42",
46
- "@astrox/principal": "^0.0.42",
43
+ "@astrox/agent": "^0.0.45",
44
+ "@astrox/authentication": "^0.0.45",
45
+ "@astrox/identity": "^0.0.45",
46
+ "@astrox/principal": "^0.0.45",
47
47
  "@trust/webcrypto": "^0.9.2",
48
48
  "@types/jest": "^24.9.1",
49
49
  "@typescript-eslint/eslint-plugin": "^4.14.2",
@@ -59,5 +59,5 @@
59
59
  "typescript": "^4.2.3",
60
60
  "whatwg-fetch": "^3.0.0"
61
61
  },
62
- "gitHead": "7f189e1e1a1138393f3f9bdd2c2518276a51b9c0"
62
+ "gitHead": "016e48c933081bc04bf3c3ccb5c7af6be5f707f5"
63
63
  }