@streamr/sdk 103.1.0-rc.1 → 103.1.0-rc.3
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/COMMITHASH +1 -1
- package/dist/LASTCOMMITDATETIME +1 -1
- package/dist/VERSION +1 -1
- package/dist/streamr-sdk.web.js +2 -2
- package/dist/streamr-sdk.web.min.js +1 -1
- package/package.json +6 -6
package/dist/COMMITHASH
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4c475f486b3a2635bb995de03990c253419c361b
|
package/dist/LASTCOMMITDATETIME
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2025-09-
|
|
1
|
+
2025-09-15T12:51:47+03:00
|
package/dist/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4c475f4
|
package/dist/streamr-sdk.web.js
CHANGED
|
@@ -196352,7 +196352,7 @@ exports.Mnfo2uhnf92hvqi2nviouq2hv9puhq = new Mnfo2uhnf92hvqi2nviouq2hv9puhq$Type
|
|
|
196352
196352
|
/***/ ((module) => {
|
|
196353
196353
|
|
|
196354
196354
|
"use strict";
|
|
196355
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/dht","version":"103.1.0-rc.
|
|
196355
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/dht","version":"103.1.0-rc.3","description":"Streamr Network DHT","repository":{"type":"git","url":"git+https://github.com/streamr-dev/network.git","directory":"packages/dht"},"license":"STREAMR NETWORK OPEN SOURCE LICENSE","author":"Streamr Network AG <contact@streamr.network>","files":["dist","!*.tsbuildinfo","README.md"],"dependencies":{"@js-sdsl/ordered-map":"^4.4.2","@protobuf-ts/runtime":"^2.8.2","@protobuf-ts/runtime-rpc":"^2.8.2","@streamr/autocertifier-client":"103.1.0-rc.3","@streamr/cdn-location":"103.1.0-rc.3","@streamr/geoip-location":"103.1.0-rc.3","@streamr/proto-rpc":"103.1.0-rc.3","@streamr/utils":"103.1.0-rc.3","eventemitter3":"^5.0.0","heap":"^0.2.6","ipaddr.js":"^2.0.1","k-bucket":"^5.1.0","lodash":"^4.17.21","lru-cache":"^11.1.0","node-datachannel":"^0.27.0","uuid":"^11.1.0","websocket":"^1.0.34","ws":"^8.18.3"},"devDependencies":{"@streamr/browser-test-runner":"^0.0.1","@streamr/test-utils":"103.1.0-rc.3","@types/heap":"^0.2.34","@types/k-bucket":"^5.0.1","@types/lodash":"^4.17.20","@types/websocket":"^1.0.10","@types/ws":"^8.18.1","jest-leak-detector":"^27.3.1","jest-matcher-utils":"^30.0.5","ts-essentials":"^10.1.1","ts-node":"^10.9.2"},"optionalDependencies":{"bufferutil":"^4.0.9","utf-8-validate":"^6.0.5"},"main":"./src/exports.js","types":"./src/exports.d.ts","browser":{"./src/connection/webrtc/NodeWebrtcConnection.js":"./src/connection/webrtc/BrowserWebrtcConnection.js","./src/connection/websocket/NodeWebsocketClientConnection.js":"./src/connection/websocket/BrowserWebsocketClientConnection.js","./src/helpers/browser/isBrowserEnvironment.js":"./src/helpers/browser/isBrowserEnvironment_override.js"}}');
|
|
196356
196356
|
|
|
196357
196357
|
/***/ }),
|
|
196358
196358
|
|
|
@@ -215879,7 +215879,7 @@ exports.PlumtreeRpc = new runtime_rpc_1.ServiceType("PlumtreeRpc", [{
|
|
|
215879
215879
|
/***/ ((module) => {
|
|
215880
215880
|
|
|
215881
215881
|
"use strict";
|
|
215882
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/trackerless-network","version":"103.1.0-rc.
|
|
215882
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/trackerless-network","version":"103.1.0-rc.3","description":"Minimal and extendable implementation of the Streamr Network node.","repository":{"type":"git","url":"git+https://github.com/streamr-dev/network-monorepo.git","directory":"packages/trackerless-network"},"main":"dist/src/exports.js","types":"dist/src/exports.d.ts","files":["dist","!*.tsbuildinfo","README.md","LICENSE"],"license":"STREAMR NETWORK OPEN SOURCE LICENSE","author":"Streamr Network AG <contact@streamr.network>","scripts":{"build":"tsc -b tsconfig.node.json","build-browser":"webpack --mode=development --progress","prebuild":"./proto.sh","check":"tsc -p ./tsconfig.jest.json","clean":"jest --clearCache || true; rm -rf dist *.tsbuildinfo node_modules/.cache || true","coverage":"jest --coverage","eslint":"eslint --cache --cache-location=node_modules/.cache/.eslintcache/ \'*/**/*.{js,ts}\'","test":"npm run test-unit && npm run test-integration && npm run test-end-to-end","test-browser":"karma start karma.config.js","test-unit":"jest test/unit","test-integration":"jest --bail test/integration","test-end-to-end":"jest --bail test/end-to-end","network":"ts-node bin/network","run-joining-benchmark":"node --max-old-space-size=24288 dist/test/benchmark/first-message.js"},"dependencies":{"@protobuf-ts/runtime":"^2.8.2","@protobuf-ts/runtime-rpc":"^2.8.2","@streamr/dht":"103.1.0-rc.3","@streamr/proto-rpc":"103.1.0-rc.3","@streamr/utils":"103.1.0-rc.3","eventemitter3":"^5.0.0","lodash":"^4.17.21","ts-essentials":"^10.1.1","uuid":"^11.1.0","yallist":"^5.0.0"},"devDependencies":{"@streamr/browser-test-runner":"^0.0.1","@streamr/test-utils":"103.1.0-rc.3","@types/lodash":"^4.17.20","@types/yallist":"^5.0.0","expect":"^30.0.5","ts-node":"^10.9.2"}}');
|
|
215883
215883
|
|
|
215884
215884
|
/***/ }),
|
|
215885
215885
|
|