@hybrid-compute/core 0.16.0 → 0.18.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.18.0](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/core@0.17.0...@hybrid-compute/core@0.18.0) (2025-10-27)
4
+
5
+ ### Tasks
6
+
7
+ * 🤖 @hybrid-compute/local@0.17.0 ([e40d278](https://github.com/phun-ky/hybrid-compute/commit/e40d278265173ef074e31addd504814da6ac2b0e))
8
+ * 🤖 @hybrid-compute/remote@0.17.0 ([f388192](https://github.com/phun-ky/hybrid-compute/commit/f388192c7f48929acafdc619de04dc1a0eb31095))
9
+ * 🤖 @hybrid-compute/worker@0.17.0 ([3ddffe6](https://github.com/phun-ky/hybrid-compute/commit/3ddffe6cb90869bc2360214da893ed3fc0b7d83b))
10
+ * 🤖 bump the minor-and-patch group with 3 updates ([8e68891](https://github.com/phun-ky/hybrid-compute/commit/8e68891d76ce21f65e89a79d06b6421545ef62b7))
11
+
12
+ ## [0.17.0](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/core@0.16.0...@hybrid-compute/core@0.17.0) (2025-10-20)
13
+
14
+ ### Tasks
15
+
16
+ * 🤖 @hybrid-compute/local@0.16.0 ([c67ad06](https://github.com/phun-ky/hybrid-compute/commit/c67ad060357d5c871ac9c04906ed69899841a703))
17
+ * 🤖 @hybrid-compute/remote@0.16.0 ([2e1f2b7](https://github.com/phun-ky/hybrid-compute/commit/2e1f2b77c42bb97995a493e33dd23f0ccd76dd09))
18
+ * 🤖 @hybrid-compute/worker@0.16.0 ([d18b162](https://github.com/phun-ky/hybrid-compute/commit/d18b1627450f81cebf05c918aed3d623166849b5))
19
+ * 🤖 bump the minor-and-patch group with 3 updates ([892ab37](https://github.com/phun-ky/hybrid-compute/commit/892ab37fe53b39f11b7c73276ff202f0c6962fb2))
20
+
3
21
  ## [0.16.0](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/core@0.15.0...@hybrid-compute/core@0.16.0) (2025-10-13)
4
22
 
5
23
  ### Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybrid-compute/core",
3
- "version": "0.16.0",
3
+ "version": "0.18.0",
4
4
  "description": "Core orchestrator for dispatching compute tasks to local, threaded, or remote backends.",
5
5
  "keywords": [
6
6
  "compute",