@vaadin/hilla-generator-utils
Advanced tools
Comparing version 24.5.0-beta5 to 24.5.0-beta6
{ | ||
"name": "@vaadin/hilla-generator-utils", | ||
"version": "24.5.0-beta5", | ||
"version": "24.5.0-beta6", | ||
"description": "A set of utils for developing Hilla generator plugins", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ import { readFile, writeFile } from "node:fs/promises"; | ||
const obj = utils.flag(this, "object"); | ||
const snapshotURL = new URL(`./fixtures/${snapshotName}.snap.ts`, importMetaUrl); | ||
const snapshotURL = new URL(`./fixtures/${snapshotName}`, importMetaUrl); | ||
const snapshotPath = fileURLToPath(snapshotURL); | ||
@@ -15,0 +15,0 @@ if (shouldUpdate) { |
Sorry, the diff of this file is not supported yet
83068