@danielx/civet 0.8.16 → 0.9.0

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
@@ -19,6 +19,7 @@ declare module "@danielx/civet" {
19
19
  coffeeNot: boolean
20
20
  coffeeOf: boolean
21
21
  coffeePrototype: boolean
22
+ coffeeRange: boolean
22
23
  defaultElement: string
23
24
  globals: string[]
24
25
  implicitReturns: boolean
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
3
  "type": "commonjs",
4
- "version": "0.8.16",
4
+ "version": "0.9.0",
5
5
  "description": "CoffeeScript style syntax for TypeScript",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.mjs",