@bitblit/ratchet-node-only 5.1.701-alpha → 5.1.702-alpha
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-node-only",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.702-alpha",
|
|
4
4
|
"description": "Ratchet tools for use on node-only",
|
|
5
5
|
"note-on-side-effects": "Technically the entries in 'bin' below might be side effects, but they are called explicitly",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"run-file-server": "node bin/cli.js run-file-server --https true"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@bitblit/ratchet-common": "5.1.
|
|
61
|
+
"@bitblit/ratchet-common": "5.1.702-alpha"
|
|
62
62
|
},
|
|
63
63
|
"optionalDependencies": {
|
|
64
64
|
"cheerio": "1.1.2",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"warc": "1.0.1"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"@bitblit/ratchet-common": "5.1.
|
|
72
|
+
"@bitblit/ratchet-common": "5.1.702-alpha",
|
|
73
73
|
"cheerio": "^1.0.0",
|
|
74
74
|
"csv": "^6.4.1",
|
|
75
75
|
"jsonwebtoken": "^9.0.2",
|