@streamr/sdk 102.0.0-beta.1 → 102.0.0-beta.2
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/COMMITHASH +1 -1
- package/LASTCOMMITDATETIME +1 -1
- package/VERSION +1 -1
- package/package.json +6 -6
- package/streamr-sdk.web.js +2 -2
- package/streamr-sdk.web.min.js +1 -1
- package/tsconfig.node.tsbuildinfo +1 -1
package/COMMITHASH
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
af0b574e8dbf32eaa6115b57f924c75e12336e8d
|
package/LASTCOMMITDATETIME
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2025-01-
|
|
1
|
+
2025-01-22T17:19:43+02:00
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
af0b574
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamr/sdk",
|
|
3
|
-
"version": "102.0.0-beta.
|
|
3
|
+
"version": "102.0.0-beta.2",
|
|
4
4
|
"description": "JavaScript / TypeScript SDK for Streamr",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@babel/preset-env": "^7.26.0",
|
|
29
29
|
"@babel/preset-typescript": "^7.26.0",
|
|
30
30
|
"@jest/globals": "^29.7.0",
|
|
31
|
-
"@streamr/test-utils": "102.0.0-beta.
|
|
31
|
+
"@streamr/test-utils": "102.0.0-beta.2",
|
|
32
32
|
"@types/heap": "^0.2.34",
|
|
33
33
|
"@types/lodash": "^4.17.14",
|
|
34
34
|
"ajv": "^8.17.1",
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"@protobuf-ts/runtime": "^2.8.2",
|
|
67
67
|
"@protobuf-ts/runtime-rpc": "^2.8.2",
|
|
68
68
|
"@streamr/config": "^5.4.2",
|
|
69
|
-
"@streamr/dht": "102.0.0-beta.
|
|
70
|
-
"@streamr/proto-rpc": "102.0.0-beta.
|
|
71
|
-
"@streamr/trackerless-network": "102.0.0-beta.
|
|
72
|
-
"@streamr/utils": "102.0.0-beta.
|
|
69
|
+
"@streamr/dht": "102.0.0-beta.2",
|
|
70
|
+
"@streamr/proto-rpc": "102.0.0-beta.2",
|
|
71
|
+
"@streamr/trackerless-network": "102.0.0-beta.2",
|
|
72
|
+
"@streamr/utils": "102.0.0-beta.2",
|
|
73
73
|
"core-js": "^3.40.0",
|
|
74
74
|
"env-paths": "^2.2.1",
|
|
75
75
|
"ethers": "^6.13.0",
|
package/streamr-sdk.web.js
CHANGED
|
@@ -276681,7 +276681,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"name":"websocket","description":"Web
|
|
|
276681
276681
|
/***/ ((module) => {
|
|
276682
276682
|
|
|
276683
276683
|
"use strict";
|
|
276684
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/dht","version":"102.0.0-beta.
|
|
276684
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/dht","version":"102.0.0-beta.2","description":"Streamr Network DHT","repository":{"type":"git","url":"git+https://github.com/streamr-dev/network.git","directory":"packages/dht"},"main":"dist/src/exports.js","types":"dist/src/exports.d.ts","license":"STREAMR NETWORK OPEN SOURCE LICENSE","author":"Streamr Network AG <contact@streamr.network>","scripts":{"prebuild":"./proto.sh","build":"tsc -b tsconfig.node.json","build-browser":"webpack --mode=development --progress","check":"tsc -p ./tsconfig.jest.json","clean":"jest --clearCache || true; rm -rf dist *.tsbuildinfo node_modules/.cache || true","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","benchmark":"jest test/benchmark"},"dependencies":{"@js-sdsl/ordered-map":"^4.4.2","@protobuf-ts/runtime":"^2.8.2","@protobuf-ts/runtime-rpc":"^2.8.2","@streamr/autocertifier-client":"102.0.0-beta.2","@streamr/cdn-location":"102.0.0-beta.2","@streamr/geoip-location":"102.0.0-beta.2","@streamr/proto-rpc":"102.0.0-beta.2","@streamr/utils":"102.0.0-beta.2","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.0.2","node-datachannel":"^0.10.1","querystring":"0.2.1","uuid":"^11.0.5","websocket":"^1.0.34","ws":"^8.18.0"},"devDependencies":{"@streamr/browser-test-runner":"^0.0.1","@streamr/test-utils":"102.0.0-beta.2","@types/heap":"^0.2.34","@types/k-bucket":"^5.0.1","@types/lodash":"^4.17.14","@types/websocket":"^1.0.10","@types/ws":"^8.5.13","jest-leak-detector":"^27.3.1","jest-matcher-utils":"^29.7.0","ts-essentials":"^10.0.4"},"optionalDependencies":{"bufferutil":"^4.0.9","utf-8-validate":"^6.0.5"}}');
|
|
276685
276685
|
|
|
276686
276686
|
/***/ }),
|
|
276687
276687
|
|
|
@@ -276791,7 +276791,7 @@ module.exports = /*#__PURE__*/JSON.parse('[{"anonymous":false,"inputs":[{"indexe
|
|
|
276791
276791
|
/***/ ((module) => {
|
|
276792
276792
|
|
|
276793
276793
|
"use strict";
|
|
276794
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/trackerless-network","version":"102.0.0-beta.
|
|
276794
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/trackerless-network","version":"102.0.0-beta.2","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","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":"102.0.0-beta.2","@streamr/proto-rpc":"102.0.0-beta.2","@streamr/utils":"102.0.0-beta.2","eventemitter3":"^5.0.0","lodash":"^4.17.21","ts-essentials":"^10.0.4","uuid":"^11.0.5","yallist":"^5.0.0"},"devDependencies":{"@streamr/browser-test-runner":"^0.0.1","@streamr/test-utils":"102.0.0-beta.2","@types/lodash":"^4.17.14","@types/yallist":"^4.0.1","expect":"^29.6.2","ts-node":"^10.9.2"}}');
|
|
276795
276795
|
|
|
276796
276796
|
/***/ })
|
|
276797
276797
|
|