@lumenflow/initiatives 3.22.0 → 4.0.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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +6 -6
package/LICENSE
CHANGED
|
@@ -15,4 +15,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
15
15
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
16
16
|
|
|
17
17
|
For the full license text, see the LICENSE file in the root of the
|
|
18
|
-
LumenFlow repository: https://github.com/hellmai/lumenflow
|
|
18
|
+
LumenFlow repository: https://github.com/hellmai/lumenflow
|
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/lumenflow
|
|
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": "
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Initiative tracking for LumenFlow workflow framework - multi-phase project coordination",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lumenflow",
|
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
"project",
|
|
10
10
|
"coordination"
|
|
11
11
|
],
|
|
12
|
-
"homepage": "https://github.com/hellmai/lumenflow
|
|
12
|
+
"homepage": "https://github.com/hellmai/lumenflow",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "https://github.com/hellmai/lumenflow
|
|
15
|
+
"url": "https://github.com/hellmai/lumenflow.git",
|
|
16
16
|
"directory": "packages/@lumenflow/initiatives"
|
|
17
17
|
},
|
|
18
18
|
"license": "AGPL-3.0-only",
|
|
19
19
|
"author": {
|
|
20
|
-
"name": "
|
|
21
|
-
"url": "https://
|
|
20
|
+
"name": "LumenFlow Contributors",
|
|
21
|
+
"url": "https://lumenflow.dev"
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"exports": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"yaml": "^2.8.2",
|
|
43
43
|
"zod": "^4.3.6",
|
|
44
|
-
"@lumenflow/core": "
|
|
44
|
+
"@lumenflow/core": "4.0.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@vitest/coverage-v8": "^4.0.18",
|