anbaric-hosting 1.14.0 → 1.14.2

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anbaric-hosting",
3
- "version": "1.14.0",
3
+ "version": "1.14.2",
4
4
  "description": "Run an Anbaric platform: the hosted API, dispatcher, build layers and app proxy, bootable with the anbaric-hosting command",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "bin"
15
15
  ],
16
16
  "dependencies": {
17
- "anbaric-cloud-hosting": "^1.14.0",
17
+ "anbaric-cloud-hosting": "^1.14.2",
18
18
  "tsx": "^4.20.0"
19
19
  }
20
20
  }