vite-plugin-kiru 0.29.2 → 0.29.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2195,7 +2195,7 @@ const pagesMap = import.meta.glob(["/**/${page}"])
2195
2195
  const layoutsMap = import.meta.glob(["/**/${layout}"])
2196
2196
  const pages = formatViteImportMap(pagesMap, dir, baseUrl)
2197
2197
  const layouts = formatViteImportMap(layoutsMap, dir, baseUrl)
2198
- const transition = "${transition}"
2198
+ const transition = ${transition}
2199
2199
 
2200
2200
  export { dir, baseUrl, pages, layouts, transition }
2201
2201
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-kiru",
3
- "version": "0.29.2",
3
+ "version": "0.29.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",