@danielx/civet 0.7.5 → 0.7.7

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
@@ -82,6 +82,7 @@ declare module "@danielx/civet" {
82
82
  export function generate(ast: CivetAST, options?: CompileOptions): string
83
83
 
84
84
  const Civet: {
85
+ version: string
85
86
  compile: typeof compile
86
87
  isCompileError: typeof isCompileError
87
88
  parse: typeof parse
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
3
  "type": "commonjs",
4
- "version": "0.7.5",
4
+ "version": "0.7.7",
5
5
  "description": "CoffeeScript style syntax for TypeScript",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.mjs",
@@ -89,7 +89,7 @@
89
89
  "ts-node": "^10.9.1",
90
90
  "tslib": "^2.4.0",
91
91
  "tsup": "^7.2.0",
92
- "typescript": "^5.2.2",
92
+ "typescript": "^5.4.5",
93
93
  "vite": "^4.4.12",
94
94
  "vitepress": "^1.0.0-alpha.35",
95
95
  "vscode-languageserver": "^8.1.0",