@phun-ky/speccer 11.3.18 → 11.3.19
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 +2 -2
- package/dist/speccer.js +2 -2
- package/package.json +4 -4
package/dist/speccer.esm.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.
|
|
5
|
+
* @version 11.3.19
|
|
6
6
|
* @license
|
|
7
|
-
* Copyright (c) 2018-
|
|
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.
|
|
5
|
+
* @version 11.3.19
|
|
6
6
|
* @license
|
|
7
|
-
* Copyright (c) 2018-
|
|
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.
|
|
3
|
+
"version": "11.3.19",
|
|
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",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"jsdom": "^27.0.0",
|
|
110
110
|
"postcss": "^8.5.2",
|
|
111
111
|
"postcss-cli": "^11.0.0",
|
|
112
|
-
"prettier": "3.
|
|
113
|
-
"putout": "^
|
|
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",
|