@lumenflow/shims 3.21.0 → 4.0.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/LICENSE +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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumenflow/shims",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Git and pnpm safety shims for LumenFlow worktree discipline",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lumenflow",
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"worktree",
|
|
11
11
|
"safety"
|
|
12
12
|
],
|
|
13
|
-
"homepage": "https://github.com/hellmai/lumenflow
|
|
13
|
+
"homepage": "https://github.com/hellmai/lumenflow",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/hellmai/lumenflow
|
|
16
|
+
"url": "https://github.com/hellmai/lumenflow.git",
|
|
17
17
|
"directory": "packages/@lumenflow/shims"
|
|
18
18
|
},
|
|
19
19
|
"license": "AGPL-3.0-only",
|
|
20
20
|
"author": {
|
|
21
|
-
"name": "
|
|
22
|
-
"url": "https://
|
|
21
|
+
"name": "LumenFlow Contributors",
|
|
22
|
+
"url": "https://lumenflow.dev"
|
|
23
23
|
},
|
|
24
24
|
"type": "module",
|
|
25
25
|
"exports": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"zod": "^4.3.6",
|
|
52
|
-
"@lumenflow/core": "
|
|
52
|
+
"@lumenflow/core": "4.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@vitest/coverage-v8": "^4.0.18",
|