@nipe-solutions/flex-layout-codemod 2.0.0-beta.2 → 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.2",
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": [
@@ -38,7 +38,8 @@
38
38
  "format": "prettier --check .",
39
39
  "format:write": "prettier --write .",
40
40
  "verify": "npm run format && npm run lint && npm run typecheck && npm run test:coverage && npm run build && npm run package:check",
41
- "verify:website": "npm run format && npm run lint && npm run test:website && npm run typecheck:website && npm run verify:website-assets && npm run build:website && npm run verify:website-static && npm run test:e2e:website",
41
+ "verify:website": "npm run format && npm run lint && npm run test:website && npm run typecheck:website && npm run verify:website-assets && npm run verify:docs && npm run build:website && npm run verify:website-static && npm run test:e2e:website",
42
+ "verify:docs": "node scripts/verify-documentation-contract.mjs",
42
43
  "verify:website-static": "node scripts/verify-website-static.mjs",
43
44
  "package:check": "node scripts/verify-package.mjs",
44
45
  "changeset": "changeset add",
@@ -47,7 +48,8 @@
47
48
  "release:verify": "node scripts/release-artifact.mjs --verify-retained",
48
49
  "verify:website-assets": "node scripts/verify-website-assets.mjs",
49
50
  "release:version": "changeset version && npm install --package-lock-only --ignore-scripts --no-audit --no-fund",
50
- "prepare": "husky"
51
+ "prepare": "husky",
52
+ "check": "npm run verify && npm run verify:website"
51
53
  },
52
54
  "repository": {
53
55
  "type": "git",
@@ -72,6 +74,7 @@
72
74
  "commander": "^15.0.0",
73
75
  "fs-extra": "^11.4.0",
74
76
  "ignore": "5.2.4",
77
+ "postcss": "^8.5.26",
75
78
  "winston": "^3.19.0"
76
79
  },
77
80
  "bin": {
@@ -99,7 +102,6 @@
99
102
  "jsdom": "^30.0.1",
100
103
  "lint-staged": "^17.4.1",
101
104
  "mock-fs": "^5.5.0",
102
- "postcss": "^8.5.26",
103
105
  "prettier": "^3.9.6",
104
106
  "react": "^19.2.8",
105
107
  "react-dom": "^19.2.8",