@hybrid-compute/remote 0.0.2 → 0.0.3

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3](https://github.com/phun-ky/hybrid-compute/compare/0.0.2...0.0.3) (2025-05-28)
4
+
3
5
  ## [0.0.2](https://github.com/phun-ky/hybrid-compute/compare/0.0.1...0.0.2) (2025-06-01)
4
6
 
5
7
  ### Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybrid-compute/remote",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
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.2"
39
+ "@hybrid-compute/core": "0.0.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "eslint": "^9.27.0",