@guanmingchiu/sqlparser-ts 0.60.0-rc3 → 0.60.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanmingchiu/sqlparser-ts",
3
- "version": "0.60.0-rc3",
3
+ "version": "0.60.0",
4
4
  "type": "module",
5
5
  "description": "A SQL parser for JavaScript and TypeScript, powered by datafusion-sqlparser-rs via WASM",
6
6
  "main": "dist/index.cjs",
@@ -44,7 +44,7 @@
44
44
  "license": "Apache-2.0",
45
45
  "repository": {
46
46
  "type": "git",
47
- "url": "git+https://github.com/guanmingchiu/sqlparser-ts.git"
47
+ "url": "git+https://github.com/guan404ming/sqlparser-ts.git"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^25.0.10",
package/wasm/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sqlparser-rs-wasm",
3
3
  "description": "WebAssembly bindings for sqlparser SQL parser",
4
- "version": "0.60.0-rc3",
4
+ "version": "0.60.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
Binary file
Binary file