@hybrid-compute/remote 0.11.0 → 0.13.0
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/CHANGELOG.md +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.13.0](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/remote@0.12.0...@hybrid-compute/remote@0.13.0) (2025-09-23)
|
|
4
|
+
|
|
5
|
+
### Tasks
|
|
6
|
+
|
|
7
|
+
* 🤖 @hybrid-compute/core@0.13.0 ([2ce1738](https://github.com/phun-ky/hybrid-compute/commit/2ce17384749eec814e482ac8a0d0dc624e13db12))
|
|
8
|
+
* 🤖 @hybrid-compute/local@0.13.0 ([e9f8b66](https://github.com/phun-ky/hybrid-compute/commit/e9f8b66ae9a8a7e8a7a2631c68b239057153d4a6))
|
|
9
|
+
* 🤖 @hybrid-compute/worker@0.12.0 ([10bca7b](https://github.com/phun-ky/hybrid-compute/commit/10bca7b6be2c395cd0bd73593768d852f5bc9554))
|
|
10
|
+
* 🤖 bump the minor-and-patch group across 1 directory with 7 updates ([05c33ad](https://github.com/phun-ky/hybrid-compute/commit/05c33ad4ddbd6acf818bf8919d2cda2dd1d6ae86))
|
|
11
|
+
|
|
12
|
+
## [0.12.0](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/remote@0.11.0...@hybrid-compute/remote@0.12.0) (2025-09-09)
|
|
13
|
+
|
|
14
|
+
### Tasks
|
|
15
|
+
|
|
16
|
+
* 🤖 @hybrid-compute/core@0.12.0 ([42bb971](https://github.com/phun-ky/hybrid-compute/commit/42bb971109c72625c831053ea2b70d1fde5c2464))
|
|
17
|
+
* 🤖 @hybrid-compute/local@0.12.0 ([e8efcb5](https://github.com/phun-ky/hybrid-compute/commit/e8efcb59d7db0c6f5dd3a46ac6b955e15e2303e5))
|
|
18
|
+
* 🤖 @hybrid-compute/worker@0.11.0 ([5ee33da](https://github.com/phun-ky/hybrid-compute/commit/5ee33da77bc2537a946039b4b20d2578e4f52bb8))
|
|
19
|
+
* 🤖 bump @phun-ky/typeof in the major-updates group ([7251009](https://github.com/phun-ky/hybrid-compute/commit/72510096b483bfd9ce8e75797a127c012efd4ac2))
|
|
20
|
+
|
|
3
21
|
## [0.11.0](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/remote@0.10.0...@hybrid-compute/remote@0.11.0) (2025-09-08)
|
|
4
22
|
|
|
5
23
|
### Tasks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybrid-compute/remote",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "Remote compute backend using fetch or WebSocket transport for distributed task execution.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"remote",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"test:ci": "glob -c \"node --import tsx --test --no-warnings --experimental-test-coverage --test-reporter=cobertura --test-reporter-destination=coverage/cobertura-coverage.xml --test-reporter=spec --test-reporter-destination=stdout\" \"**/__tests__/**/*.spec.ts\""
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@hybrid-compute/core": "0.
|
|
39
|
+
"@hybrid-compute/core": "0.13.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"eslint": "^9.27.0",
|