@danielx/civet 0.8.1 → 0.8.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.
package/dist/types.d.ts CHANGED
@@ -33,6 +33,8 @@ declare module "@danielx/civet" {
33
33
  tab: number
34
34
  verbose: boolean
35
35
  comptime: boolean
36
+ iife: boolean
37
+ repl: boolean
36
38
  }>
37
39
  export type CompileOptions = {
38
40
  filename?: string
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
3
  "type": "commonjs",
4
- "version": "0.8.1",
4
+ "version": "0.8.3",
5
5
  "description": "CoffeeScript style syntax for TypeScript",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.mjs",