@astrox/principal 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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/principal",
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 work with Internet Computer principals",
@@ -54,7 +54,7 @@
54
54
  "typescript": "^4.2.3",
55
55
  "whatwg-fetch": "^3.0.0"
56
56
  },
57
- "gitHead": "5b8888ed09fcd746219ae2c9a125201779bb8316",
57
+ "gitHead": "634661c968e1052292fb82cfce589fbe92a8accb",
58
58
  "dependencies": {
59
59
  "js-sha256": "^0.9.0"
60
60
  }