arkgate 4.8.0 → 4.8.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/CHANGELOG.md +9 -0
- package/README.md +3 -3
- package/bin/lib/analysis-engine.mjs +4 -4
- package/bin/lib/architecture-scan.mjs +7 -2
- package/bin/lib/invariant-coverage-io.mjs +61 -24
- package/bin/lib/invariant-coverage.mjs +4 -1
- package/bin/lib/policy-delta-io.mjs +8 -2
- package/bin/lib/rules-under-contract.mjs +8 -2
- package/dist/{diagnosticCatalog-RiKPUFRG.d.ts → diagnosticCatalog-CSF4N3w8.d.ts} +7 -1
- package/dist/index.cjs +6 -6
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -6
- package/dist/nestjs/index.cjs +1 -1
- package/dist/nestjs/index.js +1 -1
- package/dist/runtime/index.cjs +15 -15
- package/dist/runtime/index.d.ts +1 -1
- package/dist/runtime/index.js +15 -15
- package/docs/README.md +1 -1
- package/docs/package-surface.md +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/docs/README.md
CHANGED
|
@@ -62,7 +62,7 @@ These are **not** the day-to-day product path. They stay in the repo for evidenc
|
|
|
62
62
|
| Field adoption kit (scaffolding, not closed) | [field/](field/) |
|
|
63
63
|
| Runtime hardening (experimental) | [production-hardening.md](production-hardening.md) |
|
|
64
64
|
|
|
65
|
-
Current published: [releases/4.8.
|
|
65
|
+
Current published: [releases/4.8.1.md](releases/4.8.1.md) (`arkgate@4.8.1` on npm `latest`; does not close `K01`).
|
|
66
66
|
Prior: [releases/4.7.6.md](releases/4.7.6.md) · [4.7.5](releases/4.7.5.md) · [4.7.4](releases/4.7.4.md) · [4.7.3](releases/4.7.3.md) · [4.7.2](releases/4.7.2.md) · [4.7.1](releases/4.7.1.md) · [4.7.0](releases/4.7.0.md) · [4.6.7](releases/4.6.7.md) · [4.6.6](releases/4.6.6.md) · [4.6.5](releases/4.6.5.md) · [4.6.4](releases/4.6.4.md) · [4.6.3](releases/4.6.3.md) · [4.6.2](releases/4.6.2.md) · [4.6.1](releases/4.6.1.md) · [4.6.0](releases/4.6.0.md).
|
|
67
67
|
Older notes: [releases/](releases/). Config: [configuration.md](configuration.md).
|
|
68
68
|
|
package/docs/package-surface.md
CHANGED
|
@@ -218,7 +218,7 @@ production deployment would need to satisfy; it is not a readiness certification
|
|
|
218
218
|
## Release notes (maintainers)
|
|
219
219
|
|
|
220
220
|
Ship notes for a version live under [releases/](https://github.com/pedroknigge/arkgate/tree/main/docs/releases)
|
|
221
|
-
(current published: [4.8.
|
|
221
|
+
(current published: [4.8.1.md](https://github.com/pedroknigge/arkgate/blob/main/docs/releases/4.8.1.md);
|
|
222
222
|
prior published: [4.7.6.md](https://github.com/pedroknigge/arkgate/blob/main/docs/releases/4.7.6.md);
|
|
223
223
|
prior published: [4.7.5.md](https://github.com/pedroknigge/arkgate/blob/main/docs/releases/4.7.5.md);
|
|
224
224
|
prior published: [4.7.3.md](https://github.com/pedroknigge/arkgate/blob/main/docs/releases/4.7.3.md);
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"url": "https://github.com/pedroknigge/arkgate",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.1",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "arkgate",
|
|
14
|
-
"version": "4.8.
|
|
14
|
+
"version": "4.8.1",
|
|
15
15
|
"runtimeHint": "npx",
|
|
16
16
|
"transport": {
|
|
17
17
|
"type": "stdio"
|