@astrox/authentication 0.0.30 → 0.0.31

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.30",
3
+ "version": "0.0.31",
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": "cdc0c3902de9937879058c4544488e350fcfa660",
59
+ "gitHead": "b22eed024022ba7b383e042418081e4d8b26bf63",
60
60
  "dependencies": {
61
- "@astrox/agent": "^0.0.30",
62
- "@astrox/identity": "^0.0.30",
63
- "@astrox/principal": "^0.0.30",
61
+ "@astrox/agent": "^0.0.31",
62
+ "@astrox/identity": "^0.0.31",
63
+ "@astrox/principal": "^0.0.31",
64
64
  "buffer": "6.0.3",
65
65
  "simple-cbor": "^0.4.1"
66
66
  }