@html-validate/plugin-template 1.0.2 → 1.0.3
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/files/CHANGELOG.md +7 -0
- package/files/package.json +3 -4
- package/package.json +1 -1
package/files/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @html-validate/plugin-template changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.3 (2026-06-25)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- remove cloneman postbuild script ([4a6c9b4](https://gitlab.com/html-validate/plugin-template/commit/4a6c9b44c965140f01285d13609b6dce18d92b3b))
|
|
8
|
+
- set correct semantic release preset ([fe26aed](https://gitlab.com/html-validate/plugin-template/commit/fe26aedcf50dcc7b911bf87387c0b4b3187b7501))
|
|
9
|
+
|
|
3
10
|
## 1.0.2 (2026-06-25)
|
|
4
11
|
|
|
5
12
|
### Bug Fixes
|
package/files/package.json
CHANGED
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"scripts": {
|
|
37
37
|
"prebuild": "tsc",
|
|
38
38
|
"build": "run-s build:*",
|
|
39
|
-
"postbuild": "cloneman build -o temp/cloneman",
|
|
40
39
|
"build:lib": "node build.mjs",
|
|
41
40
|
"build:cjs": "dts-bundle-generator --no-banner --project tsconfig.cjs.json -o dist/cjs/index.d.cts src/entry-cjs.ts",
|
|
42
41
|
"build:esm": "dts-bundle-generator --no-banner --project tsconfig.esm.json -o dist/esm/index.d.mts src/entry-esm.ts",
|
|
@@ -57,7 +56,7 @@
|
|
|
57
56
|
},
|
|
58
57
|
"prettier": "@html-validate/prettier-config",
|
|
59
58
|
"release": {
|
|
60
|
-
"extends": "@html-validate/semantic-release-
|
|
59
|
+
"extends": "@html-validate/semantic-release-config"
|
|
61
60
|
},
|
|
62
61
|
"jest": {
|
|
63
62
|
"preset": "@html-validate/jest-config"
|
|
@@ -73,7 +72,7 @@
|
|
|
73
72
|
"@html-validate/eslint-config-typescript": "9.8.0",
|
|
74
73
|
"@html-validate/eslint-config-typescript-typeinfo": "9.8.0",
|
|
75
74
|
"@html-validate/jest-config": "3.18.2",
|
|
76
|
-
"@html-validate/plugin-template": "1.0.
|
|
75
|
+
"@html-validate/plugin-template": "1.0.3",
|
|
77
76
|
"@html-validate/prettier-config": "4.1.1",
|
|
78
77
|
"@html-validate/release-scripts": "7.3.1",
|
|
79
78
|
"@jest/globals": "30.4.1",
|
|
@@ -109,7 +108,7 @@
|
|
|
109
108
|
},
|
|
110
109
|
"cloneman": {
|
|
111
110
|
"template": "@html-validate/plugin-template",
|
|
112
|
-
"version": "1.0.
|
|
111
|
+
"version": "1.0.3"
|
|
113
112
|
},
|
|
114
113
|
"externalDependencies": [
|
|
115
114
|
"@html-validate/plugin-utils"
|