rawsql-ts 0.1.0-beta.1 → 0.1.0-beta.2
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/package.json +2 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "rawsql-ts",
|
3
|
-
"version": "0.1.0-beta.
|
3
|
+
"version": "0.1.0-beta.2",
|
4
4
|
"description": "[beta]High-performance SQL parser and AST analyzer written in TypeScript. Provides fast parsing and advanced transformation capabilities.",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -28,11 +28,9 @@
|
|
28
28
|
"eslint-plugin-prettier": "^5.2.3",
|
29
29
|
"microtime": "^3.1.1",
|
30
30
|
"node-sql-parser": "^5.3.8",
|
31
|
+
"sql-formatter": "^15.5.2",
|
31
32
|
"ts-node": "^10.9.2",
|
32
33
|
"typescript": "^5.8.2",
|
33
34
|
"vitest": "^1.5.2"
|
34
|
-
},
|
35
|
-
"dependencies": {
|
36
|
-
"sql-formatter": "^15.5.2"
|
37
35
|
}
|
38
36
|
}
|