@keetanetwork/anchor 0.0.14 → 0.0.15

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.
Files changed (43) hide show
  1. package/lib/certificates.d.ts.map +1 -1
  2. package/lib/certificates.js +29 -100
  3. package/lib/certificates.js.map +1 -1
  4. package/lib/http-server.js +1 -1
  5. package/lib/http-server.js.map +1 -1
  6. package/lib/log/index.d.ts +6 -57
  7. package/lib/log/index.d.ts.map +1 -1
  8. package/lib/log/index.js +5 -205
  9. package/lib/log/index.js.map +1 -1
  10. package/lib/log/target_console.d.ts +3 -11
  11. package/lib/log/target_console.d.ts.map +1 -1
  12. package/lib/log/target_console.js +3 -42
  13. package/lib/log/target_console.js.map +1 -1
  14. package/lib/resolver.js +22 -22
  15. package/lib/utils/asn1.d.ts +9 -1
  16. package/lib/utils/asn1.d.ts.map +1 -1
  17. package/lib/utils/asn1.js +1413 -0
  18. package/lib/utils/asn1.js.map +1 -1
  19. package/lib/utils/buffer.d.ts +1 -1
  20. package/lib/utils/buffer.d.ts.map +1 -1
  21. package/lib/utils/buffer.js +8 -2
  22. package/lib/utils/buffer.js.map +1 -1
  23. package/lib/utils/external.d.ts +43 -0
  24. package/lib/utils/external.d.ts.map +1 -0
  25. package/lib/utils/external.js +115 -0
  26. package/lib/utils/external.js.map +1 -0
  27. package/npm-shrinkwrap.json +76 -216
  28. package/package.json +2 -2
  29. package/services/asset-movement/common.js +7 -7
  30. package/services/kyc/iso20022.generated.d.ts +77 -26
  31. package/services/kyc/iso20022.generated.d.ts.map +1 -1
  32. package/services/kyc/iso20022.generated.js +168 -86
  33. package/services/kyc/iso20022.generated.js.map +1 -1
  34. package/services/kyc/oids.generated.d.ts +27 -6
  35. package/services/kyc/oids.generated.d.ts.map +1 -1
  36. package/services/kyc/oids.generated.js +43 -10
  37. package/services/kyc/oids.generated.js.map +1 -1
  38. package/services/kyc/utils/generate-kyc-schema.js +262 -74
  39. package/services/kyc/utils/generate-kyc-schema.js.map +1 -1
  40. package/lib/log/common.d.ts +0 -35
  41. package/lib/log/common.d.ts.map +0 -1
  42. package/lib/log/common.js +0 -19
  43. package/lib/log/common.js.map +0 -1
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@keetanetwork/anchor",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@keetanetwork/anchor",
9
- "version": "0.0.14",
9
+ "version": "0.0.15",
10
10
  "license": "SEE LICENSE IN LICENSE",
11
11
  "dependencies": {
12
12
  "@keetanetwork/currency-info": "1.2.5",
13
- "@keetanetwork/keetanet-client": "0.14.8",
13
+ "@keetanetwork/keetanet-client": "0.14.9",
14
14
  "typia": "9.5.0"
15
15
  },
16
16
  "engines": {
@@ -85,19 +85,6 @@
85
85
  "pump": "^3.0.0"
86
86
  }
87
87
  },
88
- "node_modules/@google-cloud/logging/node_modules/uuid": {
89
- "version": "9.0.1",
90
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
91
- "funding": [
92
- "https://github.com/sponsors/broofa",
93
- "https://github.com/sponsors/ctavan"
94
- ],
95
- "license": "MIT",
96
- "optional": true,
97
- "bin": {
98
- "uuid": "dist/bin/uuid"
99
- }
100
- },
101
88
  "node_modules/@google-cloud/paginator": {
102
89
  "version": "5.0.2",
103
90
  "integrity": "sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==",
@@ -171,9 +158,9 @@
171
158
  }
172
159
  },
173
160
  "node_modules/@keetanetwork/asn1-napi-rs": {
174
- "version": "1.1.9",
175
- "integrity": "sha512-FLf387OvApX6GgT8JINy7UGfwo86hzlK2sBpQYDPzhLK/mr5tfBi1SJIjlEzt704HyCr/d9O3k5XujD6LwwEdA==",
176
- "license": "Proprietary",
161
+ "version": "1.2.0",
162
+ "integrity": "sha512-gg6IhT8aL4nO/VSPfX6uQXDdBNyB3USRO+RM/Letaz1e6F9kLHJcR7/PrOCXEgcVRK9QtZASw4M2jBE2/6hsgA==",
163
+ "license": "SEE LICENSE IN LICENSE",
177
164
  "optional": true,
178
165
  "engines": {
179
166
  "node": ">= 10"
@@ -185,15 +172,15 @@
185
172
  "license": "ISC"
186
173
  },
187
174
  "node_modules/@keetanetwork/keetanet-client": {
188
- "version": "0.14.8",
189
- "integrity": "sha512-euT801QtPzcCM7XFzj/F9Ldznah3WqoUwU1sBS4JGDm83rlhSnuw2yC9hIMo80pm0CWZjOOeYlMDkjson2EeKQ==",
175
+ "version": "0.14.9",
176
+ "integrity": "sha512-+HI2o47IPSHBh3tlIV5jqMWiKZ4i/QB8tKqlh5Q+OF5DAd7XvPfWXJ475a3Yi9S/wEDXcAo2bawivjsEEwHWLA==",
190
177
  "license": "see LICENSE",
191
178
  "dependencies": {
192
179
  "secp256k1": "5.0.1"
193
180
  },
194
181
  "optionalDependencies": {
195
182
  "@google-cloud/logging": "11.2.0",
196
- "@keetanetwork/asn1-napi-rs": "1.1.9"
183
+ "@keetanetwork/asn1-napi-rs": "1.2.0"
197
184
  }
198
185
  },
199
186
  "node_modules/@opentelemetry/api": {
@@ -364,6 +351,14 @@
364
351
  "url": "https://github.com/sponsors/sindresorhus"
365
352
  }
366
353
  },
354
+ "node_modules/ansi-regex": {
355
+ "version": "5.0.1",
356
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
357
+ "license": "MIT",
358
+ "engines": {
359
+ "node": ">=8"
360
+ }
361
+ },
367
362
  "node_modules/ansi-styles": {
368
363
  "version": "4.3.0",
369
364
  "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
@@ -547,64 +542,6 @@
547
542
  "node": ">=12"
548
543
  }
549
544
  },
550
- "node_modules/cliui/node_modules/ansi-regex": {
551
- "version": "5.0.1",
552
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
553
- "license": "MIT",
554
- "optional": true,
555
- "engines": {
556
- "node": ">=8"
557
- }
558
- },
559
- "node_modules/cliui/node_modules/emoji-regex": {
560
- "version": "8.0.0",
561
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
562
- "license": "MIT",
563
- "optional": true
564
- },
565
- "node_modules/cliui/node_modules/string-width": {
566
- "version": "4.2.3",
567
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
568
- "license": "MIT",
569
- "optional": true,
570
- "dependencies": {
571
- "emoji-regex": "^8.0.0",
572
- "is-fullwidth-code-point": "^3.0.0",
573
- "strip-ansi": "^6.0.1"
574
- },
575
- "engines": {
576
- "node": ">=8"
577
- }
578
- },
579
- "node_modules/cliui/node_modules/strip-ansi": {
580
- "version": "6.0.1",
581
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
582
- "license": "MIT",
583
- "optional": true,
584
- "dependencies": {
585
- "ansi-regex": "^5.0.1"
586
- },
587
- "engines": {
588
- "node": ">=8"
589
- }
590
- },
591
- "node_modules/cliui/node_modules/wrap-ansi": {
592
- "version": "7.0.0",
593
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
594
- "license": "MIT",
595
- "optional": true,
596
- "dependencies": {
597
- "ansi-styles": "^4.0.0",
598
- "string-width": "^4.1.0",
599
- "strip-ansi": "^6.0.0"
600
- },
601
- "engines": {
602
- "node": ">=10"
603
- },
604
- "funding": {
605
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
606
- }
607
- },
608
545
  "node_modules/clone": {
609
546
  "version": "1.0.4",
610
547
  "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
@@ -795,6 +732,11 @@
795
732
  "integrity": "sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw==",
796
733
  "license": "MIT"
797
734
  },
735
+ "node_modules/emoji-regex": {
736
+ "version": "8.0.0",
737
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
738
+ "license": "MIT"
739
+ },
798
740
  "node_modules/encoding": {
799
741
  "version": "0.1.13",
800
742
  "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
@@ -1017,19 +959,6 @@
1017
959
  "node": ">=14"
1018
960
  }
1019
961
  },
1020
- "node_modules/gaxios/node_modules/uuid": {
1021
- "version": "9.0.1",
1022
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1023
- "funding": [
1024
- "https://github.com/sponsors/broofa",
1025
- "https://github.com/sponsors/ctavan"
1026
- ],
1027
- "license": "MIT",
1028
- "optional": true,
1029
- "bin": {
1030
- "uuid": "dist/bin/uuid"
1031
- }
1032
- },
1033
962
  "node_modules/gcp-metadata": {
1034
963
  "version": "6.1.1",
1035
964
  "integrity": "sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==",
@@ -1130,19 +1059,6 @@
1130
1059
  "node": ">=14"
1131
1060
  }
1132
1061
  },
1133
- "node_modules/google-gax/node_modules/uuid": {
1134
- "version": "9.0.1",
1135
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1136
- "funding": [
1137
- "https://github.com/sponsors/broofa",
1138
- "https://github.com/sponsors/ctavan"
1139
- ],
1140
- "license": "MIT",
1141
- "optional": true,
1142
- "bin": {
1143
- "uuid": "dist/bin/uuid"
1144
- }
1145
- },
1146
1062
  "node_modules/google-logging-utils": {
1147
1063
  "version": "0.0.2",
1148
1064
  "integrity": "sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==",
@@ -1326,43 +1242,6 @@
1326
1242
  "node": ">=12.0.0"
1327
1243
  }
1328
1244
  },
1329
- "node_modules/inquirer/node_modules/ansi-regex": {
1330
- "version": "5.0.1",
1331
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1332
- "license": "MIT",
1333
- "engines": {
1334
- "node": ">=8"
1335
- }
1336
- },
1337
- "node_modules/inquirer/node_modules/emoji-regex": {
1338
- "version": "8.0.0",
1339
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1340
- "license": "MIT"
1341
- },
1342
- "node_modules/inquirer/node_modules/string-width": {
1343
- "version": "4.2.3",
1344
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1345
- "license": "MIT",
1346
- "dependencies": {
1347
- "emoji-regex": "^8.0.0",
1348
- "is-fullwidth-code-point": "^3.0.0",
1349
- "strip-ansi": "^6.0.1"
1350
- },
1351
- "engines": {
1352
- "node": ">=8"
1353
- }
1354
- },
1355
- "node_modules/inquirer/node_modules/strip-ansi": {
1356
- "version": "6.0.1",
1357
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1358
- "license": "MIT",
1359
- "dependencies": {
1360
- "ansi-regex": "^5.0.1"
1361
- },
1362
- "engines": {
1363
- "node": ">=8"
1364
- }
1365
- },
1366
1245
  "node_modules/inquirer/node_modules/wrap-ansi": {
1367
1246
  "version": "6.2.0",
1368
1247
  "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
@@ -1640,25 +1519,6 @@
1640
1519
  "url": "https://github.com/sponsors/sindresorhus"
1641
1520
  }
1642
1521
  },
1643
- "node_modules/ora/node_modules/ansi-regex": {
1644
- "version": "5.0.1",
1645
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1646
- "license": "MIT",
1647
- "engines": {
1648
- "node": ">=8"
1649
- }
1650
- },
1651
- "node_modules/ora/node_modules/strip-ansi": {
1652
- "version": "6.0.1",
1653
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1654
- "license": "MIT",
1655
- "dependencies": {
1656
- "ansi-regex": "^5.0.1"
1657
- },
1658
- "engines": {
1659
- "node": ">=8"
1660
- }
1661
- },
1662
1522
  "node_modules/os-tmpdir": {
1663
1523
  "version": "1.0.2",
1664
1524
  "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
@@ -1890,6 +1750,30 @@
1890
1750
  "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
1891
1751
  "license": "MIT"
1892
1752
  },
1753
+ "node_modules/string-width": {
1754
+ "version": "4.2.3",
1755
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1756
+ "license": "MIT",
1757
+ "dependencies": {
1758
+ "emoji-regex": "^8.0.0",
1759
+ "is-fullwidth-code-point": "^3.0.0",
1760
+ "strip-ansi": "^6.0.1"
1761
+ },
1762
+ "engines": {
1763
+ "node": ">=8"
1764
+ }
1765
+ },
1766
+ "node_modules/strip-ansi": {
1767
+ "version": "6.0.1",
1768
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1769
+ "license": "MIT",
1770
+ "dependencies": {
1771
+ "ansi-regex": "^5.0.1"
1772
+ },
1773
+ "engines": {
1774
+ "node": ">=8"
1775
+ }
1776
+ },
1893
1777
  "node_modules/stubs": {
1894
1778
  "version": "3.0.0",
1895
1779
  "integrity": "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==",
@@ -1971,19 +1855,6 @@
1971
1855
  "node": ">= 6"
1972
1856
  }
1973
1857
  },
1974
- "node_modules/teeny-request/node_modules/uuid": {
1975
- "version": "9.0.1",
1976
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1977
- "funding": [
1978
- "https://github.com/sponsors/broofa",
1979
- "https://github.com/sponsors/ctavan"
1980
- ],
1981
- "license": "MIT",
1982
- "optional": true,
1983
- "bin": {
1984
- "uuid": "dist/bin/uuid"
1985
- }
1986
- },
1987
1858
  "node_modules/through": {
1988
1859
  "version": "2.3.8",
1989
1860
  "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
@@ -2044,6 +1915,19 @@
2044
1915
  "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
2045
1916
  "license": "MIT"
2046
1917
  },
1918
+ "node_modules/uuid": {
1919
+ "version": "9.0.1",
1920
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1921
+ "funding": [
1922
+ "https://github.com/sponsors/broofa",
1923
+ "https://github.com/sponsors/ctavan"
1924
+ ],
1925
+ "license": "MIT",
1926
+ "optional": true,
1927
+ "bin": {
1928
+ "uuid": "dist/bin/uuid"
1929
+ }
1930
+ },
2047
1931
  "node_modules/wcwidth": {
2048
1932
  "version": "1.0.1",
2049
1933
  "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
@@ -2068,6 +1952,23 @@
2068
1952
  "webidl-conversions": "^3.0.0"
2069
1953
  }
2070
1954
  },
1955
+ "node_modules/wrap-ansi": {
1956
+ "version": "7.0.0",
1957
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1958
+ "license": "MIT",
1959
+ "optional": true,
1960
+ "dependencies": {
1961
+ "ansi-styles": "^4.0.0",
1962
+ "string-width": "^4.1.0",
1963
+ "strip-ansi": "^6.0.0"
1964
+ },
1965
+ "engines": {
1966
+ "node": ">=10"
1967
+ },
1968
+ "funding": {
1969
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1970
+ }
1971
+ },
2071
1972
  "node_modules/wrappy": {
2072
1973
  "version": "1.0.2",
2073
1974
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
@@ -2109,47 +2010,6 @@
2109
2010
  "engines": {
2110
2011
  "node": ">=12"
2111
2012
  }
2112
- },
2113
- "node_modules/yargs/node_modules/ansi-regex": {
2114
- "version": "5.0.1",
2115
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2116
- "license": "MIT",
2117
- "optional": true,
2118
- "engines": {
2119
- "node": ">=8"
2120
- }
2121
- },
2122
- "node_modules/yargs/node_modules/emoji-regex": {
2123
- "version": "8.0.0",
2124
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
2125
- "license": "MIT",
2126
- "optional": true
2127
- },
2128
- "node_modules/yargs/node_modules/string-width": {
2129
- "version": "4.2.3",
2130
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2131
- "license": "MIT",
2132
- "optional": true,
2133
- "dependencies": {
2134
- "emoji-regex": "^8.0.0",
2135
- "is-fullwidth-code-point": "^3.0.0",
2136
- "strip-ansi": "^6.0.1"
2137
- },
2138
- "engines": {
2139
- "node": ">=8"
2140
- }
2141
- },
2142
- "node_modules/yargs/node_modules/strip-ansi": {
2143
- "version": "6.0.1",
2144
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2145
- "license": "MIT",
2146
- "optional": true,
2147
- "dependencies": {
2148
- "ansi-regex": "^5.0.1"
2149
- },
2150
- "engines": {
2151
- "node": ">=8"
2152
- }
2153
2013
  }
2154
2014
  }
2155
2015
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keetanetwork/anchor",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "KeetaNetwork Network Anchor",
5
5
  "main": "client/index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "sideEffects": false,
24
24
  "dependencies": {
25
25
  "@keetanetwork/currency-info": "1.2.5",
26
- "@keetanetwork/keetanet-client": "0.14.8",
26
+ "@keetanetwork/keetanet-client": "0.14.9",
27
27
  "typia": "9.5.0"
28
28
  },
29
29
  "engines": {