@geonosis/doctor 2.4.2 → 2.4.3
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 +15 -0
- package/dist/{chunk-E46SFQ2K.js → chunk-GXW7SYO2.js} +2 -0
- package/dist/doctor-cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @geonosis/doctor
|
|
2
2
|
|
|
3
|
+
## 2.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e4da607: The document floor's core: the abstract `Document` (head + record + `extend`), the derived entity
|
|
8
|
+
registry (`documentEntities`, its name union DERIVED off the map's own keys), per-entity body
|
|
9
|
+
versioning (`documentBodyVersioning`, a step declared on one entity never running on another's
|
|
10
|
+
body), the status machine (`canTransition`, `isTerminalStatus`) and `documentIdentifiers`. Engine-
|
|
11
|
+
free, SQL-free — `src/store/`, `src/workflows/`, `src/contract/`, `src/surface/`, `src/ui/` and
|
|
12
|
+
`src/conformance/` are later tickets, and the in-package wall is drawn for each of them already.
|
|
13
|
+
|
|
14
|
+
`@geonosis/doctor`'s `FLOOR_PACKAGES` names `@geonosis/document`, so the uncomposed-battery drift
|
|
15
|
+
line and `tooling/group-membership.test.ts` both ask about it the moment it is installed anywhere.
|
|
16
|
+
- @geonosis/lint-parity@2.4.3
|
|
17
|
+
|
|
3
18
|
## 2.4.2
|
|
4
19
|
|
|
5
20
|
### 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 = [
|
package/dist/doctor-cli.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geonosis/doctor",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
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.
|
|
39
|
+
"@geonosis/lint-parity": "2.4.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@geonosis/ratchet": "2.4.
|
|
42
|
+
"@geonosis/ratchet": "2.4.3"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"oxlint": ">=1.77"
|