forge-sql-orm-cli 2.1.22 → 2.1.24

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -40,7 +40,7 @@ Add the following scripts to your `package.json`:
40
40
 
41
41
  ```bash
42
42
  npm pkg set scripts.models:create="forge-sql-orm-cli generate:model --output src/entities --saveEnv"
43
- npm pkg set scripts.migration:create="forge-sql-orm-cli migrations:create --force --output src/migration --entitiesPath src/entities"
43
+ npm pkg set scripts.migration:create="forge-sql-orm-cli migrations:create --force --output src/migration"
44
44
  npm pkg set scripts.migration:update="forge-sql-orm-cli migrations:update --entitiesPath src/entities --output src/migration"
45
45
  ```
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forge-sql-orm-cli",
3
- "version": "2.1.22",
3
+ "version": "2.1.24",
4
4
  "description": "CLI tool for Forge SQL ORM",
5
5
  "main": "dist-cli/cli.js",
6
6
  "types": "dist-cli/cli.d.ts",
@@ -39,27 +39,27 @@
39
39
  "sql",
40
40
  "cli"
41
41
  ],
42
- "author": "",
42
+ "author": "Vasyl Zakharchenko",
43
43
  "license": "MIT",
44
44
  "dependencies": {
45
- "commander": "^14.0.2",
45
+ "commander": "^14.0.3",
46
46
  "dotenv": "^17.2.3",
47
47
  "drizzle-kit": "^0.31.8",
48
48
  "drizzle-orm": "^0.45.1",
49
- "forge-sql-orm": "^2.1.22",
50
- "inquirer": "^13.2.0",
51
- "mysql2": "^3.16.0",
49
+ "forge-sql-orm": "^2.1.24",
50
+ "inquirer": "^13.2.2",
51
+ "mysql2": "^3.16.3",
52
52
  "reflect-metadata": "^0.2.2",
53
53
  "uuid": "^13.0.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@eslint/js": "^9.39.2",
57
- "@types/node": "^25.0.6",
58
- "@typescript-eslint/eslint-plugin": "^8.52.0",
59
- "@typescript-eslint/parser": "^8.52.0",
57
+ "@types/node": "^25.2.0",
58
+ "@typescript-eslint/eslint-plugin": "^8.54.0",
59
+ "@typescript-eslint/parser": "^8.54.0",
60
60
  "eslint-config-prettier": "^10.1.8",
61
61
  "eslint-plugin-import": "^2.32.0",
62
- "knip": "^5.80.2",
62
+ "knip": "^5.83.0",
63
63
  "reflect-metadata": "^0.2.2",
64
64
  "typescript": "^5.9.3",
65
65
  "vite": "^7.3.1"