@phun-ky/speccer 11.2.6 → 11.2.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/speccer",
3
- "version": "11.2.6",
3
+ "version": "11.2.8",
4
4
  "description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
5
5
  "main": "dist/speccer.js",
6
6
  "module": "dist/speccer.esm.js",
@@ -11,9 +11,10 @@
11
11
  "access": "public"
12
12
  },
13
13
  "scripts": {
14
- "test": "glob -c \"node --import tsx --import global-jsdom/register --test --no-warnings\" \"./src/**/__tests__/**/*.[jt]s\"",
15
- "pretest-ci": "rm -rf coverage && mkdir -p coverage",
16
- "test-ci": "glob -c \"node --import tsx --import global-jsdom/register --test --no-warnings --experimental-test-coverage --test-reporter=cobertura --test-reporter-destination=coverage/cobertura-coverage.xml --test-reporter=spec --test-reporter-destination=stdout\" \"./src/**/__tests__/**/*.[jt]s\"",
14
+ "test": "npm run test:unit",
15
+ "test:unit": "glob -c \"node --import tsx --import global-jsdom/register --test --no-warnings\" \"./src/**/__tests__/**/*.spec.[jt]s\"",
16
+ "pretest:ci": "rm -rf coverage && mkdir -p coverage",
17
+ "test:ci": "glob -c \"node --import tsx --import global-jsdom/register --test --no-warnings --experimental-test-coverage --test-reporter=cobertura --test-reporter-destination=coverage/cobertura-coverage.xml --test-reporter=spec --test-reporter-destination=stdout\" \"./src/**/__tests__/**/*.spec.[jt]s\"",
17
18
  "pretest:e2e": "rm -rf test-results && npm run build",
18
19
  "test:e2e": "npx playwright test",
19
20
  "rollup": "rollup -c",
@@ -92,9 +93,11 @@
92
93
  "cobertura": "^1.0.1",
93
94
  "cssnano": "^6.0.3",
94
95
  "eslint": "^9.20.0",
96
+ "eslint-config-prettier": "^10.0.1",
95
97
  "eslint-import-resolver-typescript": "^3.7.0",
96
98
  "eslint-plugin-compat": "^6.0.2",
97
99
  "eslint-plugin-import": "^2.31.0",
100
+ "eslint-plugin-prettier": "^5.2.3",
98
101
  "git-cz": "^4.9.0",
99
102
  "glob": "^10.3.10",
100
103
  "global-jsdom": "^26.0.0",
@@ -102,7 +105,8 @@
102
105
  "jsdom": "^26.0.0",
103
106
  "postcss": "^8.3.0",
104
107
  "postcss-cli": "^8.3.1",
105
- "putout": "^38.1.1",
108
+ "prettier": "3.5.0",
109
+ "putout": "^38.2.0",
106
110
  "quibble": "^0.9.1",
107
111
  "release-it": "^18.1.2",
108
112
  "remark-github": "^12.0.0",
@@ -131,7 +135,7 @@
131
135
  }
132
136
  },
133
137
  "engines": {
134
- "node": ">=22.8.0",
135
- "npm": ">=10.8.2"
138
+ "node": ">=22.9.0",
139
+ "npm": ">=11.0.0"
136
140
  }
137
141
  }