@terpjs/spec 0.17.0 → 0.18.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/VERSION +1 -1
- package/catalog/backend/migration_history_is_intact.json +1 -1
- package/corpus/backend/migration_history_is_intact/violation-02/modules/notes/migrations/versions/0001_cycle.py +10 -0
- package/corpus/backend/migration_history_is_intact/violation-02/modules/notes/migrations/versions/0002_cycle.py +10 -0
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.18.0
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"ref": "check_migration_history_is_intact"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
|
-
"reference": "Within each migrations/versions directory, every revision's declared parent (one id, or each id of a merge revision's tuple) must name a revision defined in that same directory, and
|
|
14
|
+
"reference": "Within each non-empty migrations/versions directory, exactly one revision must declare no parent; every other revision's declared parent (one id, or each id of a merge revision's tuple) must name a revision defined in that same directory, and every revision must be reachable from that first revision (no cycles or disconnected chains).",
|
|
15
15
|
"opt_out": "# arch-allow-migration-history-is-intact: <reason>",
|
|
16
16
|
"runtime": {
|
|
17
17
|
"applicability": "not-applicable",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terpjs/spec",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "The Terp Standard — stack-neutral rule catalog, violation corpus, finding format, and refused-surface declaration (ADRs 0080/0081; packaged per ADR 0082, published per ADR 0086). Data only: consumers resolve the spec root via require.resolve('@terpjs/spec/package.json').",
|
|
5
5
|
"files": [
|
|
6
6
|
"VERSION",
|