@phun-ky/speccer 11.3.18 → 11.3.20

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.
@@ -2,9 +2,9 @@
2
2
  * @phun-ky/speccer
3
3
  * A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
5
- * @version 11.3.18
5
+ * @version 11.3.20
6
6
  * @license
7
- * Copyright (c) 2018-2025 Alexander Vassbotn Røyne-Helgesen
7
+ * Copyright (c) 2018-2026 Alexander Vassbotn Røyne-Helgesen
8
8
  *
9
9
  * Permission is hereby granted, free of charge, to any person obtaining a copy
10
10
  * of this software and associated documentation files (the "Software"), to deal
package/dist/speccer.js CHANGED
@@ -2,9 +2,9 @@
2
2
  * @phun-ky/speccer
3
3
  * A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
5
- * @version 11.3.18
5
+ * @version 11.3.20
6
6
  * @license
7
- * Copyright (c) 2018-2025 Alexander Vassbotn Røyne-Helgesen
7
+ * Copyright (c) 2018-2026 Alexander Vassbotn Røyne-Helgesen
8
8
  *
9
9
  * Permission is hereby granted, free of charge, to any person obtaining a copy
10
10
  * of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/speccer",
3
- "version": "11.3.18",
3
+ "version": "11.3.20",
4
4
  "description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
5
5
  "keywords": [
6
6
  "a11y",
@@ -68,7 +68,7 @@
68
68
  "docs:build": "vitepress build docs",
69
69
  "docs:preview": "vitepress preview docs",
70
70
  "postcss": "rm -rf ./dist/speccer.min.css && postcss ./dist/speccer.css -o ./dist/speccer.min.css",
71
- "release": "release-it",
71
+ "release": "npx release-it --ci",
72
72
  "prerollup:dev": "npm run clean && npm run styles",
73
73
  "rollup": "rollup -c",
74
74
  "rollup:dev": "rollup -c -w",
@@ -97,7 +97,7 @@
97
97
  "@testing-library/dom": "^10.4.0",
98
98
  "@testing-library/jest-dom": "^6.4.2",
99
99
  "@types/jsdom": "^27.0.0",
100
- "@types/node": "^24.0.3",
100
+ "@types/node": "^25.0.3",
101
101
  "cobertura": "^1.0.1",
102
102
  "cssnano": "^7.0.6",
103
103
  "eslint": "^9.20.0",
@@ -105,12 +105,12 @@
105
105
  "git-cz": "^4.9.0",
106
106
  "glob-bin": "^1.0.0",
107
107
  "global-jsdom": "^27.0.0",
108
- "globals": "^16.0.0",
108
+ "globals": "^17.0.0",
109
109
  "jsdom": "^27.0.0",
110
110
  "postcss": "^8.5.2",
111
111
  "postcss-cli": "^11.0.0",
112
- "prettier": "3.6.2",
113
- "putout": "^40.0.10",
112
+ "prettier": "3.7.4",
113
+ "putout": "^41.0.2",
114
114
  "quibble": "^0.9.1",
115
115
  "release-it": "^19.0.1",
116
116
  "remark-github": "^12.0.0",