@astrox/identity 0.0.36 → 0.0.37

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.36",
3
+ "version": "0.0.37",
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.36",
44
- "@astrox/candid": "^0.0.36",
45
- "@astrox/identity": "^0.0.36",
46
- "@astrox/principal": "^0.0.36",
43
+ "@astrox/agent": "^0.0.37",
44
+ "@astrox/candid": "^0.0.37",
45
+ "@astrox/identity": "^0.0.37",
46
+ "@astrox/principal": "^0.0.37",
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": "5b8888ed09fcd746219ae2c9a125201779bb8316"
71
+ "gitHead": "634661c968e1052292fb82cfce589fbe92a8accb"
72
72
  }