xmlui 0.9.21 → 0.9.23

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/xmlui.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { A, B, E, I, i, h, S, b, k, l, c, e, f, j, p, s, t, n, q, v, u } from "./index-B3CWFAxa.mjs";
1
+ import { A, B, E, I, i, h, S, b, k, l, c, e, f, j, p, s, t, n, q, v, u } from "./index-B8C8yAZL.mjs";
2
2
  export {
3
3
  A as AppRoot,
4
4
  B as Button,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmlui",
3
- "version": "0.9.21",
3
+ "version": "0.9.23",
4
4
  "sideEffects": false,
5
5
  "scripts": {
6
6
  "start-test-bed": "cd src/testing/infrastructure && xmlui start",
@@ -17,6 +17,7 @@
17
17
  "test:e2e": "playwright test",
18
18
  "test:e2e-smoke": "playwright test --project smoke",
19
19
  "test:e2e-ui": "npm run test:e2e -- --ui",
20
+ "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
20
21
  "prepublishOnly": "clean-package && npm run build",
21
22
  "cleanPackage": "clean-package",
22
23
  "postpublish": "clean-package restore",