@astrox/agent 0.0.43 → 0.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@astrox/agent",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.46",
|
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.
|
48
|
-
"@astrox/principal": "^0.0.
|
47
|
+
"@astrox/candid": "^0.0.46",
|
48
|
+
"@astrox/principal": "^0.0.46",
|
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": "
|
75
|
+
"gitHead": "e468dcc3d50ea92508e833fc7ceef03a2ef00e1a"
|
76
76
|
}
|