@jay-framework/compiler-shared 0.24.0 → 0.24.2

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.d.ts +2 -0
  2. package/package.json +6 -6
package/dist/index.d.ts CHANGED
@@ -771,6 +771,8 @@ interface JayHtmlValidationContext {
771
771
  projectRoot: string;
772
772
  css?: string;
773
773
  head?: JayHtmlHeadMeta;
774
+ /** Per-page validation overrides from <script type="application/jay-validations">. Keyed by plugin name. */
775
+ validationOverrides?: Record<string, Record<string, boolean | string[]>>;
774
776
  contract?: {
775
777
  name: string;
776
778
  tags: Array<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/compiler-shared",
3
- "version": "0.24.0",
3
+ "version": "0.24.2",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "Apache-2.0",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "author": "",
27
27
  "dependencies": {
28
- "@jay-framework/component": "^0.24.0",
29
- "@jay-framework/runtime": "^0.24.0",
30
- "@jay-framework/secure": "^0.24.0",
31
- "@jay-framework/typescript-bridge": "^0.24.0",
28
+ "@jay-framework/component": "^0.24.2",
29
+ "@jay-framework/runtime": "^0.24.2",
30
+ "@jay-framework/secure": "^0.24.2",
31
+ "@jay-framework/typescript-bridge": "^0.24.2",
32
32
  "@types/js-yaml": "^4.0.9",
33
33
  "change-case": "^4.1.2",
34
34
  "js-beautify": "^1.14.11",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@caiogondim/strip-margin": "^1.0.0",
44
- "@jay-framework/dev-environment": "^0.24.0",
44
+ "@jay-framework/dev-environment": "^0.24.2",
45
45
  "@testing-library/jest-dom": "^6.2.0",
46
46
  "@types/js-beautify": "^1",
47
47
  "@types/node": "^20.11.5",