@hybrid-compute/worker 0.0.13 → 0.2.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 +26 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.0](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/worker@0.1.0...@hybrid-compute/worker@0.2.0) (2025-07-07)
4
+
5
+ ### Tasks
6
+
7
+ * 🤖 @hybrid-compute/core@0.2.0 ([cb8ed50](https://github.com/phun-ky/hybrid-compute/commit/cb8ed50ab1a8c5cc72592afd419dfc021efeaa4a))
8
+ * 🤖 @hybrid-compute/local@0.2.0 ([4ba4717](https://github.com/phun-ky/hybrid-compute/commit/4ba4717c5300eff5af9efcc5d1e2442e4a4b56c6))
9
+ * 🤖 @hybrid-compute/remote@0.2.0 ([dde025a](https://github.com/phun-ky/hybrid-compute/commit/dde025af3af81baf9ad6baf2ade0690a173e493c))
10
+ * 🤖 Add more keywords ([c5646a2](https://github.com/phun-ky/hybrid-compute/commit/c5646a20df3df7f005b08ab1216b987f1ec0430c))
11
+ * 🤖 bump the minor-and-patch group across 1 directory with 7 updates ([2f5d9d6](https://github.com/phun-ky/hybrid-compute/commit/2f5d9d63cb7714c95ac0f69f37446f8497c891cc))
12
+
13
+ ## [0.1.0](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/worker@0.0.13...@hybrid-compute/worker@0.1.0) (2025-06-23)
14
+
15
+ ### Tasks
16
+
17
+ * 🤖 @hybrid-compute/core@0.1.0 ([787100b](https://github.com/phun-ky/hybrid-compute/commit/787100b0d1f0209aaeb37631f9549c3ac19fa0f1))
18
+ * 🤖 @hybrid-compute/local@0.1.0 ([14599e9](https://github.com/phun-ky/hybrid-compute/commit/14599e91ec059f0f611e8ccbd444bf0b64b1f503))
19
+ * 🤖 @hybrid-compute/remote@0.1.0 ([59292bd](https://github.com/phun-ky/hybrid-compute/commit/59292bd169fb0dbeff24c44183b2ae8d3fe37f3f))
20
+
21
+ ### Documentation
22
+
23
+ * ✏️ Add more examples ([d874e1d](https://github.com/phun-ky/hybrid-compute/commit/d874e1d044eadf94c6641e2e01b134fd04ec0799))
24
+
25
+ ### Feature
26
+
27
+ * 🎸 Add svg logo ([ea5f9d2](https://github.com/phun-ky/hybrid-compute/commit/ea5f9d23fedda902ca3344e0b207bb7b2c647020))
28
+
3
29
  ## [0.0.13](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/worker@0.0.12...@hybrid-compute/worker@0.0.13) (2025-06-23)
4
30
 
5
31
  ### Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybrid-compute/worker",
3
- "version": "0.0.13",
3
+ "version": "0.2.0",
4
4
  "description": "Threaded compute backend for executing tasks in Web Workers.",
5
5
  "keywords": [
6
6
  "web-worker",
@@ -35,7 +35,7 @@
35
35
  "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\""
36
36
  },
37
37
  "dependencies": {
38
- "@hybrid-compute/core": "0.0.13"
38
+ "@hybrid-compute/core": "0.2.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "eslint": "^9.27.0",