@nipe-solutions/flex-layout-codemod 2.0.0-beta.3 → 2.0.0-beta.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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nipe-solutions/flex-layout-codemod",
3
- "version": "2.0.0-beta.3",
3
+ "version": "2.0.0-beta.4",
4
4
  "description": "A safety-first codemod for migrating Angular Flex-Layout templates to native CSS or Tailwind CSS.",
5
5
  "type": "module",
6
6
  "engines": {
7
- "node": ">=24"
7
+ "node": ">=22.12.0"
8
8
  },
9
9
  "packageManager": "npm@11.19.0",
10
10
  "files": [
@@ -48,7 +48,8 @@
48
48
  "release:verify": "node scripts/release-artifact.mjs --verify-retained",
49
49
  "verify:website-assets": "node scripts/verify-website-assets.mjs",
50
50
  "release:version": "changeset version && npm install --package-lock-only --ignore-scripts --no-audit --no-fund",
51
- "prepare": "husky"
51
+ "prepare": "husky",
52
+ "check": "npm run verify && npm run verify:website"
52
53
  },
53
54
  "repository": {
54
55
  "type": "git",
@@ -73,6 +74,7 @@
73
74
  "commander": "^15.0.0",
74
75
  "fs-extra": "^11.4.0",
75
76
  "ignore": "5.2.4",
77
+ "postcss": "^8.5.26",
76
78
  "winston": "^3.19.0"
77
79
  },
78
80
  "bin": {
@@ -100,7 +102,6 @@
100
102
  "jsdom": "^30.0.1",
101
103
  "lint-staged": "^17.4.1",
102
104
  "mock-fs": "^5.5.0",
103
- "postcss": "^8.5.26",
104
105
  "prettier": "^3.9.6",
105
106
  "react": "^19.2.8",
106
107
  "react-dom": "^19.2.8",