omnius 1.0.507 → 1.0.508
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 +2979 -2419
- package/npm-shrinkwrap.json +5 -5
- 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.508",
|
|
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.508",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -2173,9 +2173,9 @@
|
|
|
2173
2173
|
}
|
|
2174
2174
|
},
|
|
2175
2175
|
"node_modules/@types/node": {
|
|
2176
|
-
"version": "26.1.
|
|
2177
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.
|
|
2178
|
-
"integrity": "sha512-
|
|
2176
|
+
"version": "26.1.1",
|
|
2177
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz",
|
|
2178
|
+
"integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==",
|
|
2179
2179
|
"license": "MIT",
|
|
2180
2180
|
"dependencies": {
|
|
2181
2181
|
"undici-types": "~8.3.0"
|
package/package.json
CHANGED