|
1 | 1 | {
|
2 | 2 | "name": "ts-sql-codegen",
|
3 |
| - "version": "3.18.1", |
| 3 | + "version": "3.19.0", |
4 | 4 | "description": "Generates ts-sql-query table mappings from tbls schema output",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "bin": "dist/cli.js",
|
|
32 | 32 | "repository": "github:lorefnon/ts-sql-codegen",
|
33 | 33 | "license": "MIT",
|
34 | 34 | "devDependencies": {
|
35 |
| - "@types/fs-extra": "^11.0.2", |
| 35 | + "@types/fs-extra": "^11.0.4", |
36 | 36 | "@types/glob": "^8.1.0",
|
37 |
| - "@types/js-yaml": "^4.0.6", |
38 |
| - "@types/lodash": "^4.14.199", |
39 |
| - "@types/mocha": "^10.0.2", |
40 |
| - "@types/node": "^20.7.1", |
41 |
| - "@types/pg": "^8.10.3", |
42 |
| - "@types/prompts": "^2.4.5", |
| 37 | + "@types/js-yaml": "^4.0.9", |
| 38 | + "@types/lodash": "^4.14.202", |
| 39 | + "@types/mocha": "^10.0.6", |
| 40 | + "@types/node": "^20.11.19", |
| 41 | + "@types/pg": "^8.11.0", |
| 42 | + "@types/prompts": "^2.4.9", |
43 | 43 | "@types/rimraf": "^3.0.2",
|
44 |
| - "better-sqlite3": "^8.6.0", |
45 |
| - "mocha": "^10.2.0", |
| 44 | + "better-sqlite3": "^9.4.1", |
| 45 | + "mocha": "^10.3.0", |
46 | 46 | "mocha-snap": "^5.0.0",
|
47 | 47 | "pg": "^8.11.3",
|
48 | 48 | "recursive-copy-cli": "^1.0.20",
|
49 | 49 | "rimraf": "^5.0.5",
|
50 |
| - "ts-node": "^10.9.1", |
51 |
| - "ts-sql-query": "^1.56.0", |
52 |
| - "typedoc": "^0.25.1", |
53 |
| - "typedoc-plugin-markdown": "^3.16.0", |
54 |
| - "typescript": "^5.2.2" |
| 50 | + "ts-node": "^10.9.2", |
| 51 | + "ts-sql-query": "^1.59.0", |
| 52 | + "typedoc": "^0.25.8", |
| 53 | + "typedoc-plugin-markdown": "^3.17.1", |
| 54 | + "typescript": "^5.3.3" |
55 | 55 | },
|
56 | 56 | "peerDependencies": {
|
57 | 57 | "ts-sql-query": "^1.29.0"
|
58 | 58 | },
|
59 | 59 | "dependencies": {
|
60 |
| - "fs-extra": "^11.1.1", |
| 60 | + "fs-extra": "^11.2.0", |
61 | 61 | "glob": "^10.3.10",
|
62 | 62 | "handlebars": "^4.7.8",
|
63 | 63 | "hbs-dedent-helper": "^0.3.0",
|
64 | 64 | "js-yaml": "^4.1.0",
|
65 | 65 | "lodash": "^4.17.21",
|
66 | 66 | "prompts": "^2.4.2",
|
67 |
| - "ts-pattern": "^5.0.5", |
68 |
| - "zod": "^3.22.2" |
| 67 | + "ts-pattern": "^5.0.8", |
| 68 | + "zod": "^3.22.4" |
69 | 69 | }
|
70 | 70 | }
|
0 commit comments