@forwardimpact/libcoaligned 0.1.3 → 0.1.4
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/bin/coaligned.js +2 -0
- package/package.json +3 -2
package/bin/coaligned.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forwardimpact/libcoaligned",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Co-Aligned architecture checks — enforce instruction-layer length caps and JTBD invariants across the repo.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"coaligned",
|
|
@@ -46,11 +46,12 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@forwardimpact/libcli": "^0.1.9",
|
|
49
|
+
"@forwardimpact/libpreflight": "^0.1.0",
|
|
49
50
|
"prettier": "^3.0.0"
|
|
50
51
|
},
|
|
51
52
|
"engines": {
|
|
52
53
|
"bun": ">=1.2.0",
|
|
53
|
-
"node": ">=
|
|
54
|
+
"node": ">=22.0.0"
|
|
54
55
|
},
|
|
55
56
|
"publishConfig": {
|
|
56
57
|
"access": "public"
|