File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @dbml/playground" ,
3- "version" : " 5.2 .0" ,
3+ "version" : " 5.3 .0" ,
44 "description" : " Interactive playground for debugging and visualizing the DBML parser pipeline" ,
55 "author" : " Holistics <dev@holistics.io>" ,
66 "license" : " Apache-2.0" ,
2525 "format" : " prettier --write src/"
2626 },
2727 "dependencies" : {
28- "@dbml/parse" : " ^5.2 .0" ,
28+ "@dbml/parse" : " ^5.3 .0" ,
2929 "lodash" : " ^4.17.21" ,
3030 "monaco-editor" : " ^0.52.2" ,
3131 "monaco-vim" : " ^0.4.2" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 5.2 .0" ,
2+ "version" : " 5.3 .0" ,
33 "npmClient" : " yarn" ,
44 "$schema" : " node_modules/lerna/schemas/lerna-schema.json"
55}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " @dbml/cli" ,
4- "version" : " 5.2 .0" ,
4+ "version" : " 5.3 .0" ,
55 "description" : " " ,
66 "main" : " lib/index.js" ,
77 "license" : " Apache-2.0" ,
2929 ],
3030 "dependencies" : {
3131 "@babel/cli" : " ^7.21.0" ,
32- "@dbml/connector" : " ^5.2 .0" ,
33- "@dbml/core" : " ^5.2 .0" ,
32+ "@dbml/connector" : " ^5.3 .0" ,
33+ "@dbml/core" : " ^5.3 .0" ,
3434 "bluebird" : " ^3.5.5" ,
3535 "chalk" : " ^2.4.2" ,
3636 "commander" : " ^2.20.0" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " @dbml/connector" ,
4- "version" : " 5.2 .0" ,
4+ "version" : " 5.3 .0" ,
55 "description" : " This package was created to fetch the schema JSON from many kind of databases." ,
66 "author" : " huy.phung.sw@gmail.com" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " @dbml/core" ,
4- "version" : " 5.2 .0" ,
4+ "version" : " 5.3 .0" ,
55 "description" : " > TODO: description" ,
66 "author" : " Holistics <dev@holistics.io>" ,
77 "license" : " Apache-2.0" ,
3535 "lint:fix" : " eslint --fix ."
3636 },
3737 "dependencies" : {
38- "@dbml/parse" : " ^5.2 .0" ,
38+ "@dbml/parse" : " ^5.3 .0" ,
3939 "antlr4" : " ^4.13.1" ,
4040 "lodash" : " ^4.17.15" ,
4141 "parsimmon" : " ^1.13.0" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " @dbml/parse" ,
4- "version" : " 5.2 .0" ,
4+ "version" : " 5.3 .0" ,
55 "description" : " DBML parser v2" ,
66 "author" : " Holistics <dev@holistics.io>" ,
77 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments