@velarscript/cli 0.14.7 → 0.14.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/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export declare const VELAR_VERSION = "0.14.7";
1
+ export declare const VELAR_VERSION = "0.14.9";
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.14.7";
1
+ export const VELAR_VERSION = "0.14.9";
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.14.7",
3
+ "version": "0.14.9",
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,13 +30,13 @@
30
30
  "velar": "./dist/cli.js"
31
31
  },
32
32
  "dependencies": {
33
- "@velarscript/compiler": "0.14.7",
34
- "@velarscript/core": "0.14.7",
35
- "@velarscript/desktop": "0.14.7",
36
- "@velarscript/node": "0.14.7",
37
- "@velarscript/server": "0.14.7",
38
- "@velarscript/web": "0.14.7",
39
- "create-velar": "0.14.7",
33
+ "@velarscript/compiler": "0.14.9",
34
+ "@velarscript/core": "0.14.9",
35
+ "@velarscript/desktop": "0.14.9",
36
+ "@velarscript/node": "0.14.9",
37
+ "@velarscript/server": "0.14.9",
38
+ "@velarscript/web": "0.14.9",
39
+ "create-velar": "0.14.9",
40
40
  "esbuild": "^0.28.1",
41
41
  "playwright": "^1.58.2"
42
42
  }
@@ -340,7 +340,7 @@ read-modify-write sequence atomic.
340
340
 
341
341
  ## Node capabilities and finish
342
342
 
343
- Use `velar/fs`, `velar/path`, `velar/process`, `velar/env`,
343
+ Use `velar/fs`, `velar/hash`, `velar/path`, `velar/process`, `velar/env`,
344
344
  `velar/terminal`, `velar/http`, `velar/worker`, and `velar/websocket` instead of
345
345
  ambient Node globals. Database contracts, drivers, codecs, and other
346
346
  application integrations are project-owned modules or dependencies. Declare
@@ -13,7 +13,7 @@ browser application activates `@velarscript/web`:
13
13
  ```json
14
14
  {
15
15
  "dependencies": {
16
- "@velarscript/server": "0.14.7"
16
+ "@velarscript/server": "0.14.9"
17
17
  }
18
18
  }
19
19
  ```