@danielx/civet 0.8.3 → 0.8.4

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
@@ -67,8 +67,8 @@ declare module "@danielx/civet" {
67
67
  header: string
68
68
  body: string
69
69
  filename: string
70
- line: number
71
- column: number
70
+ line: number | string
71
+ column: number | string
72
72
  offset: number
73
73
  }
74
74
  export type ParseErrors = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
3
  "type": "commonjs",
4
- "version": "0.8.3",
4
+ "version": "0.8.4",
5
5
  "description": "CoffeeScript style syntax for TypeScript",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.mjs",