omnius 1.0.559 → 1.0.561
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 +375 -654
- 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.561",
|
|
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.561",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -4079,9 +4079,9 @@
|
|
|
4079
4079
|
}
|
|
4080
4080
|
},
|
|
4081
4081
|
"node_modules/hono": {
|
|
4082
|
-
"version": "4.12.
|
|
4083
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
4084
|
-
"integrity": "sha512-
|
|
4082
|
+
"version": "4.12.30",
|
|
4083
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.30.tgz",
|
|
4084
|
+
"integrity": "sha512-emn+JoJjrN9YTpRDS5it/UI2SO9BAE37T6I3d963RxcZ81G9A4pr2SZTEiiaiKbzx+NKRg5BZ89fCL7gCJCUog==",
|
|
4085
4085
|
"license": "MIT",
|
|
4086
4086
|
"engines": {
|
|
4087
4087
|
"node": ">=16.9.0"
|
package/package.json
CHANGED