@hybrid-compute/core 0.0.2 → 0.0.4

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,9 +1,6 @@
1
1
  {
2
2
  "git": false,
3
- "github": {
4
- "release": true,
5
- "tokenRef": "GH_TOKEN"
6
- },
3
+ "github": false,
7
4
  "npm": {
8
5
  "publish": true,
9
6
  "skipChecks": true
package/CHANGELOG.md ADDED
@@ -0,0 +1,53 @@
1
+ # Changelog
2
+
3
+ ## [0.0.4](https://github.com/phun-ky/hybrid-compute/compare/0.0.3...0.0.4) (2025-06-01)
4
+
5
+ ### Tasks
6
+
7
+ * 🤖 Add deps ([0a08767](https://github.com/phun-ky/hybrid-compute/commit/0a08767abed76c91ea902363890bb8f99e44a1da))
8
+ * 🤖 Adjustments before release ([ee23ac6](https://github.com/phun-ky/hybrid-compute/commit/ee23ac627f7d04c3c2b4fdf9b2dc1f826fa21593))
9
+ * 🤖 Failed build ([7d69f4f](https://github.com/phun-ky/hybrid-compute/commit/7d69f4f093b3e267ef0b6f944e85919d1f83073f))
10
+ * 🤖 Manually set versions in dep ([8c5b4cc](https://github.com/phun-ky/hybrid-compute/commit/8c5b4cc44ea999dd4fa1a69f0268aebc86c16bba))
11
+ * 🤖 More adjustments ([f9dfee8](https://github.com/phun-ky/hybrid-compute/commit/f9dfee8fb9eb2e1cb104fca9ea24903a69d16f26))
12
+ * 🤖 New release fail ([ab181d6](https://github.com/phun-ky/hybrid-compute/commit/ab181d6d145c57c87ad1e2ca9d697d8244449134))
13
+ * 🤖 Preparing for first release, with setup ([13f8f03](https://github.com/phun-ky/hybrid-compute/commit/13f8f03def7941c79b3695d0ba2409c6f9ba0896))
14
+ * 🤖 Reinstall ([d127a02](https://github.com/phun-ky/hybrid-compute/commit/d127a0291a7e1527508b7bf05f6604b786d439a5))
15
+ * 🤖 Remove lerna ([f4ba79e](https://github.com/phun-ky/hybrid-compute/commit/f4ba79ed10bb66271859cdfb905b8e4a8979784e))
16
+ * 🤖 Testing ([72f1de0](https://github.com/phun-ky/hybrid-compute/commit/72f1de05382902108b53a6cf0d6ed7d319ec1ddd))
17
+ * 🤖 Update references, keywords and description + badges ([bc0b1ac](https://github.com/phun-ky/hybrid-compute/commit/bc0b1ac537bc9610ade89fc001132776d096fd55))
18
+ * 🤖 Update workflows ([7f9d6b5](https://github.com/phun-ky/hybrid-compute/commit/7f9d6b55f7180bb0179fc9159d7453395e2ca1af))
19
+ * preparing for release ([d07d107](https://github.com/phun-ky/hybrid-compute/commit/d07d10777a200a755965cef115106430805fe70b))
20
+
21
+ ### Documentation
22
+
23
+ * ✏️ Add documentation ([81e6fa1](https://github.com/phun-ky/hybrid-compute/commit/81e6fa189a3fb974e89c03a846d030118fdedbe4))
24
+ * ✏️ Regenerate documentation ([487d54f](https://github.com/phun-ky/hybrid-compute/commit/487d54ffb40abc03315e04fd2e5c1434fc3e9b27))
25
+ * ✏️ Update documentation ([1039082](https://github.com/phun-ky/hybrid-compute/commit/10390822d4a087a7a26b7a25ce25cb9099dbce94))
26
+
27
+ ### Bug
28
+
29
+ * 🐛 Remove git/github from release pipeline for packages ([587d1b3](https://github.com/phun-ky/hybrid-compute/commit/587d1b39c131493a789b2c574ab28f1d62e40220))
30
+ ## [0.0.3](https://github.com/phun-ky/hybrid-compute/compare/0.0.2...0.0.3) (2025-05-28)
31
+
32
+ ## [0.0.3](https://github.com/phun-ky/hybrid-compute/compare/0.0.1...0.0.3) (2025-06-01)
33
+
34
+ ### Tasks
35
+
36
+ * 🤖 Add deps ([0a08767](https://github.com/phun-ky/hybrid-compute/commit/0a08767abed76c91ea902363890bb8f99e44a1da))
37
+ * 🤖 Adjustments before release ([ee23ac6](https://github.com/phun-ky/hybrid-compute/commit/ee23ac627f7d04c3c2b4fdf9b2dc1f826fa21593))
38
+ * 🤖 Failed build ([7d69f4f](https://github.com/phun-ky/hybrid-compute/commit/7d69f4f093b3e267ef0b6f944e85919d1f83073f))
39
+ * 🤖 Manually set versions in dep ([8c5b4cc](https://github.com/phun-ky/hybrid-compute/commit/8c5b4cc44ea999dd4fa1a69f0268aebc86c16bba))
40
+ * 🤖 More adjustments ([f9dfee8](https://github.com/phun-ky/hybrid-compute/commit/f9dfee8fb9eb2e1cb104fca9ea24903a69d16f26))
41
+ * 🤖 Preparing for first release, with setup ([13f8f03](https://github.com/phun-ky/hybrid-compute/commit/13f8f03def7941c79b3695d0ba2409c6f9ba0896))
42
+ * 🤖 Reinstall ([d127a02](https://github.com/phun-ky/hybrid-compute/commit/d127a0291a7e1527508b7bf05f6604b786d439a5))
43
+ * 🤖 Remove lerna ([f4ba79e](https://github.com/phun-ky/hybrid-compute/commit/f4ba79ed10bb66271859cdfb905b8e4a8979784e))
44
+ * 🤖 Testing ([72f1de0](https://github.com/phun-ky/hybrid-compute/commit/72f1de05382902108b53a6cf0d6ed7d319ec1ddd))
45
+ * 🤖 Update references, keywords and description + badges ([bc0b1ac](https://github.com/phun-ky/hybrid-compute/commit/bc0b1ac537bc9610ade89fc001132776d096fd55))
46
+ * 🤖 Update workflows ([7f9d6b5](https://github.com/phun-ky/hybrid-compute/commit/7f9d6b55f7180bb0179fc9159d7453395e2ca1af))
47
+ * preparing for release ([d07d107](https://github.com/phun-ky/hybrid-compute/commit/d07d10777a200a755965cef115106430805fe70b))
48
+
49
+ ### Documentation
50
+
51
+ * ✏️ Add documentation ([81e6fa1](https://github.com/phun-ky/hybrid-compute/commit/81e6fa189a3fb974e89c03a846d030118fdedbe4))
52
+ * ✏️ Regenerate documentation ([487d54f](https://github.com/phun-ky/hybrid-compute/commit/487d54ffb40abc03315e04fd2e5c1434fc3e9b27))
53
+ * ✏️ Update documentation ([1039082](https://github.com/phun-ky/hybrid-compute/commit/10390822d4a087a7a26b7a25ce25cb9099dbce94))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybrid-compute/core",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Core orchestrator for dispatching compute tasks to local, threaded, or remote backends.",
5
5
  "keywords": [
6
6
  "compute",