@astrox/agent 0.0.18 → 0.0.20

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/agent",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "author": "AstroX Network",
5
5
  "license": "Apache-2.0",
6
6
  "description": "JavaScript and TypeScript library to interact with the Internet Computer",
@@ -44,8 +44,8 @@
44
44
  "tslint": "tslint --project tsconfig.json --config tslint.json"
45
45
  },
46
46
  "dependencies": {
47
- "@astrox/candid": "^0.0.18",
48
- "@astrox/principal": "^0.0.18",
47
+ "@astrox/candid": "^0.0.20",
48
+ "@astrox/principal": "^0.0.20",
49
49
  "base64-arraybuffer": "^0.2.0",
50
50
  "bignumber.js": "^9.0.0",
51
51
  "borc": "^2.1.1",
@@ -72,5 +72,5 @@
72
72
  "jest": {
73
73
  "preset": "ts-jest"
74
74
  },
75
- "gitHead": "afb33a8163d28495144d725bc39a643b7e44f1df"
75
+ "gitHead": "3856f14d314efd33983e030fe79355bd8be8779a"
76
76
  }