omnius 1.0.613 → 1.0.614
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 +1057 -1009
- package/npm-shrinkwrap.json +14 -14
- 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.614",
|
|
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.614",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -2170,9 +2170,9 @@
|
|
|
2170
2170
|
}
|
|
2171
2171
|
},
|
|
2172
2172
|
"node_modules/@types/node": {
|
|
2173
|
-
"version": "26.
|
|
2174
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.
|
|
2175
|
-
"integrity": "sha512-
|
|
2173
|
+
"version": "26.2.0",
|
|
2174
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz",
|
|
2175
|
+
"integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==",
|
|
2176
2176
|
"license": "MIT",
|
|
2177
2177
|
"dependencies": {
|
|
2178
2178
|
"undici-types": "~8.3.0"
|
|
@@ -2602,9 +2602,9 @@
|
|
|
2602
2602
|
}
|
|
2603
2603
|
},
|
|
2604
2604
|
"node_modules/bare-url": {
|
|
2605
|
-
"version": "2.
|
|
2606
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.
|
|
2607
|
-
"integrity": "sha512-
|
|
2605
|
+
"version": "2.5.1",
|
|
2606
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.5.1.tgz",
|
|
2607
|
+
"integrity": "sha512-cD5ciQuKlx+eumTCfqbfiL+fhQm+dHbVNB/cX4+d+I/nx4JsVop9VoFEPAs5RJ6I84QR6bZIBjpd2kjDOYeWcg==",
|
|
2608
2608
|
"license": "Apache-2.0",
|
|
2609
2609
|
"optional": true,
|
|
2610
2610
|
"dependencies": {
|
|
@@ -4091,9 +4091,9 @@
|
|
|
4091
4091
|
}
|
|
4092
4092
|
},
|
|
4093
4093
|
"node_modules/hono": {
|
|
4094
|
-
"version": "4.13.
|
|
4095
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.13.
|
|
4096
|
-
"integrity": "sha512-
|
|
4094
|
+
"version": "4.13.1",
|
|
4095
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.13.1.tgz",
|
|
4096
|
+
"integrity": "sha512-kdJoFVv2xmayw6cY09H7AbMJMt8Jn5jdlEdXsP7AGBdF2DIptVlKlOLKXP41yPip4/a3yQPv9gVcJYI8YY04dw==",
|
|
4097
4097
|
"license": "MIT",
|
|
4098
4098
|
"engines": {
|
|
4099
4099
|
"node": ">=16.9.0"
|
|
@@ -7682,9 +7682,9 @@
|
|
|
7682
7682
|
"license": "ISC"
|
|
7683
7683
|
},
|
|
7684
7684
|
"node_modules/ws": {
|
|
7685
|
-
"version": "8.21.
|
|
7686
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.
|
|
7687
|
-
"integrity": "sha512-
|
|
7685
|
+
"version": "8.21.3",
|
|
7686
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz",
|
|
7687
|
+
"integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==",
|
|
7688
7688
|
"license": "MIT",
|
|
7689
7689
|
"engines": {
|
|
7690
7690
|
"node": ">=10.0.0"
|
package/package.json
CHANGED