@velarscript/cli 0.26.1 → 0.27.0

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/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export declare const VELAR_VERSION = "0.26.1";
1
+ export declare const VELAR_VERSION = "0.27.0";
2
2
  export { VELAR_STANDARD_API_VERSION } from "@velarscript/core";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
- export const VELAR_VERSION = "0.26.1";
1
+ export const VELAR_VERSION = "0.27.0";
2
2
  export { VELAR_STANDARD_API_VERSION } from "@velarscript/core";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velarscript/cli",
3
- "version": "0.26.1",
3
+ "version": "0.27.0",
4
4
  "description": "The VelarScript command-line compiler, dev server, test runner, and language server.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -30,16 +30,16 @@
30
30
  "velar": "./dist/cli.js"
31
31
  },
32
32
  "dependencies": {
33
- "@velarscript/compiler": "0.26.1",
34
- "@velarscript/core": "0.26.1",
35
- "@velarscript/node": "0.26.1",
36
- "create-velar": "0.26.1",
33
+ "@velarscript/compiler": "0.27.0",
34
+ "@velarscript/core": "0.27.0",
35
+ "@velarscript/node": "0.27.0",
36
+ "create-velar": "0.27.0",
37
37
  "esbuild": "^0.28.1"
38
38
  },
39
39
  "peerDependencies": {
40
- "@velarscript/desktop": "0.26.1",
41
- "@velarscript/server": "0.26.1",
42
- "@velarscript/web": "0.26.1",
40
+ "@velarscript/desktop": "0.27.0",
41
+ "@velarscript/server": "0.27.0",
42
+ "@velarscript/web": "0.27.0",
43
43
  "playwright": "^1.58.2"
44
44
  },
45
45
  "peerDependenciesMeta": {
@@ -13,7 +13,7 @@ browser application activates `@velarscript/web`:
13
13
  ```json
14
14
  {
15
15
  "dependencies": {
16
- "@velarscript/server": "0.26.1"
16
+ "@velarscript/server": "0.27.0"
17
17
  }
18
18
  }
19
19
  ```