@keetanetwork/anchor 0.0.1 → 0.0.2
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/npm-shrinkwrap.json +6 -6
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keetanetwork/anchor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@keetanetwork/anchor",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.2",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@keetanetwork/currency-info": "1.1.1",
|
|
13
|
-
"@keetanetwork/keetanet-client": "0.
|
|
13
|
+
"@keetanetwork/keetanet-client": "0.14.0",
|
|
14
14
|
"typia": "9.5.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -2092,9 +2092,9 @@
|
|
|
2092
2092
|
}
|
|
2093
2093
|
},
|
|
2094
2094
|
"node_modules/@keetanetwork/keetanet-client": {
|
|
2095
|
-
"version": "0.
|
|
2096
|
-
"resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/keetanet-client/0.
|
|
2097
|
-
"integrity": "sha512-
|
|
2095
|
+
"version": "0.14.0",
|
|
2096
|
+
"resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/keetanet-client/0.14.0/69348914412014643efad59d3a13864519b2b767",
|
|
2097
|
+
"integrity": "sha512-AP0VH8hBUMmofBr8UNLwDkB+504kGQes/VED/iV27zU3NqXXdHRIM/jWDj/S3WRB4VjtMXXq1QPAECYPNxeqOg==",
|
|
2098
2098
|
"license": "see LICENSE",
|
|
2099
2099
|
"dependencies": {
|
|
2100
2100
|
"secp256k1": "5.0.1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keetanetwork/anchor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "KeetaNetwork Network Anchor",
|
|
5
5
|
"main": "client/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@keetanetwork/currency-info": "1.1.1",
|
|
36
|
-
"@keetanetwork/keetanet-client": "0.
|
|
36
|
+
"@keetanetwork/keetanet-client": "0.14.0",
|
|
37
37
|
"typia": "9.5.0"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|