@streamr/sdk 100.2.5-beta.0 → 100.2.5-beta.1
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 +1 -1
- package/streamr-sdk.web.min.js +1 -1
- package/tsconfig.node.tsbuildinfo +1 -1
package/COMMITHASH
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
c1bba9aa4dee391ba86673d88520be9dd1c5fe84
|
package/LASTCOMMITDATETIME
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2024-
|
|
1
|
+
2024-06-07T13:50:53+03:00
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
c1bba9a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamr/sdk",
|
|
3
|
-
"version": "100.2.5-beta.
|
|
3
|
+
"version": "100.2.5-beta.1",
|
|
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.24.0",
|
|
29
29
|
"@babel/preset-typescript": "^7.23.3",
|
|
30
30
|
"@jest/globals": "^29.5.0",
|
|
31
|
-
"@streamr/test-utils": "100.2.5-beta.
|
|
31
|
+
"@streamr/test-utils": "100.2.5-beta.1",
|
|
32
32
|
"@types/heap": "^0.2.34",
|
|
33
33
|
"@types/lodash": "^4.14.202",
|
|
34
34
|
"@types/node-fetch": "^2.6.4",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"@lit-protocol/core": "2.2.5",
|
|
68
68
|
"@lit-protocol/uint8arrays": "^3.2.3",
|
|
69
69
|
"@streamr/config": "^5.3.7",
|
|
70
|
-
"@streamr/dht": "100.2.5-beta.
|
|
71
|
-
"@streamr/protocol": "100.2.5-beta.
|
|
72
|
-
"@streamr/trackerless-network": "100.2.5-beta.
|
|
73
|
-
"@streamr/utils": "100.2.5-beta.
|
|
70
|
+
"@streamr/dht": "100.2.5-beta.1",
|
|
71
|
+
"@streamr/protocol": "100.2.5-beta.1",
|
|
72
|
+
"@streamr/trackerless-network": "100.2.5-beta.1",
|
|
73
|
+
"@streamr/utils": "100.2.5-beta.1",
|
|
74
74
|
"core-js": "^3.36.0",
|
|
75
75
|
"env-paths": "^2.2.1",
|
|
76
76
|
"ethers": "^6.12.0",
|
package/streamr-sdk.web.js
CHANGED
|
@@ -260138,7 +260138,7 @@ module.exports = /*#__PURE__*/JSON.parse('[{"anonymous":false,"inputs":[{"indexe
|
|
|
260138
260138
|
/***/ ((module) => {
|
|
260139
260139
|
|
|
260140
260140
|
"use strict";
|
|
260141
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/trackerless-network","version":"100.2.5-beta.
|
|
260141
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@streamr/trackerless-network","version":"100.2.5-beta.1","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","generate-protoc-code":"./proto.sh","check":"tsc -p ./tsconfig.jest.json --noEmit","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":"100.2.5-beta.1","@streamr/proto-rpc":"100.2.5-beta.1","@streamr/protocol":"100.2.5-beta.1","@streamr/test-utils":"100.2.5-beta.1","@streamr/utils":"100.2.5-beta.1","eventemitter3":"^5.0.0","lodash":"^4.17.21","uuid":"^9.0.1","yallist":"^4.0.0"},"devDependencies":{"@streamr/browser-test-runner":"^0.0.1","@types/lodash":"^4.14.202","@types/uuid":"^9.0.8","@types/yallist":"^4.0.1","commander":"^12.0.0","expect":"^29.6.2","ts-essentials":"^9.4.1","ts-loader":"^9.5.1","ts-node":"^10.9.2"}}');
|
|
260142
260142
|
|
|
260143
260143
|
/***/ })
|
|
260144
260144
|
|