@jay-framework/jay-stack-cli 0.19.0 → 0.19.1

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 +4 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -4323,7 +4323,10 @@ async function runPluginValidators(projectRoot, parsedFiles, errors, warnings) {
4323
4323
  const source = `${plugin.name}/${validatorDef.name}`;
4324
4324
  loadedValidators.push(source);
4325
4325
  for (const { relativePath, parsed } of parsedFiles) {
4326
- const pageContractPath = parsed.contractRef ? path.resolve(path.dirname(path.resolve(projectRoot, relativePath)), parsed.contractRef) : void 0;
4326
+ const pageContractPath = parsed.contractRef ? path.resolve(
4327
+ path.dirname(path.resolve(projectRoot, relativePath)),
4328
+ parsed.contractRef
4329
+ ) : void 0;
4327
4330
  const resolvedPageContract = parsed.contract ? resolveContractLinks(parsed.contract, pageContractPath) : void 0;
4328
4331
  const ctx = {
4329
4332
  filePath: relativePath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/jay-stack-cli",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,15 +24,15 @@
24
24
  "test:watch": "vitest"
25
25
  },
26
26
  "dependencies": {
27
- "@jay-framework/compiler-jay-html": "^0.19.0",
28
- "@jay-framework/compiler-shared": "^0.19.0",
29
- "@jay-framework/dev-server": "^0.19.0",
30
- "@jay-framework/editor-server": "^0.19.0",
31
- "@jay-framework/fullstack-component": "^0.19.0",
32
- "@jay-framework/logger": "^0.19.0",
33
- "@jay-framework/plugin-validator": "^0.19.0",
34
- "@jay-framework/production-server": "^0.19.0",
35
- "@jay-framework/stack-server-runtime": "^0.19.0",
27
+ "@jay-framework/compiler-jay-html": "^0.19.1",
28
+ "@jay-framework/compiler-shared": "^0.19.1",
29
+ "@jay-framework/dev-server": "^0.19.1",
30
+ "@jay-framework/editor-server": "^0.19.1",
31
+ "@jay-framework/fullstack-component": "^0.19.1",
32
+ "@jay-framework/logger": "^0.19.1",
33
+ "@jay-framework/plugin-validator": "^0.19.1",
34
+ "@jay-framework/production-server": "^0.19.1",
35
+ "@jay-framework/stack-server-runtime": "^0.19.1",
36
36
  "chalk": "^4.1.2",
37
37
  "commander": "^14.0.0",
38
38
  "express": "^5.0.1",
@@ -43,7 +43,7 @@
43
43
  "yaml": "^2.3.4"
44
44
  },
45
45
  "devDependencies": {
46
- "@jay-framework/dev-environment": "^0.19.0",
46
+ "@jay-framework/dev-environment": "^0.19.1",
47
47
  "@types/express": "^5.0.2",
48
48
  "@types/node": "^22.15.21",
49
49
  "nodemon": "^3.0.3",