omnius 1.0.237 → 1.0.239
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 +1475 -763
- package/npm-shrinkwrap.json +8 -8
- 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.239",
|
|
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.239",
|
|
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": {
|
package/package.json
CHANGED