@sigil-dev/grimoire 0.8.4 → 0.8.5

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
5
  "private": false,
6
- "version": "0.8.4",
6
+ "version": "0.8.5",
7
7
  "exports": {
8
8
  ".": "./index.ts",
9
9
  "./server": "./server.ts",
@@ -33,13 +33,13 @@
33
33
  "vite": "^8.0.16"
34
34
  },
35
35
  "peerDependencies": {
36
- "@sigil-dev/compiler": "0.8.4",
37
- "@sigil-dev/runtime": "0.8.4",
36
+ "@sigil-dev/compiler": "0.8.5",
37
+ "@sigil-dev/runtime": "0.8.5",
38
38
  "typescript": "^5"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "latest",
42
- "@sigil-dev/compiler": "0.8.4",
43
- "@sigil-dev/runtime": "0.8.4"
42
+ "@sigil-dev/compiler": "0.8.5",
43
+ "@sigil-dev/runtime": "0.8.5"
44
44
  }
45
45
  }
@@ -76,8 +76,8 @@ export async function transformRoutes(
76
76
  plugins: ["typescript", "jsx"], // no isTSX
77
77
  },
78
78
  plugins: [
79
- [sigilPlugin, { hash, mode }],
80
- //@ts-expect-error it fills what it needs
79
+ [sigilPlugin, { hash, mode }],
80
+ //@ts-expect-error it fills what it needs
81
81
  rewriteRelativeImports(route.filePath),
82
82
  ],
83
83
  filename: route.filePath,