@lumenflow/initiatives 2.19.0 → 2.20.1
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -191,7 +191,7 @@ interface ProgressStats {
|
|
|
191
191
|
|
|
192
192
|
## Documentation
|
|
193
193
|
|
|
194
|
-
For complete documentation, see the [LumenFlow documentation](https://github.com/hellmai/
|
|
194
|
+
For complete documentation, see the [LumenFlow documentation](https://github.com/hellmai/lumenflow).
|
|
195
195
|
|
|
196
196
|
## License
|
|
197
197
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumenflow/initiatives",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.1",
|
|
4
4
|
"description": "Initiative tracking for LumenFlow workflow framework - multi-phase project coordination",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lumenflow",
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"project",
|
|
10
10
|
"coordination"
|
|
11
11
|
],
|
|
12
|
-
"homepage": "https://github.com/hellmai/
|
|
12
|
+
"homepage": "https://github.com/hellmai/lumenflow",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "https://github.com/hellmai/
|
|
15
|
+
"url": "https://github.com/hellmai/lumenflow.git",
|
|
16
16
|
"directory": "packages/@lumenflow/initiatives"
|
|
17
17
|
},
|
|
18
18
|
"license": "Apache-2.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"yaml": "^2.8.2",
|
|
43
43
|
"zod": "^4.3.5",
|
|
44
|
-
"@lumenflow/core": "2.
|
|
44
|
+
"@lumenflow/core": "2.20.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@vitest/coverage-v8": "^4.0.17",
|