@public-ui/theme-ecl 4.0.0-alpha.6 → 4.0.0-alpha.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/README.md +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/theme-ecl",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.8",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"nodemon": "3.1.11",
|
|
56
56
|
"npm-run-all2": "8.0.4",
|
|
57
57
|
"postcss": "8.5.6",
|
|
58
|
-
"prettier": "3.7.
|
|
58
|
+
"prettier": "3.7.4",
|
|
59
59
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
60
60
|
"rollup": "4.53.3",
|
|
61
61
|
"rollup-plugin-postcss": "4.0.2",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"stylelint": "16.26.1",
|
|
64
64
|
"typescript": "5.9.3",
|
|
65
65
|
"unbuild": "3.6.1",
|
|
66
|
-
"@public-ui/
|
|
67
|
-
"@public-ui/
|
|
66
|
+
"@public-ui/components": "4.0.0-alpha.8",
|
|
67
|
+
"@public-ui/visual-tests": "4.0.0-alpha.8"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@public-ui/components": "4.0.0-alpha.
|
|
70
|
+
"@public-ui/components": "4.0.0-alpha.8"
|
|
71
71
|
},
|
|
72
72
|
"exports": {
|
|
73
73
|
".": {
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
"xtest": "npm-run-all2 test:*",
|
|
99
99
|
"test:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test",
|
|
100
100
|
"test:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test",
|
|
101
|
-
"xtest
|
|
102
|
-
"test
|
|
103
|
-
"test
|
|
101
|
+
"xtest:update": "npm-run-all2 test:update:*",
|
|
102
|
+
"test:update:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
|
|
103
|
+
"test:update:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
|
|
104
104
|
"pretest": "pnpm build",
|
|
105
|
-
"pretest
|
|
105
|
+
"pretest:update": "pnpm build"
|
|
106
106
|
}
|
|
107
107
|
}
|