omnius 1.0.238 → 1.0.240
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 +1435 -678
- package/npm-shrinkwrap.json +11 -11
- 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.240",
|
|
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.240",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -1985,9 +1985,9 @@
|
|
|
1985
1985
|
}
|
|
1986
1986
|
},
|
|
1987
1987
|
"node_modules/@types/node": {
|
|
1988
|
-
"version": "25.9.
|
|
1989
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.
|
|
1990
|
-
"integrity": "sha512-
|
|
1988
|
+
"version": "25.9.2",
|
|
1989
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz",
|
|
1990
|
+
"integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==",
|
|
1991
1991
|
"license": "MIT",
|
|
1992
1992
|
"dependencies": {
|
|
1993
1993
|
"undici-types": ">=7.24.0 <7.24.7"
|
|
@@ -5348,9 +5348,9 @@
|
|
|
5348
5348
|
}
|
|
5349
5349
|
},
|
|
5350
5350
|
"node_modules/omnius-fabric": {
|
|
5351
|
-
"version": "0.12.
|
|
5352
|
-
"resolved": "https://registry.npmjs.org/omnius-fabric/-/omnius-fabric-0.12.
|
|
5353
|
-
"integrity": "sha512-
|
|
5351
|
+
"version": "0.12.9",
|
|
5352
|
+
"resolved": "https://registry.npmjs.org/omnius-fabric/-/omnius-fabric-0.12.9.tgz",
|
|
5353
|
+
"integrity": "sha512-A5nngGmYmajoQpBoQ0gBzc2vxsec3rXGoPJ430aQJeqy+cgfPjLM8bfzyO7p/Nfj9Mb8FPlg30F0tLk+w3aonQ==",
|
|
5354
5354
|
"hasInstallScript": true,
|
|
5355
5355
|
"license": "MIT",
|
|
5356
5356
|
"dependencies": {
|
|
@@ -7041,9 +7041,9 @@
|
|
|
7041
7041
|
}
|
|
7042
7042
|
},
|
|
7043
7043
|
"node_modules/undici": {
|
|
7044
|
-
"version": "7.27.
|
|
7045
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.27.
|
|
7046
|
-
"integrity": "sha512-
|
|
7044
|
+
"version": "7.27.2",
|
|
7045
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.27.2.tgz",
|
|
7046
|
+
"integrity": "sha512-uZsKNuzQxDMUY6M3pIMvy5tvlGmtq8XJ2oLAkfRKGNu+1VQAIvLy2xIVG5ATZl5wDXl/tddByAWCizRbOme+TA==",
|
|
7047
7047
|
"license": "MIT",
|
|
7048
7048
|
"engines": {
|
|
7049
7049
|
"node": ">=20.18.1"
|
package/package.json
CHANGED