Updates
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"type": "commonjs",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"test": "brittle-bare test/test.js"
|
||||
"test": "brittle-bare test/test.js",
|
||||
"bundle": "node ../../scripts/bundle-module.mjs hyper-p2p-blind-relay-bridge"
|
||||
},
|
||||
"dependencies": {
|
||||
"bare-events": "^2.8.0",
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"type": "commonjs",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"test": "brittle-bare test/test.js"
|
||||
"test": "brittle-bare test/test.js",
|
||||
"bundle": "node ../../scripts/bundle-module.mjs hyper-p2p-dht-bootstrap-hint"
|
||||
},
|
||||
"dependencies": {
|
||||
"bare-events": "^2.8.0",
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
"main": "index.js",
|
||||
"type": "commonjs",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": { "test": "brittle-bare test/test.js" },
|
||||
"scripts": {
|
||||
"test": "brittle-bare test/test.js",
|
||||
"bundle": "node ../../scripts/bundle-module.mjs hyper-p2p-noise-session-wrap"
|
||||
},
|
||||
"dependencies": {
|
||||
"bare-events": "^2.8.0",
|
||||
"bare-process": "^4.4.0",
|
||||
@@ -18,9 +21,17 @@
|
||||
"hyperswarm": "^4.0.0",
|
||||
"bare": ">=1.0.0"
|
||||
},
|
||||
"devDependencies": { "brittle": "^3.0.0" },
|
||||
"devDependencies": {
|
||||
"brittle": "^3.0.0"
|
||||
},
|
||||
"imports": {
|
||||
"process": { "bare": "bare-process", "default": "process" },
|
||||
"events": { "bare": "bare-events", "default": "events" }
|
||||
"process": {
|
||||
"bare": "bare-process",
|
||||
"default": "process"
|
||||
},
|
||||
"events": {
|
||||
"bare": "bare-events",
|
||||
"default": "events"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
"main": "index.js",
|
||||
"type": "commonjs",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": { "test": "brittle-bare test/test.js" },
|
||||
"scripts": {
|
||||
"test": "brittle-bare test/test.js",
|
||||
"bundle": "node ../../scripts/bundle-module.mjs hyper-p2p-secret-stream-pair"
|
||||
},
|
||||
"dependencies": {
|
||||
"bare-process": "^4.4.0",
|
||||
"b4a": "^1.6.7",
|
||||
@@ -18,8 +21,13 @@
|
||||
"bare": ">=1.0.0",
|
||||
"hyperswarm": "^4.0.0"
|
||||
},
|
||||
"devDependencies": { "brittle": "^3.0.0" },
|
||||
"devDependencies": {
|
||||
"brittle": "^3.0.0"
|
||||
},
|
||||
"imports": {
|
||||
"process": { "bare": "bare-process", "default": "process" }
|
||||
"process": {
|
||||
"bare": "bare-process",
|
||||
"default": "process"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
"main": "index.js",
|
||||
"type": "commonjs",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": { "test": "brittle-bare test/test.js" },
|
||||
"scripts": {
|
||||
"test": "brittle-bare test/test.js",
|
||||
"bundle": "node ../../scripts/bundle-module.mjs hyper-p2p-udx-metrics"
|
||||
},
|
||||
"dependencies": {
|
||||
"bare-events": "^2.8.0",
|
||||
"bare-process": "^4.4.0",
|
||||
@@ -18,9 +21,17 @@
|
||||
"hyperswarm": "^4.0.0",
|
||||
"bare": ">=1.0.0"
|
||||
},
|
||||
"devDependencies": { "brittle": "^3.0.0" },
|
||||
"devDependencies": {
|
||||
"brittle": "^3.0.0"
|
||||
},
|
||||
"imports": {
|
||||
"process": { "bare": "bare-process", "default": "process" },
|
||||
"events": { "bare": "bare-events", "default": "events" }
|
||||
"process": {
|
||||
"bare": "bare-process",
|
||||
"default": "process"
|
||||
},
|
||||
"events": {
|
||||
"bare": "bare-events",
|
||||
"default": "events"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
"main": "index.js",
|
||||
"type": "commonjs",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": { "test": "brittle-bare test/test.js" },
|
||||
"scripts": {
|
||||
"test": "brittle-bare test/test.js",
|
||||
"bundle": "node ../../scripts/bundle-module.mjs hyper-p2p-wakeup-channel"
|
||||
},
|
||||
"dependencies": {
|
||||
"bare-events": "^2.8.0",
|
||||
"bare-process": "^4.4.0",
|
||||
@@ -18,9 +21,17 @@
|
||||
"hyperswarm": "^4.0.0",
|
||||
"bare": ">=1.0.0"
|
||||
},
|
||||
"devDependencies": { "brittle": "^3.0.0" },
|
||||
"devDependencies": {
|
||||
"brittle": "^3.0.0"
|
||||
},
|
||||
"imports": {
|
||||
"process": { "bare": "bare-process", "default": "process" },
|
||||
"events": { "bare": "bare-events", "default": "events" }
|
||||
"process": {
|
||||
"bare": "bare-process",
|
||||
"default": "process"
|
||||
},
|
||||
"events": {
|
||||
"bare": "bare-events",
|
||||
"default": "events"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user