@jay-framework/jay-stack-cli 0.6.8 → 0.6.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -16017,8 +16017,8 @@ function createEditorHandlers(config2, tsConfigPath) {
16017
16017
  for (const { jayHtml, dirname, filename, fullPath } of createdJayHtmls) {
16018
16018
  const parsedJayHtml = await parseJayFile(
16019
16019
  jayHtml,
16020
- dirname,
16021
16020
  filename,
16021
+ dirname,
16022
16022
  { relativePath: tsConfigPath },
16023
16023
  JAY_IMPORT_RESOLVER
16024
16024
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/jay-stack-cli",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,13 +23,13 @@
23
23
  "test:watch": "vitest"
24
24
  },
25
25
  "dependencies": {
26
- "@jay-framework/dev-server": "^0.6.8",
27
- "@jay-framework/editor-server": "^0.6.8",
26
+ "@jay-framework/dev-server": "^0.6.9",
27
+ "@jay-framework/editor-server": "^0.6.9",
28
28
  "express": "^5.0.1",
29
29
  "vite": "^5.0.11"
30
30
  },
31
31
  "devDependencies": {
32
- "@jay-framework/dev-environment": "^0.6.8",
32
+ "@jay-framework/dev-environment": "^0.6.9",
33
33
  "@types/express": "^5.0.2",
34
34
  "@types/node": "^22.15.21",
35
35
  "nodemon": "^3.0.3",