@drskillissue/ganko 0.2.5 → 0.2.61

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/index.d.cts CHANGED
@@ -3131,8 +3131,8 @@ declare function scanDependencyCustomProperties(projectRoot: string): ReadonlySe
3131
3131
  * W3C Low Vision Needs.
3132
3132
  */
3133
3133
 
3134
- /** Set the active policy for all policy rules. */
3135
- declare function setActivePolicy(name: string): void;
3134
+ /** Set the active policy for all policy rules. Pass null to disable. */
3135
+ declare function setActivePolicy(name: string | null): void;
3136
3136
 
3137
3137
  declare function buildLayoutGraph(solids: readonly SolidGraph[], css: CSSGraph, logger?: Logger): LayoutGraph;
3138
3138
 
package/dist/index.d.ts CHANGED
@@ -3131,8 +3131,8 @@ declare function scanDependencyCustomProperties(projectRoot: string): ReadonlySe
3131
3131
  * W3C Low Vision Needs.
3132
3132
  */
3133
3133
 
3134
- /** Set the active policy for all policy rules. */
3135
- declare function setActivePolicy(name: string): void;
3134
+ /** Set the active policy for all policy rules. Pass null to disable. */
3135
+ declare function setActivePolicy(name: string | null): void;
3136
3136
 
3137
3137
  declare function buildLayoutGraph(solids: readonly SolidGraph[], css: CSSGraph, logger?: Logger): LayoutGraph;
3138
3138
 
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  runSolidRules,
20
20
  scanDependencyCustomProperties,
21
21
  setActivePolicy
22
- } from "./chunk-HIADOXXV.js";
22
+ } from "./chunk-BK7TC7DN.js";
23
23
  import "./chunk-EGRHWZRV.js";
24
24
 
25
25
  // src/runner.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drskillissue/ganko",
3
- "version": "0.2.5",
3
+ "version": "0.2.61",
4
4
  "description": "Static analysis SDK for Solid.js — graphs, rules, ESLint adapter",
5
5
  "license": "MIT",
6
6
  "type": "module",