@geonosis/doctor 2.4.2 → 2.5.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 CHANGED
@@ -1,5 +1,26 @@
1
1
  # @geonosis/doctor
2
2
 
3
+ ## 2.5.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @geonosis/lint-parity@2.5.0
8
+
9
+ ## 2.4.3
10
+
11
+ ### Patch Changes
12
+
13
+ - e4da607: The document floor's core: the abstract `Document` (head + record + `extend`), the derived entity
14
+ registry (`documentEntities`, its name union DERIVED off the map's own keys), per-entity body
15
+ versioning (`documentBodyVersioning`, a step declared on one entity never running on another's
16
+ body), the status machine (`canTransition`, `isTerminalStatus`) and `documentIdentifiers`. Engine-
17
+ free, SQL-free — `src/store/`, `src/workflows/`, `src/contract/`, `src/surface/`, `src/ui/` and
18
+ `src/conformance/` are later tickets, and the in-package wall is drawn for each of them already.
19
+
20
+ `@geonosis/doctor`'s `FLOOR_PACKAGES` names `@geonosis/document`, so the uncomposed-battery drift
21
+ line and `tooling/group-membership.test.ts` both ask about it the moment it is installed anywhere.
22
+ - @geonosis/lint-parity@2.4.3
23
+
3
24
  ## 2.4.2
4
25
 
5
26
  ### Patch Changes
@@ -1235,8 +1235,10 @@ var COMPOSITION_ROOT = "src/platform.ts";
1235
1235
  var FLOOR_PACKAGES = [
1236
1236
  "@geonosis/conformance",
1237
1237
  "@geonosis/db",
1238
+ "@geonosis/document",
1238
1239
  "@geonosis/events",
1239
1240
  "@geonosis/search",
1241
+ "@geonosis/ui",
1240
1242
  "@geonosis/workflows"
1241
1243
  ];
1242
1244
  var COMPOSABLE = [
@@ -4,7 +4,7 @@ import {
4
4
  formatDoctor,
5
5
  formatJson,
6
6
  runDoctor
7
- } from "./chunk-E46SFQ2K.js";
7
+ } from "./chunk-GXW7SYO2.js";
8
8
 
9
9
  // src/doctor-cli.ts
10
10
  import { fstatSync, statSync } from "fs";
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ import {
48
48
  resolveFrom,
49
49
  runDoctor,
50
50
  satisfies
51
- } from "./chunk-E46SFQ2K.js";
51
+ } from "./chunk-GXW7SYO2.js";
52
52
  export {
53
53
  CHECKS,
54
54
  COMPOSITION_ROOT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geonosis/doctor",
3
- "version": "2.4.2",
3
+ "version": "2.5.0",
4
4
  "types": "./dist/index.d.ts",
5
5
  "description": "The adoption doctor — declared ≠ loaded, enabled ≠ exercised, a baseline that grew, a runner whose exit code is the only verdict.",
6
6
  "keywords": [
@@ -36,10 +36,10 @@
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@geonosis/lint-parity": "2.4.2"
39
+ "@geonosis/lint-parity": "2.5.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@geonosis/ratchet": "2.4.2"
42
+ "@geonosis/ratchet": "2.5.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "oxlint": ">=1.77"