@danielx/civet 0.6.70 → 0.6.71

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/dist/types.d.ts CHANGED
@@ -23,6 +23,7 @@ declare module "@danielx/civet" {
23
23
  react: boolean
24
24
  solid: boolean
25
25
  client: boolean
26
+ rewriteCivetImports: string
26
27
  rewriteTsImports: boolean
27
28
  server: boolean
28
29
  tab: number
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
3
  "type": "commonjs",
4
- "version": "0.6.70",
4
+ "version": "0.6.71",
5
5
  "description": "CoffeeScript style syntax for TypeScript",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.mjs",