@astrox/identity 0.0.41 → 0.0.42

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.41",
3
+ "version": "0.0.42",
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.41",
44
- "@astrox/candid": "^0.0.41",
45
- "@astrox/identity": "^0.0.41",
46
- "@astrox/principal": "^0.0.41",
43
+ "@astrox/agent": "^0.0.42",
44
+ "@astrox/candid": "^0.0.42",
45
+ "@astrox/identity": "^0.0.42",
46
+ "@astrox/principal": "^0.0.42",
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": "2a2eb6233a01800741b1e00e6e7b5f8eb4507ccb"
71
+ "gitHead": "7f189e1e1a1138393f3f9bdd2c2518276a51b9c0"
72
72
  }