@hybrid-compute/worker 0.0.4 → 0.0.6

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/.release-it.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
- "git": false,
3
- "github": false,
2
+ "git": {
3
+ "requireCleanWorkingDir": false,
4
+ "tagName": "@hybrid-compute/worker@${version}",
5
+ "commitMessage": "chore: 🤖 ${name}@${version}"
6
+ },
7
+ "github": {
8
+ "release": true,
9
+ "releaseName": "@hybrid-compute/worker@${version}",
10
+ "tokenRef": "GH_TOKEN"
11
+ },
4
12
  "npm": {
5
13
  "publish": true,
6
14
  "skipChecks": true
package/CHANGELOG.md CHANGED
@@ -1,9 +1,31 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.4](https://github.com/phun-ky/hybrid-compute/compare/0.0.3...0.0.4) (2025-06-01)
3
+ ## [0.0.6](https://github.com/phun-ky/hybrid-compute/compare/@hybrid-compute/worker@0.0.5...@hybrid-compute/worker@0.0.6) (2025-06-01)
4
4
 
5
5
  ### Tasks
6
6
 
7
+ * 🤖 @hybrid-compute/core@0.0.7 ([2d9b75c](https://github.com/phun-ky/hybrid-compute/commit/2d9b75c3f72784f196e58b2f6ba7b66082229347))
8
+ * 🤖 @hybrid-compute/local@0.0.6 ([76950bb](https://github.com/phun-ky/hybrid-compute/commit/76950bb18413a55782f49c06def100d5ba569c7c))
9
+ * 🤖 @hybrid-compute/remote@0.0.6 ([9ac21aa](https://github.com/phun-ky/hybrid-compute/commit/9ac21aa96bcc7314d5624f1047925ed02e8ef86f))
10
+ * 🤖 Add logo ([5dc5851](https://github.com/phun-ky/hybrid-compute/commit/5dc5851355bf9342045b54df03f1ed919cd5b4bd))
11
+ * 🤖 Sort the `package.json`-files ([d83d2d2](https://github.com/phun-ky/hybrid-compute/commit/d83d2d2fbfbb48681b7366dc86254635fb91c691))
12
+ * 🤖 Testing something ([0042a67](https://github.com/phun-ky/hybrid-compute/commit/0042a671fb12b987d07537e95db54bd9a77594f2))
13
+
14
+ ### Bug
15
+
16
+ * 🐛 Fake a lerna enviroment to detect packages changed ([7616639](https://github.com/phun-ky/hybrid-compute/commit/7616639ab7c6b2dea7b145ea1b8651802662d46a)), closes [#2](https://github.com/phun-ky/hybrid-compute/issues/2)
17
+
18
+ ### Refactoring
19
+
20
+ * 💡 Adjust release strategy ([6ceb0af](https://github.com/phun-ky/hybrid-compute/commit/6ceb0afd954348fb74643b7b4fa27874e621180e))
21
+
22
+ ## 0.0.5 (2025-06-01)
23
+
24
+ ### Tasks
25
+
26
+ * 🤖 @hybrid-compute/core@0.0.6 ([e176083](https://github.com/phun-ky/hybrid-compute/commit/e176083729e57dbc3a2cc6bc07d37698b14968f0))
27
+ * 🤖 @hybrid-compute/local@0.0.5 ([3f06027](https://github.com/phun-ky/hybrid-compute/commit/3f060271bf87c763d557f3a54248f6afb1f7ebfe))
28
+ * 🤖 @hybrid-compute/remote@0.0.5 ([bceff50](https://github.com/phun-ky/hybrid-compute/commit/bceff5065d308bfa7b20cd88dfb2a8cba6bfde59))
7
29
  * 🤖 Add deps ([0a08767](https://github.com/phun-ky/hybrid-compute/commit/0a08767abed76c91ea902363890bb8f99e44a1da))
8
30
  * 🤖 Adjustments before release ([ee23ac6](https://github.com/phun-ky/hybrid-compute/commit/ee23ac627f7d04c3c2b4fdf9b2dc1f826fa21593))
9
31
  * 🤖 Failed build ([7d69f4f](https://github.com/phun-ky/hybrid-compute/commit/7d69f4f093b3e267ef0b6f944e85919d1f83073f))
@@ -29,12 +51,12 @@
29
51
 
30
52
  * 🐛 Do not use repo.repository in template string ([65c4311](https://github.com/phun-ky/hybrid-compute/commit/65c4311b62312db753835d19aba96f4f0bd01889))
31
53
  * 🐛 Remove git/github from release pipeline for packages ([587d1b3](https://github.com/phun-ky/hybrid-compute/commit/587d1b39c131493a789b2c574ab28f1d62e40220))
54
+ * 🐛 Remove release from root ([5b281b7](https://github.com/phun-ky/hybrid-compute/commit/5b281b70b99823c787cc793b23648ecdd9696708))
32
55
  * 🐛 Use correct versions ([afc4cfe](https://github.com/phun-ky/hybrid-compute/commit/afc4cfe98cd1736cbc6f02f9e20b47738c87c0f2))
33
56
 
34
57
  ### Refactoring
35
58
 
36
59
  * 💡 Add a guard to `runTask` for strategy ([e45691a](https://github.com/phun-ky/hybrid-compute/commit/e45691a492b2f1c39f63aa430d4575839302e317))
37
- ## [0.0.3](https://github.com/phun-ky/hybrid-compute/compare/0.0.2...0.0.3) (2025-05-28)
38
60
 
39
61
  ## [0.0.2](https://github.com/phun-ky/hybrid-compute/compare/0.0.1...0.0.2) (2025-06-01)
40
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybrid-compute/worker",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Threaded compute backend for executing tasks in Web Workers.",
5
5
  "keywords": [
6
6
  "web-worker",
@@ -28,14 +28,14 @@
28
28
  "exports": "./dist/index.js",
29
29
  "types": "./dist/index.d.ts",
30
30
  "scripts": {
31
- "release": "release-it",
32
31
  "clean": "rm -rf dist tsconfig.tsbuildinfo",
32
+ "release": "release-it",
33
33
  "test": "tsx --test **/__tests__/**/*.spec.ts",
34
34
  "pretest:ci": "rm -rf coverage && mkdir -p coverage",
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.4"
38
+ "@hybrid-compute/core": "0.0.6"
39
39
  },
40
40
  "devDependencies": {
41
41
  "eslint": "^9.27.0",