ruimte 0.0.20 → 0.0.21

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruimte",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Ruimte for a machine without the app: the machine that terminals, agents and browsers run on, reachable from the Ruimte app and station.ruimte.app.",
5
5
  "license": "FSL-1.1-MIT",
6
6
  "author": "Bas Milius",
@@ -21,8 +21,8 @@
21
21
  "node": ">=18"
22
22
  },
23
23
  "optionalDependencies": {
24
- "@ruimte/darwin-arm64": "0.0.20",
25
- "@ruimte/linux-x64": "0.0.20",
26
- "@ruimte/linux-arm64": "0.0.20"
24
+ "@ruimte/darwin-arm64": "0.0.21",
25
+ "@ruimte/linux-x64": "0.0.21",
26
+ "@ruimte/linux-arm64": "0.0.21"
27
27
  }
28
28
  }