@lumenflow/shims 1.3.3 → 1.3.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/dist/git-shim.js CHANGED
File without changes
package/dist/pnpm-shim.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/shims",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Git and pnpm safety shims for LumenFlow worktree discipline",
5
5
  "keywords": [
6
6
  "lumenflow",
@@ -47,20 +47,9 @@
47
47
  "LICENSE",
48
48
  "README.md"
49
49
  ],
50
- "scripts": {
51
- "build": "tsc",
52
- "build:dist": "tsc -p tsconfig.build.json",
53
- "pack:dist": "pnpm pack",
54
- "clean": "rm -rf dist *.tgz",
55
- "dev": "tsc --watch",
56
- "test": "vitest run",
57
- "test:coverage": "vitest run --coverage",
58
- "lint": "eslint src --max-warnings 0",
59
- "typecheck": "tsc --noEmit"
60
- },
61
50
  "dependencies": {
62
- "@lumenflow/core": "workspace:*",
63
- "zod": "^4.3.5"
51
+ "zod": "^4.3.5",
52
+ "@lumenflow/core": "1.3.4"
64
53
  },
65
54
  "devDependencies": {
66
55
  "@vitest/coverage-v8": "^4.0.17",
@@ -71,5 +60,16 @@
71
60
  },
72
61
  "publishConfig": {
73
62
  "access": "public"
63
+ },
64
+ "scripts": {
65
+ "build": "tsc",
66
+ "build:dist": "tsc -p tsconfig.build.json",
67
+ "pack:dist": "pnpm pack",
68
+ "clean": "rm -rf dist *.tgz",
69
+ "dev": "tsc --watch",
70
+ "test": "vitest run",
71
+ "test:coverage": "vitest run --coverage",
72
+ "lint": "eslint src --max-warnings 0",
73
+ "typecheck": "tsc --noEmit"
74
74
  }
75
- }
75
+ }