@svelte-vitals/core 0.47.0 → 0.47.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/dist/index.d.ts +2 -1
- package/dist/index.js +2 -16
- package/dist/internal.d.ts +379 -265
- package/dist/internal.js +976 -1071
- package/dist/json-OdgY5Bpw.d.ts +1287 -0
- package/dist/markdown-CUNuKq3Z.js +9895 -0
- package/package.json +2 -2
- package/dist/chunk-25TAKBFU.js +0 -8057
- package/dist/index-Qrw_f9HP.d.ts +0 -1283
package/dist/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { Ct as RuleSetting, Dt as TreatDynamicAs, Et as Severity, Ot as Value, St as RuleOverride, at as formatGithubReport, bt as Result, dt as summarize, ft as CATEGORIES, gt as Fix, ht as Detection, it as formatMarkdownReport, jt as defineConfig, mt as Config, n as RuleEvidence, o as ScoreModel, pt as Category, st as Summary, t as JsonReport, ut as hasFailureAtOrAbove, vt as Presence, wt as RuleSettingObject, xt as RuleOptions } from "./json-OdgY5Bpw.js";
|
|
2
|
+
export { CATEGORIES, type Category, type Config, type Detection, type Fix, type JsonReport, type Presence, type Result, type RuleEvidence, type RuleOptions, type RuleOverride, type RuleSetting, type RuleSettingObject, type ScoreModel, type Severity, type Summary, type TreatDynamicAs, type Value, defineConfig, formatGithubReport, formatMarkdownReport, hasFailureAtOrAbove, summarize };
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
defineConfig,
|
|
4
|
-
formatGithubReport,
|
|
5
|
-
formatMarkdownReport,
|
|
6
|
-
hasFailureAtOrAbove,
|
|
7
|
-
summarize
|
|
8
|
-
} from "./chunk-25TAKBFU.js";
|
|
9
|
-
export {
|
|
10
|
-
CATEGORIES,
|
|
11
|
-
defineConfig,
|
|
12
|
-
formatGithubReport,
|
|
13
|
-
formatMarkdownReport,
|
|
14
|
-
hasFailureAtOrAbove,
|
|
15
|
-
summarize
|
|
16
|
-
};
|
|
1
|
+
import { $n as hasFailureAtOrAbove, er as summarize, l as formatGithubReport, or as defineConfig, rr as CATEGORIES, t as formatMarkdownReport } from "./markdown-CUNuKq3Z.js";
|
|
2
|
+
export { CATEGORIES, defineConfig, formatGithubReport, formatMarkdownReport, hasFailureAtOrAbove, summarize };
|