@vaadin/hilla-lit-form 24.4.2 → 24.4.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -2,7 +2,7 @@ function __REGISTER__(feature, vaadinObj = window.Vaadin ??= {}) {
2
2
  vaadinObj.registrations ??= [];
3
3
  vaadinObj.registrations.push({
4
4
  is: feature ? `${"@vaadin/hilla-lit-form"}/${feature}` : "@vaadin/hilla-lit-form",
5
- version: "24.4.2"
5
+ version: "24.4.3"
6
6
  });
7
7
  }
8
8
  export * from "./Binder.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/hilla-lit-form",
3
- "version": "24.4.2",
3
+ "version": "24.4.3",
4
4
  "description": "Hilla form utils",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -19,8 +19,8 @@
19
19
  "build": "concurrently npm:build:*",
20
20
  "build:esbuild": "tsx ../../../scripts/build.ts",
21
21
  "build:dts": "tsc --isolatedModules -p tsconfig.build.json",
22
- "lint": "eslint src/**/*.ts test/**/*.ts",
23
- "lint:fix": "eslint src/**/*.ts test/**/*.ts --fix",
22
+ "lint": "eslint src test",
23
+ "lint:fix": "npm run lint -- --fix",
24
24
  "test": "karma start ../../../karma.config.cjs --port 9877",
25
25
  "test:coverage": "npm run test -- --coverage",
26
26
  "test:watch": "npm run test -- --watch",
@@ -71,7 +71,7 @@
71
71
  "access": "public"
72
72
  },
73
73
  "dependencies": {
74
- "@vaadin/hilla-frontend": "24.4.2",
74
+ "@vaadin/hilla-frontend": "24.4.3",
75
75
  "validator": "^13.11.0"
76
76
  },
77
77
  "peerDependencies": {