@phun-ky/speccer 11.2.15 → 11.2.17
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/speccer.esm.js +1 -1
- package/dist/speccer.js +1 -1
- package/package.json +4 -4
package/dist/speccer.esm.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.2.
|
|
5
|
+
* @version 11.2.17
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2018-2025 Alexander Vassbotn Røyne-Helgesen
|
|
8
8
|
*
|
package/dist/speccer.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.2.
|
|
5
|
+
* @version 11.2.17
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2018-2025 Alexander Vassbotn Røyne-Helgesen
|
|
8
8
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phun-ky/speccer",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.17",
|
|
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",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"cssnano": "^7.0.6",
|
|
97
97
|
"eslint": "^9.20.0",
|
|
98
98
|
"eslint-config-prettier": "^10.0.1",
|
|
99
|
-
"eslint-import-resolver-typescript": "^3.
|
|
99
|
+
"eslint-import-resolver-typescript": "^4.3.4",
|
|
100
100
|
"eslint-plugin-compat": "^6.0.2",
|
|
101
101
|
"eslint-plugin-import": "^2.31.0",
|
|
102
102
|
"eslint-plugin-prettier": "^5.2.3",
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
"postcss": "^8.5.2",
|
|
109
109
|
"postcss-cli": "^11.0.0",
|
|
110
110
|
"prettier": "3.5.3",
|
|
111
|
-
"putout": "^
|
|
111
|
+
"putout": "^40.0.10",
|
|
112
112
|
"quibble": "^0.9.1",
|
|
113
|
-
"release-it": "^
|
|
113
|
+
"release-it": "^19.0.1",
|
|
114
114
|
"remark-github": "^12.0.0",
|
|
115
115
|
"remark-toc": "^9.0.0",
|
|
116
116
|
"rollup": "^4.12.0",
|