@lssm/app.cli-database 0.0.0-canary-20251212230121 → 0.0.0-canary-20251215220103
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/app.cli-database",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251215220103",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"database": "dist/cli.js"
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"lint": "bun run lint:fix",
|
|
14
14
|
"lint:fix": "eslint src --fix",
|
|
15
15
|
"lint:check": "eslint src",
|
|
16
|
-
"prisma:import": "
|
|
17
|
-
"prisma:check": "
|
|
18
|
-
"dbs:generate": "
|
|
19
|
-
"dbs:migrate": "
|
|
20
|
-
"dbs:deploy": "
|
|
21
|
-
"dbs:status": "
|
|
22
|
-
"dbs:seed": "
|
|
23
|
-
"schema:generate": "
|
|
24
|
-
"schema:compose": "
|
|
16
|
+
"prisma:import": "database import",
|
|
17
|
+
"prisma:check": "database check",
|
|
18
|
+
"dbs:generate": "database generate",
|
|
19
|
+
"dbs:migrate": "database migrate:dev",
|
|
20
|
+
"dbs:deploy": "database migrate:deploy",
|
|
21
|
+
"dbs:status": "database migrate:status",
|
|
22
|
+
"dbs:seed": "database seed",
|
|
23
|
+
"schema:generate": "database schema:generate",
|
|
24
|
+
"schema:compose": "database schema:compose"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@lssm/lib.schema": "workspace:*",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@lssm/tool.tsdown": "workspace:*",
|
|
36
36
|
"@types/minimist": "^1.2.5",
|
|
37
|
-
"tsdown": "^0.17.
|
|
37
|
+
"tsdown": "^0.17.4"
|
|
38
38
|
},
|
|
39
39
|
"main": "./dist/index.mjs",
|
|
40
40
|
"module": "./dist/index.mjs",
|