@hybrid-compute/remote 0.0.13 → 0.1.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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.0](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/remote@0.0.13...@hybrid-compute/remote@0.1.0) (2025-06-23)
4
+
5
+ ### Tasks
6
+
7
+ * 🤖 @hybrid-compute/core@0.1.0 ([787100b](https://github.com/phun-ky/hybrid-compute/commit/787100b0d1f0209aaeb37631f9549c3ac19fa0f1))
8
+ * 🤖 @hybrid-compute/local@0.1.0 ([14599e9](https://github.com/phun-ky/hybrid-compute/commit/14599e91ec059f0f611e8ccbd444bf0b64b1f503))
9
+ * 🤖 @hybrid-compute/worker@0.0.13 ([290e15a](https://github.com/phun-ky/hybrid-compute/commit/290e15a7472062ec44a7b55d185dc94d38bb317d))
10
+
11
+ ### Documentation
12
+
13
+ * ✏️ Add more examples ([d874e1d](https://github.com/phun-ky/hybrid-compute/commit/d874e1d044eadf94c6641e2e01b134fd04ec0799))
14
+
15
+ ### Feature
16
+
17
+ * 🎸 Add svg logo ([ea5f9d2](https://github.com/phun-ky/hybrid-compute/commit/ea5f9d23fedda902ca3344e0b207bb7b2c647020))
18
+
3
19
  ## [0.0.13](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/remote@0.0.12...@hybrid-compute/remote@0.0.13) (2025-06-23)
4
20
 
5
21
  ### Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybrid-compute/remote",
3
- "version": "0.0.13",
3
+ "version": "0.1.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.0.13"
39
+ "@hybrid-compute/core": "0.1.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "eslint": "^9.27.0",