Skip to content

Commit f7fa4a5

Browse files
taefiZheSun88
andauthored
feat: rename @vaadin/hilla-core to @vaadin/hilla-frontend (#2052)
* feat: rename @vaadin/hilla-core to @vaadin/hilla-frontend Fixes #2047 * fix gradle-plugin test to point to frontend dir * fix types.d.ts * unify npm package versions across all package.json files * fix types.d.ts files --------- Co-authored-by: Zhe Sun <[email protected]>
1 parent 9afeb4d commit f7fa4a5

File tree

93 files changed

+1549
-3181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1549
-3181
lines changed

package-lock.json

+90-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/java/endpoint/src/main/java/com/vaadin/hilla/EndpointController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
*/
7777
@RestController
7878
@Import({ EndpointControllerConfiguration.class, EndpointProperties.class })
79-
@NpmPackage(value = "@vaadin/hilla-core", version = "24.4.0-alpha3")
79+
@NpmPackage(value = "@vaadin/hilla-frontend", version = "24.4.0-alpha3")
8080
public class EndpointController {
8181
private static final Logger LOGGER = LoggerFactory
8282
.getLogger(EndpointController.class);

0 commit comments

Comments
 (0)