omnius 1.0.364 → 1.0.366
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/dist/index.js +580 -71
- package/npm-shrinkwrap.json +106 -60
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.366",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.366",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -430,9 +430,9 @@
|
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
432
|
"node_modules/@helia/utils/node_modules/cborg": {
|
|
433
|
-
"version": "5.1.
|
|
434
|
-
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.
|
|
435
|
-
"integrity": "sha512-
|
|
433
|
+
"version": "5.1.5",
|
|
434
|
+
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.5.tgz",
|
|
435
|
+
"integrity": "sha512-1qJ/E8jF1dmJlBm6V1z91iWTWfCK9SuCxPDLod+Ne7CMCASOQh346b+487oFt/zoBQW+XS5wNvMgV+7gs5sJJA==",
|
|
436
436
|
"license": "Apache-2.0",
|
|
437
437
|
"bin": {
|
|
438
438
|
"cborg": "lib/bin.js"
|
|
@@ -461,9 +461,9 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"node_modules/@ipld/dag-cbor/node_modules/cborg": {
|
|
464
|
-
"version": "5.1.
|
|
465
|
-
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.
|
|
466
|
-
"integrity": "sha512-
|
|
464
|
+
"version": "5.1.5",
|
|
465
|
+
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.5.tgz",
|
|
466
|
+
"integrity": "sha512-1qJ/E8jF1dmJlBm6V1z91iWTWfCK9SuCxPDLod+Ne7CMCASOQh346b+487oFt/zoBQW+XS5wNvMgV+7gs5sJJA==",
|
|
467
467
|
"license": "Apache-2.0",
|
|
468
468
|
"bin": {
|
|
469
469
|
"cborg": "lib/bin.js"
|
|
@@ -480,9 +480,9 @@
|
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
482
|
"node_modules/@ipld/dag-json/node_modules/cborg": {
|
|
483
|
-
"version": "5.1.
|
|
484
|
-
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.
|
|
485
|
-
"integrity": "sha512-
|
|
483
|
+
"version": "5.1.5",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.5.tgz",
|
|
485
|
+
"integrity": "sha512-1qJ/E8jF1dmJlBm6V1z91iWTWfCK9SuCxPDLod+Ne7CMCASOQh346b+487oFt/zoBQW+XS5wNvMgV+7gs5sJJA==",
|
|
486
486
|
"license": "Apache-2.0",
|
|
487
487
|
"bin": {
|
|
488
488
|
"cborg": "lib/bin.js"
|
|
@@ -508,9 +508,9 @@
|
|
|
508
508
|
"license": "Apache-2.0 OR MIT"
|
|
509
509
|
},
|
|
510
510
|
"node_modules/@ipshipyard/libp2p-auto-tls": {
|
|
511
|
-
"version": "2.0.
|
|
512
|
-
"resolved": "https://registry.npmjs.org/@ipshipyard/libp2p-auto-tls/-/libp2p-auto-tls-2.0.
|
|
513
|
-
"integrity": "sha512-
|
|
511
|
+
"version": "2.0.2",
|
|
512
|
+
"resolved": "https://registry.npmjs.org/@ipshipyard/libp2p-auto-tls/-/libp2p-auto-tls-2.0.2.tgz",
|
|
513
|
+
"integrity": "sha512-jnGqf/eif9GpjH03PaenekRWRvlJgoVZ1JsAawW0dJxcIW8qHiSMIbVh49xOjUGTK8vUbN26bsO+Rustg0n72A==",
|
|
514
514
|
"license": "Apache-2.0 OR MIT",
|
|
515
515
|
"dependencies": {
|
|
516
516
|
"@chainsafe/is-ip": "^2.0.2",
|
|
@@ -522,25 +522,49 @@
|
|
|
522
522
|
"@libp2p/utils": "^7.0.4",
|
|
523
523
|
"@multiformats/multiaddr": "^13.0.1",
|
|
524
524
|
"@multiformats/multiaddr-matcher": "^3.0.1",
|
|
525
|
-
"@peculiar/x509": "^
|
|
525
|
+
"@peculiar/x509": "^2.0.0",
|
|
526
526
|
"acme-client": "^5.4.0",
|
|
527
527
|
"any-signal": "^4.1.1",
|
|
528
|
-
"delay": "^
|
|
529
|
-
"interface-datastore": "^
|
|
530
|
-
"multiformats": "^
|
|
531
|
-
"
|
|
528
|
+
"delay": "^7.0.0",
|
|
529
|
+
"interface-datastore": "^10.0.1",
|
|
530
|
+
"multiformats": "^14.0.2",
|
|
531
|
+
"reflect-metadata": "^0.2.2",
|
|
532
|
+
"uint8arrays": "^6.1.1"
|
|
532
533
|
}
|
|
533
534
|
},
|
|
534
|
-
"node_modules/@ipshipyard/libp2p-auto-tls/node_modules/
|
|
535
|
-
"version": "
|
|
536
|
-
"resolved": "https://registry.npmjs.org/
|
|
537
|
-
"integrity": "sha512-
|
|
538
|
-
"license": "MIT",
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
535
|
+
"node_modules/@ipshipyard/libp2p-auto-tls/node_modules/interface-datastore": {
|
|
536
|
+
"version": "10.0.1",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-10.0.1.tgz",
|
|
538
|
+
"integrity": "sha512-DYMj/Og5Cz1Qwkx6/x5KRvR8SYEX7rVAv3KKCm2NzTwWSfpNAC4PahjcYbHyoZBP6zPWrhQv5n5wE+vaDdgSAg==",
|
|
539
|
+
"license": "Apache-2.0 OR MIT",
|
|
540
|
+
"dependencies": {
|
|
541
|
+
"abort-error": "^1.0.2",
|
|
542
|
+
"interface-store": "^8.0.0",
|
|
543
|
+
"uint8arrays": "^6.1.1"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"node_modules/@ipshipyard/libp2p-auto-tls/node_modules/interface-store": {
|
|
547
|
+
"version": "8.0.0",
|
|
548
|
+
"resolved": "https://registry.npmjs.org/interface-store/-/interface-store-8.0.0.tgz",
|
|
549
|
+
"integrity": "sha512-e2+s3EEROzM+Wlas4hU3zveTUscvVMf1BOvdsJfpzFm19SoEXLVadpACjWOnM491HqGpvtfFnevyiaN8W+I6Eg==",
|
|
550
|
+
"license": "Apache-2.0 OR MIT",
|
|
551
|
+
"dependencies": {
|
|
552
|
+
"abort-error": "^1.0.2"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"node_modules/@ipshipyard/libp2p-auto-tls/node_modules/multiformats": {
|
|
556
|
+
"version": "14.0.2",
|
|
557
|
+
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-14.0.2.tgz",
|
|
558
|
+
"integrity": "sha512-sF7F3gBKCyehzIhDwVuTRf79TZ8qWRz5NXwWYBX+4a+n22KcFqqcDYJvZr7tySrI0MhuTBXVOlo3qMTiAHC78g==",
|
|
559
|
+
"license": "Apache-2.0 OR MIT"
|
|
560
|
+
},
|
|
561
|
+
"node_modules/@ipshipyard/libp2p-auto-tls/node_modules/uint8arrays": {
|
|
562
|
+
"version": "6.1.1",
|
|
563
|
+
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-6.1.1.tgz",
|
|
564
|
+
"integrity": "sha512-iz7JN0XCSZYA111lhFG2Ui9EhFvTNekqSRHw3lvMHq+dzwWy1OQftxFQREEh4rffU0oSoXdQHsk2TiHKVm4fsA==",
|
|
565
|
+
"license": "Apache-2.0 OR MIT",
|
|
566
|
+
"dependencies": {
|
|
567
|
+
"multiformats": "^14.0.0"
|
|
544
568
|
}
|
|
545
569
|
},
|
|
546
570
|
"node_modules/@leichtgewicht/ip-codec": {
|
|
@@ -1213,6 +1237,28 @@
|
|
|
1213
1237
|
"uint8arrays": "^5.1.0"
|
|
1214
1238
|
}
|
|
1215
1239
|
},
|
|
1240
|
+
"node_modules/@libp2p/tls/node_modules/@peculiar/x509": {
|
|
1241
|
+
"version": "1.14.3",
|
|
1242
|
+
"resolved": "https://registry.npmjs.org/@peculiar/x509/-/x509-1.14.3.tgz",
|
|
1243
|
+
"integrity": "sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==",
|
|
1244
|
+
"license": "MIT",
|
|
1245
|
+
"dependencies": {
|
|
1246
|
+
"@peculiar/asn1-cms": "^2.6.0",
|
|
1247
|
+
"@peculiar/asn1-csr": "^2.6.0",
|
|
1248
|
+
"@peculiar/asn1-ecc": "^2.6.0",
|
|
1249
|
+
"@peculiar/asn1-pkcs9": "^2.6.0",
|
|
1250
|
+
"@peculiar/asn1-rsa": "^2.6.0",
|
|
1251
|
+
"@peculiar/asn1-schema": "^2.6.0",
|
|
1252
|
+
"@peculiar/asn1-x509": "^2.6.0",
|
|
1253
|
+
"pvtsutils": "^1.3.6",
|
|
1254
|
+
"reflect-metadata": "^0.2.2",
|
|
1255
|
+
"tslib": "^2.8.1",
|
|
1256
|
+
"tsyringe": "^4.10.0"
|
|
1257
|
+
},
|
|
1258
|
+
"engines": {
|
|
1259
|
+
"node": ">=20.0.0"
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1216
1262
|
"node_modules/@libp2p/upnp-nat": {
|
|
1217
1263
|
"version": "4.0.13",
|
|
1218
1264
|
"resolved": "https://registry.npmjs.org/@libp2p/upnp-nat/-/upnp-nat-4.0.13.tgz",
|
|
@@ -1303,27 +1349,6 @@
|
|
|
1303
1349
|
"uint8arrays": "^6.1.1"
|
|
1304
1350
|
}
|
|
1305
1351
|
},
|
|
1306
|
-
"node_modules/@libp2p/webrtc/node_modules/@peculiar/x509": {
|
|
1307
|
-
"version": "2.0.0",
|
|
1308
|
-
"resolved": "https://registry.npmjs.org/@peculiar/x509/-/x509-2.0.0.tgz",
|
|
1309
|
-
"integrity": "sha512-r10lkuy6BNfRmyYdRAfgu6dq0HOmyIV2OLhXWE3gDEPBdX1b8miztJVyX/UxWhLwemNyDP3CLZHpDxDwSY0xaA==",
|
|
1310
|
-
"license": "MIT",
|
|
1311
|
-
"dependencies": {
|
|
1312
|
-
"@peculiar/asn1-cms": "^2.6.0",
|
|
1313
|
-
"@peculiar/asn1-csr": "^2.6.0",
|
|
1314
|
-
"@peculiar/asn1-ecc": "^2.6.0",
|
|
1315
|
-
"@peculiar/asn1-pkcs9": "^2.6.0",
|
|
1316
|
-
"@peculiar/asn1-rsa": "^2.6.0",
|
|
1317
|
-
"@peculiar/asn1-schema": "^2.6.0",
|
|
1318
|
-
"@peculiar/asn1-x509": "^2.6.0",
|
|
1319
|
-
"pvtsutils": "^1.3.6",
|
|
1320
|
-
"tslib": "^2.8.1",
|
|
1321
|
-
"tsyringe": "^4.10.0"
|
|
1322
|
-
},
|
|
1323
|
-
"engines": {
|
|
1324
|
-
"node": ">=20.0.0"
|
|
1325
|
-
}
|
|
1326
|
-
},
|
|
1327
1352
|
"node_modules/@libp2p/webrtc/node_modules/interface-datastore": {
|
|
1328
1353
|
"version": "10.0.1",
|
|
1329
1354
|
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-10.0.1.tgz",
|
|
@@ -1911,9 +1936,9 @@
|
|
|
1911
1936
|
}
|
|
1912
1937
|
},
|
|
1913
1938
|
"node_modules/@peculiar/x509": {
|
|
1914
|
-
"version": "
|
|
1915
|
-
"resolved": "https://registry.npmjs.org/@peculiar/x509/-/x509-
|
|
1916
|
-
"integrity": "sha512-
|
|
1939
|
+
"version": "2.0.0",
|
|
1940
|
+
"resolved": "https://registry.npmjs.org/@peculiar/x509/-/x509-2.0.0.tgz",
|
|
1941
|
+
"integrity": "sha512-r10lkuy6BNfRmyYdRAfgu6dq0HOmyIV2OLhXWE3gDEPBdX1b8miztJVyX/UxWhLwemNyDP3CLZHpDxDwSY0xaA==",
|
|
1917
1942
|
"license": "MIT",
|
|
1918
1943
|
"dependencies": {
|
|
1919
1944
|
"@peculiar/asn1-cms": "^2.6.0",
|
|
@@ -1924,7 +1949,6 @@
|
|
|
1924
1949
|
"@peculiar/asn1-schema": "^2.6.0",
|
|
1925
1950
|
"@peculiar/asn1-x509": "^2.6.0",
|
|
1926
1951
|
"pvtsutils": "^1.3.6",
|
|
1927
|
-
"reflect-metadata": "^0.2.2",
|
|
1928
1952
|
"tslib": "^2.8.1",
|
|
1929
1953
|
"tsyringe": "^4.10.0"
|
|
1930
1954
|
},
|
|
@@ -2207,6 +2231,28 @@
|
|
|
2207
2231
|
"node": ">= 16"
|
|
2208
2232
|
}
|
|
2209
2233
|
},
|
|
2234
|
+
"node_modules/acme-client/node_modules/@peculiar/x509": {
|
|
2235
|
+
"version": "1.14.3",
|
|
2236
|
+
"resolved": "https://registry.npmjs.org/@peculiar/x509/-/x509-1.14.3.tgz",
|
|
2237
|
+
"integrity": "sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==",
|
|
2238
|
+
"license": "MIT",
|
|
2239
|
+
"dependencies": {
|
|
2240
|
+
"@peculiar/asn1-cms": "^2.6.0",
|
|
2241
|
+
"@peculiar/asn1-csr": "^2.6.0",
|
|
2242
|
+
"@peculiar/asn1-ecc": "^2.6.0",
|
|
2243
|
+
"@peculiar/asn1-pkcs9": "^2.6.0",
|
|
2244
|
+
"@peculiar/asn1-rsa": "^2.6.0",
|
|
2245
|
+
"@peculiar/asn1-schema": "^2.6.0",
|
|
2246
|
+
"@peculiar/asn1-x509": "^2.6.0",
|
|
2247
|
+
"pvtsutils": "^1.3.6",
|
|
2248
|
+
"reflect-metadata": "^0.2.2",
|
|
2249
|
+
"tslib": "^2.8.1",
|
|
2250
|
+
"tsyringe": "^4.10.0"
|
|
2251
|
+
},
|
|
2252
|
+
"engines": {
|
|
2253
|
+
"node": ">=20.0.0"
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
2210
2256
|
"node_modules/agent-base": {
|
|
2211
2257
|
"version": "6.0.2",
|
|
2212
2258
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
@@ -3532,9 +3578,9 @@
|
|
|
3532
3578
|
}
|
|
3533
3579
|
},
|
|
3534
3580
|
"node_modules/fast-uri": {
|
|
3535
|
-
"version": "3.1.
|
|
3536
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
3537
|
-
"integrity": "sha512-
|
|
3581
|
+
"version": "3.1.3",
|
|
3582
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz",
|
|
3583
|
+
"integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
|
|
3538
3584
|
"funding": [
|
|
3539
3585
|
{
|
|
3540
3586
|
"type": "github",
|
|
@@ -4247,9 +4293,9 @@
|
|
|
4247
4293
|
}
|
|
4248
4294
|
},
|
|
4249
4295
|
"node_modules/ipns/node_modules/cborg": {
|
|
4250
|
-
"version": "5.1.
|
|
4251
|
-
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.
|
|
4252
|
-
"integrity": "sha512-
|
|
4296
|
+
"version": "5.1.5",
|
|
4297
|
+
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.5.tgz",
|
|
4298
|
+
"integrity": "sha512-1qJ/E8jF1dmJlBm6V1z91iWTWfCK9SuCxPDLod+Ne7CMCASOQh346b+487oFt/zoBQW+XS5wNvMgV+7gs5sJJA==",
|
|
4253
4299
|
"license": "Apache-2.0",
|
|
4254
4300
|
"bin": {
|
|
4255
4301
|
"cborg": "lib/bin.js"
|
package/package.json
CHANGED