@dekaruntime/dsc 0.53.4 → 0.53.5

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": "@dekaruntime/dsc",
3
- "version": "0.53.4",
3
+ "version": "0.53.5",
4
4
  "description": "dsc compiler launcher. Resolves and execs the platform binary installed via optionalDependencies. Install this on its own for editor tooling or CI type-checking without the deka runtime.",
5
5
  "bin": {
6
6
  "dsc": "bin.js"
@@ -10,9 +10,9 @@
10
10
  "launcher-core.js"
11
11
  ],
12
12
  "optionalDependencies": {
13
- "@dekaruntime/dsc-darwin-arm64": "0.53.4",
14
- "@dekaruntime/dsc-darwin-x64": "0.53.4",
15
- "@dekaruntime/dsc-linux-x64": "0.53.4"
13
+ "@dekaruntime/dsc-darwin-arm64": "0.53.5",
14
+ "@dekaruntime/dsc-darwin-x64": "0.53.5",
15
+ "@dekaruntime/dsc-linux-x64": "0.53.5"
16
16
  },
17
17
  "engines": {
18
18
  "node": ">=18"