@astrox/identity 0.0.43 → 0.0.44

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/identity",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "author": "DFINITY Stiftung <sdk@astrox.org>",
5
5
  "license": "Apache-2.0",
6
6
  "description": "JavaScript and TypeScript library to manage identity with the Internet Computer",
@@ -40,10 +40,10 @@
40
40
  "test:coverage": "jest --verbose --collectCoverage"
41
41
  },
42
42
  "dependencies": {
43
- "@astrox/agent": "^0.0.43",
44
- "@astrox/candid": "^0.0.43",
45
- "@astrox/identity": "^0.0.43",
46
- "@astrox/principal": "^0.0.43",
43
+ "@astrox/agent": "^0.0.44",
44
+ "@astrox/candid": "^0.0.44",
45
+ "@astrox/identity": "^0.0.44",
46
+ "@astrox/principal": "^0.0.44",
47
47
  "borc": "^2.1.1",
48
48
  "buffer": "6.0.3",
49
49
  "js-sha256": "^0.9.0",
@@ -68,5 +68,5 @@
68
68
  "typescript": "^4.2.3",
69
69
  "whatwg-fetch": "^3.0.0"
70
70
  },
71
- "gitHead": "cb9192eb2eb61b24242376febe1ef85b4fdf7f6f"
71
+ "gitHead": "77f33838a57bd71cbee7fcefa54f08ba26cf6f12"
72
72
  }