@astrox/agent 0.0.40 → 0.0.41

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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/agent",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
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.40",
48
- "@astrox/principal": "^0.0.40",
47
+ "@astrox/candid": "^0.0.41",
48
+ "@astrox/principal": "^0.0.41",
49
49
  "base64-arraybuffer": "^0.2.0",
50
50
  "bignumber.js": "^9.0.0",
51
51
  "borc": "^2.1.1",
@@ -62,16 +62,15 @@
62
62
  "eslint-plugin-jsdoc": "^31.6.0",
63
63
  "jest": "^26.6.3",
64
64
  "jest-expect-message": "^1.0.2",
65
- "node-fetch": "2.6.1",
66
65
  "text-encoding": "^0.7.0",
67
66
  "ts-jest": "^26.5.4",
68
67
  "tslint": "^5.20.0",
69
- "typedoc": "^0.20.33",
68
+ "typedoc": "^0.22.15",
70
69
  "typescript": "^3.6.3",
71
70
  "whatwg-fetch": "^3.0.0"
72
71
  },
73
72
  "jest": {
74
73
  "preset": "ts-jest"
75
74
  },
76
- "gitHead": "f508846d1c447d38ea667a83212a1df83c38131f"
75
+ "gitHead": "2a2eb6233a01800741b1e00e6e7b5f8eb4507ccb"
77
76
  }