@vaadin/hilla-frontend 24.5.0-alpha4 → 24.5.0-alpha6
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 +2 -2
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-frontend"}/${feature}` : "@vaadin/hilla-frontend",
|
|
5
|
-
version: "24.5.0-
|
|
5
|
+
version: "24.5.0-alpha6"
|
|
6
6
|
});
|
|
7
7
|
}
|
|
8
8
|
export * from "./Authentication.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/hilla-frontend",
|
|
3
|
-
"version": "24.5.0-
|
|
3
|
+
"version": "24.5.0-alpha6",
|
|
4
4
|
"description": "Hilla core frontend utils",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"build:dts": "tsc --isolatedModules -p tsconfig.build.json",
|
|
21
21
|
"lint": "eslint src test",
|
|
22
22
|
"lint:fix": "eslint src test --fix",
|
|
23
|
-
"test": "karma start ../../../karma.config.cjs --port
|
|
23
|
+
"test": "karma start ../../../karma.config.cjs --port 9875",
|
|
24
24
|
"test:coverage": "npm run test -- --coverage",
|
|
25
25
|
"test:watch": "npm run test -- --watch",
|
|
26
26
|
"typecheck": "tsc --noEmit"
|