@astrox/agent 0.0.27 → 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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/agent",
3
- "version": "0.0.27",
3
+ "version": "0.0.31",
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.27",
48
- "@astrox/principal": "^0.0.27",
47
+ "@astrox/candid": "^0.0.31",
48
+ "@astrox/principal": "^0.0.31",
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": "496e09b854e615f52a7447ac896f17f7bf63d709"
75
+ "gitHead": "b22eed024022ba7b383e042418081e4d8b26bf63"
76
76
  }