@danielx/civet 0.8.10 → 0.8.12

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
@@ -30,6 +30,7 @@ declare module "@danielx/civet" {
30
30
  rewriteCivetImports: string
31
31
  rewriteTsImports: boolean
32
32
  server: boolean
33
+ strict: boolean
33
34
  symbols: string[]
34
35
  tab: number
35
36
  verbose: boolean
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
3
  "type": "commonjs",
4
- "version": "0.8.10",
4
+ "version": "0.8.12",
5
5
  "description": "CoffeeScript style syntax for TypeScript",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.mjs",
@@ -95,7 +95,7 @@
95
95
  "unplugin": "^1.12.2"
96
96
  },
97
97
  "devDependencies": {
98
- "@danielx/civet": "0.8.5",
98
+ "@danielx/civet": "0.8.11",
99
99
  "@danielx/hera": "^0.8.16",
100
100
  "@prettier/sync": "^0.5.2",
101
101
  "@types/assert": "^1.5.6",