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