@vaadin/hilla-frontend
Advanced tools
Comparing version 24.5.0-alpha1 to 24.5.0-alpha10
@@ -1,2 +0,1 @@ | ||
/// <reference types="atmosphere.js" /> | ||
import type { ReactiveControllerHost } from '@lit/reactive-element'; | ||
@@ -3,0 +2,0 @@ import { FluxConnection } from './FluxConnection.js'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="js-cookie" /> | ||
export declare function calculatePath({ pathname }: URL): string; | ||
@@ -3,0 +2,0 @@ declare const CookieManager: Cookies.CookiesStatic; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="atmosphere.js" /> | ||
import type { Subscription } from './Connect.js'; | ||
@@ -3,0 +2,0 @@ export declare enum State { |
@@ -5,3 +5,3 @@ function __REGISTER__(feature, vaadinObj = window.Vaadin ??= {}) { | ||
is: feature ? `${"@vaadin/hilla-frontend"}/${feature}` : "@vaadin/hilla-frontend", | ||
version: "24.5.0-alpha1" | ||
version: "24.5.0-alpha10" | ||
}); | ||
@@ -8,0 +8,0 @@ } |
{ | ||
"name": "@vaadin/hilla-frontend", | ||
"version": "24.5.0-alpha1", | ||
"version": "24.5.0-alpha10", | ||
"description": "Hilla core frontend utils", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"lint:fix": "eslint src test --fix", | ||
"test": "karma start ../../../karma.config.cjs --port 9880", | ||
"test": "karma start ../../../karma.config.cjs --port 9875", | ||
"test:coverage": "npm run test -- --coverage", | ||
@@ -91,4 +91,4 @@ "test:watch": "npm run test -- --watch", | ||
"sinon-chai": "^3.7.0", | ||
"typescript": "5.3.2" | ||
"typescript": "5.5.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
110520
1134