@lumenflow/packs-software-delivery 5.2.1 → 5.2.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumenflow/packs-software-delivery",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"description": "Software delivery pack for LumenFlow — work units, gates, lanes, initiatives, and agent coordination",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lumenflow",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"picocolors": "^1.1.1",
|
|
113
113
|
"yaml": "^2.8.2",
|
|
114
114
|
"zod": "^4.3.6",
|
|
115
|
-
"@lumenflow/
|
|
116
|
-
"@lumenflow/
|
|
115
|
+
"@lumenflow/kernel": "^5.2.3",
|
|
116
|
+
"@lumenflow/host": "^5.2.3"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"simple-git": "^3.27.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"vitest": "^4.0.18"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
|
-
"@lumenflow/core": "5.2.
|
|
124
|
+
"@lumenflow/core": "5.2.3"
|
|
125
125
|
},
|
|
126
126
|
"peerDependenciesMeta": {
|
|
127
127
|
"@lumenflow/core": {
|