@astrox/authentication 0.0.32 → 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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/authentication",
3
- "version": "0.0.32",
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 and authentication with the Internet Computer",
@@ -56,11 +56,11 @@
56
56
  "typescript": "^4.2.3",
57
57
  "whatwg-fetch": "^3.0.0"
58
58
  },
59
- "gitHead": "89808c580ea0dd1cce1f1b4c84aae0b476b6b700",
59
+ "gitHead": "634661c968e1052292fb82cfce589fbe92a8accb",
60
60
  "dependencies": {
61
- "@astrox/agent": "^0.0.32",
62
- "@astrox/identity": "^0.0.32",
63
- "@astrox/principal": "^0.0.32",
61
+ "@astrox/agent": "^0.0.37",
62
+ "@astrox/identity": "^0.0.37",
63
+ "@astrox/principal": "^0.0.37",
64
64
  "buffer": "6.0.3",
65
65
  "simple-cbor": "^0.4.1"
66
66
  }