omnius 1.0.724 → 1.0.725
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 +2 -2
- package/npm-shrinkwrap.json +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/dist/index.js
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 38094963 bytes
|
|
4
|
+
sha256: 74532c83d3afa65e7523548484ed731fa260b1234c6c2835ab25b677eee6e801
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.725",
|
|
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.725",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -4432,9 +4432,9 @@
|
|
|
4432
4432
|
"license": "BSD-3-Clause"
|
|
4433
4433
|
},
|
|
4434
4434
|
"node_modules/ignore": {
|
|
4435
|
-
"version": "7.0.
|
|
4436
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
4437
|
-
"integrity": "sha512-
|
|
4435
|
+
"version": "7.0.10",
|
|
4436
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.10.tgz",
|
|
4437
|
+
"integrity": "sha512-HpbUakT7xp5miBUywCHf36ZEuAJNklBJDDsGpUIjMzOSmM8ELSfA9Sa/QDPeNeqeoN31u+UTCkL4klCOVvRm4Q==",
|
|
4438
4438
|
"license": "MIT",
|
|
4439
4439
|
"engines": {
|
|
4440
4440
|
"node": ">= 4"
|
package/package.json
CHANGED