@hybrid-compute/worker 0.0.12 → 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 +25 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
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/remote@0.1.0 ([59292bd](https://github.com/phun-ky/hybrid-compute/commit/59292bd169fb0dbeff24c44183b2ae8d3fe37f3f))
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
+
19
+ ## [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)
20
+
21
+ ### Tasks
22
+
23
+ * 🤖 @hybrid-compute/core@0.0.14 ([8d9be77](https://github.com/phun-ky/hybrid-compute/commit/8d9be777ff3267039dca971e9efc5bf3793f5fc5))
24
+ * 🤖 @hybrid-compute/local@0.0.13 ([b6bf061](https://github.com/phun-ky/hybrid-compute/commit/b6bf0617bb3b5a8dfc22fddf634e07698f3df13e))
25
+ * 🤖 @hybrid-compute/remote@0.0.13 ([c349cb9](https://github.com/phun-ky/hybrid-compute/commit/c349cb9b1ecf1ec2a1cf6565f84601f28f6143d6))
26
+ * 🤖 bump the minor-and-patch group with 4 updates ([f38077a](https://github.com/phun-ky/hybrid-compute/commit/f38077a03966e6019ac79d80cab786d181e325b2))
27
+
3
28
  ## [0.0.12](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/worker@0.0.11...@hybrid-compute/worker@0.0.12) (2025-06-16)
4
29
 
5
30
  ### Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybrid-compute/worker",
3
- "version": "0.0.12",
3
+ "version": "0.1.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.12"
38
+ "@hybrid-compute/core": "0.1.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "eslint": "^9.27.0",