embracesqlcli
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "embracesqlcli", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -15,5 +15,5 @@ "type": "module", | ||
"@commander-js/extra-typings": "^11.1.0", | ||
"@embracesql/express": "^0.0.3", | ||
"@embracesql/postgres": "^0.0.3", | ||
"@embracesql/react": "^0.0.3", | ||
"@embracesql/express": "^0.0.4", | ||
"@embracesql/postgres": "^0.0.4", | ||
"@embracesql/react": "^0.0.4", | ||
"chalk": "5.3.0", | ||
@@ -27,3 +27,3 @@ "commander": "^11.1.0", | ||
}, | ||
"gitHead": "ce8c43da83ab6e340d337431a8d18e652a127cbd" | ||
"gitHead": "343e5761ee3ff99619a2ba34c18139d0ef6240ad" | ||
} |
#!/usr/bin/env tsx | ||
import { Command } from "@commander-js/extra-typings"; | ||
import { generateExpressApp } from "@embracesql/express/src/typescript/generateExpressApp"; | ||
import { initializeContext } from "@embracesql/postgres/src/context"; | ||
import { initializeContext } from "@embracesql/postgres"; | ||
import { | ||
@@ -10,3 +10,3 @@ generateDatabaseRoot, | ||
generateSchemaDefinitions, | ||
} from "@embracesql/postgres/src/generator"; | ||
} from "@embracesql/postgres"; | ||
import { generateReactComponents } from "@embracesql/react/src/typescript/generateReactComponents"; | ||
@@ -13,0 +13,0 @@ import chalk from "chalk"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4471
+ Added@embracesql/express@0.0.4(transitive)
+ Added@embracesql/postgres@0.0.4(transitive)
+ Added@embracesql/shared@0.0.4(transitive)
+ Addedobject-hash@3.0.0(transitive)
- Removed@embracesql/express@0.0.3(transitive)
- Removed@embracesql/postgres@0.0.3(transitive)
- Removed@embracesql/shared@0.0.3(transitive)
Updated@embracesql/express@^0.0.4
Updated@embracesql/postgres@^0.0.4
Updated@embracesql/react@^0.0.4