@vaadin/hilla-react-form 24.5.0-alpha5 → 24.5.0-alpha7
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/index.js +1 -1
- package/package.json +3 -3
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-react-form"}/${feature}` : "@vaadin/hilla-react-form",
|
|
5
|
-
version: "24.5.0-
|
|
5
|
+
version: "24.5.0-alpha7"
|
|
6
6
|
});
|
|
7
7
|
}
|
|
8
8
|
import {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/hilla-react-form",
|
|
3
|
-
"version": "24.5.0-
|
|
3
|
+
"version": "24.5.0-alpha7",
|
|
4
4
|
"description": "Hilla form utils for React",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"build:copy": "cd src && copyfiles **/*.d.ts ..",
|
|
24
24
|
"lint": "eslint src test",
|
|
25
25
|
"lint:fix": "eslint src test --fix",
|
|
26
|
-
"test": "karma start ../../../karma.config.cjs --port
|
|
26
|
+
"test": "karma start ../../../karma.config.cjs --port 9874",
|
|
27
27
|
"test:coverage": "npm run test -- --coverage",
|
|
28
28
|
"test:watch": "npm run test -- --watch",
|
|
29
29
|
"typecheck": "tsc --noEmit"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@vaadin/hilla-lit-form": "24.5.0-
|
|
49
|
+
"@vaadin/hilla-lit-form": "24.5.0-alpha7"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^18"
|