@terpjs/eslint-boundaries 0.6.0 → 0.6.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.
- package/package.json +2 -2
- package/src/spec.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terpjs/eslint-boundaries",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Terp frontend boundary rules (as data) + the ESLint adapter: no cross-module imports, no package internals, design-token-only styling (no style/className/module stylesheets), token-styled components for raw HTML tags, router-only in-app links, generated-client-only, and browser XSS/navigation sink bans. Strict-only (no modes); governed opt-outs via terp-allow markers + the escape-hatch budget ratchet (terp-boundaries-budget).",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"typescript-eslint": "^8.20.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@terpjs/spec": "0.
|
|
28
|
+
"@terpjs/spec": "0.24.0",
|
|
29
29
|
"eslint": "^10.8.0",
|
|
30
30
|
"vitest": "^4.1.9"
|
|
31
31
|
},
|
package/src/spec.js
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* NOT by this package's own suite, which certification runs against candidate spec releases
|
|
16
16
|
* whose version is allowed to be newer).
|
|
17
17
|
*/
|
|
18
|
-
export const SPEC_VERSION = "0.
|
|
18
|
+
export const SPEC_VERSION = "0.24.0";
|
|
19
19
|
|
|
20
20
|
export const BOUNDARY_SPEC = {
|
|
21
21
|
/** App module files the boundary + frontend security defaults apply to. */
|