@keetanetwork/anchor 0.0.1 → 0.0.3
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 +10 -10
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keetanetwork/anchor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
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.3",
|
|
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.2",
|
|
14
14
|
"typia": "9.5.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@keetanetwork/eslint-config-typescript": "1.4.7",
|
|
18
|
-
"@keetanetwork/keetanet-node": "0.
|
|
18
|
+
"@keetanetwork/keetanet-node": "0.14.2",
|
|
19
19
|
"@ryoppippi/unplugin-typia": "2.6.5",
|
|
20
20
|
"@types/asn1js": "2.0.2",
|
|
21
21
|
"@types/node": "20.16.10",
|
|
@@ -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.2",
|
|
2096
|
+
"resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/keetanet-client/0.14.2/d287a1e6a0364ecbae431aa51e49e2dd1b6a6b8e",
|
|
2097
|
+
"integrity": "sha512-ROjYzO8aSqUy4cIKlw6jMeuaEfLjGoVxMfMxSt3OTKLGSpKImBWjWra6nUMw5RbXUhl4x3q8kO49isZHC/abYg==",
|
|
2098
2098
|
"license": "see LICENSE",
|
|
2099
2099
|
"dependencies": {
|
|
2100
2100
|
"secp256k1": "5.0.1"
|
|
@@ -2104,9 +2104,9 @@
|
|
|
2104
2104
|
}
|
|
2105
2105
|
},
|
|
2106
2106
|
"node_modules/@keetanetwork/keetanet-node": {
|
|
2107
|
-
"version": "0.
|
|
2108
|
-
"resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/keetanet-node/0.
|
|
2109
|
-
"integrity": "sha512-
|
|
2107
|
+
"version": "0.14.2",
|
|
2108
|
+
"resolved": "https://npm.pkg.github.com/download/@KeetaNetwork/keetanet-node/0.14.2/28c999d058079ce927b9fc9578b994de80ff7144",
|
|
2109
|
+
"integrity": "sha512-sxxp29bzBSzDYhMe5SDkPUHsmnh3AWN5t+BEHy/rvskGLIMn2z3AxyTpBo/JrhtAjY9HPpSf9GIhlSqVygXogg==",
|
|
2110
2110
|
"dev": true,
|
|
2111
2111
|
"license": "see LICENSE",
|
|
2112
2112
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keetanetwork/anchor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "KeetaNetwork Network Anchor",
|
|
5
5
|
"main": "client/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@keetanetwork/eslint-config-typescript": "1.4.7",
|
|
25
|
-
"@keetanetwork/keetanet-node": "0.
|
|
25
|
+
"@keetanetwork/keetanet-node": "0.14.2",
|
|
26
26
|
"@ryoppippi/unplugin-typia": "2.6.5",
|
|
27
27
|
"@types/asn1js": "2.0.2",
|
|
28
28
|
"@types/node": "20.16.10",
|
|
@@ -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.2",
|
|
37
37
|
"typia": "9.5.0"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|