etymd 0.10.0 → 0.11.0
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/CHANGELOG.md +66 -0
- package/README.md +23 -2
- package/dist/{approve-6TMXJLOI.js → approve-OUJ4UPGK.js} +5 -5
- package/dist/audit-A75FVXHD.js +12 -0
- package/dist/{brief-X64HK325.js → brief-MYUESUMM.js} +7 -7
- package/dist/{chunk-SGW7OPHZ.js → chunk-2KVQBL4E.js} +1 -1
- package/dist/{chunk-V2SOHPXF.js → chunk-2VLNI3L2.js} +1 -1
- package/dist/{chunk-OAFYLBVG.js → chunk-3E2IPCRY.js} +3 -3
- package/dist/{chunk-IV3FYVTS.js → chunk-4VPBP6K6.js} +4 -3
- package/dist/{chunk-WTD2EIMN.js → chunk-5GQ52DK6.js} +5 -5
- package/dist/{chunk-YVGC3E6U.js → chunk-DWL2IKZH.js} +3 -3
- package/dist/{chunk-IPOAD67U.js → chunk-F75Q43BC.js} +4 -4
- package/dist/{chunk-EF6BPBG6.js → chunk-GWGKEPRX.js} +2 -2
- package/dist/{chunk-R6CVJ5D7.js → chunk-HRJJQCMT.js} +9 -13
- package/dist/{chunk-K34AVLDP.js → chunk-J7XVOTZL.js} +1 -1
- package/dist/{chunk-C7LBUFNU.js → chunk-JHZ2BN4U.js} +3 -3
- package/dist/{chunk-KQMQJJZK.js → chunk-JVLWM27I.js} +9 -9
- package/dist/{chunk-OIYNP6Y6.js → chunk-LSZGCKIQ.js} +1 -1
- package/dist/cli.js +19 -19
- package/dist/config-XAH6PA5G.js +4 -0
- package/dist/{context-K6DZNWAV.js → context-F63RSIBH.js} +4 -4
- package/dist/doctor-OZQTOUFR.js +19 -0
- package/dist/{fleet-4PPNUIDJ.js → fleet-Z7W3QBEV.js} +18 -18
- package/dist/{gates-Q7FMVUQP.js → gates-47YTMMLZ.js} +10 -10
- package/dist/generate-PMCP37DC.js +6 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +137 -141
- package/dist/{init-YYGRFIHQ.js → init-QLGIYFCX.js} +10 -10
- package/dist/ledger-4FOZ5HAB.js +5 -0
- package/dist/{scan-VO776GM7.js → scan-VWEXWM6G.js} +5 -5
- package/dist/scan-W7RHZVSF.js +5 -0
- package/dist/{screen-MOQP6XC7.js → screen-NSWNC7VQ.js} +80 -10
- package/package.json +4 -4
- package/dist/audit-FGDX2AYS.js +0 -12
- package/dist/config-TPK5LYDM.js +0 -4
- package/dist/doctor-W3UZK7KS.js +0 -19
- package/dist/generate-NLHGTRZB.js +0 -6
- package/dist/ledger-B2XGANTH.js +0 -5
- package/dist/scan-PJSZGUG7.js +0 -5
package/dist/index.d.ts
CHANGED
|
@@ -812,7 +812,7 @@ declare const gateIntegrityLens: Lens;
|
|
|
812
812
|
* change meaning. Stamped into facts, baselines, and generated artifacts so drift against the
|
|
813
813
|
* pack is computable and `harvest` has something to diff.
|
|
814
814
|
*/
|
|
815
|
-
declare const PACK_VERSION = "
|
|
815
|
+
declare const PACK_VERSION = "8";
|
|
816
816
|
|
|
817
817
|
declare const VERSION: string;
|
|
818
818
|
declare const NAME: string;
|