@cloudglue/tinycloud 0.3.8 → 0.3.9

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/README.md CHANGED
@@ -17,11 +17,11 @@ The npm package is a small launcher: on first run it downloads the matching
17
17
  platform distribution from Cloudglue's CDN (cached under
18
18
  `~/.tinycloud/versions/<version>/`), verifies its checksum, and execs the real
19
19
  binary. The package version pins the binary version, so
20
- `npx @cloudglue/tinycloud@0.3.8` always runs tinycloud 0.3.8. It also adds two
20
+ `npx @cloudglue/tinycloud@0.3.9` always runs tinycloud 0.3.9. It also adds two
21
21
  wrapper commands:
22
22
 
23
23
  ```bash
24
- tinycloud install --version 0.3.8 # pre-download a version
24
+ tinycloud install --version 0.3.9 # pre-download a version
25
25
  tinycloud install --latest # install latest stable and pin to it
26
26
  tinycloud update # move to latest stable, prune old versions
27
27
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudglue/tinycloud",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Agent CLI for deep video and image work, by Cloudglue. Downloads the tinycloud binary on first run.",
5
5
  "bin": {
6
6
  "tinycloud": "bin/tinycloud.js"
@@ -1,5 +1,5 @@
1
1
  {
2
- "skill_version": "0.3.8",
2
+ "skill_version": "0.3.9",
3
3
  "tinycloud": {
4
4
  "min_version": "0.3.7",
5
5
  "supported_range": ">=0.3.7 <0.4.0",