@depup/drizzle-kit 0.31.10-depup.0

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 ADDED
@@ -0,0 +1,166 @@
1
+ {
2
+ "name": "@depup/drizzle-kit",
3
+ "version": "0.31.10-depup.0",
4
+ "homepage": "https://orm.drizzle.team",
5
+ "keywords": [
6
+ "depup",
7
+ "dependency-bumped",
8
+ "updated-deps",
9
+ "drizzle-kit",
10
+ "drizzle",
11
+ "orm",
12
+ "pg",
13
+ "mysql",
14
+ "singlestore",
15
+ "postgresql",
16
+ "postgres",
17
+ "sqlite",
18
+ "database",
19
+ "sql",
20
+ "typescript",
21
+ "ts",
22
+ "migrations",
23
+ "schema"
24
+ ],
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/drizzle-team/drizzle-orm.git"
28
+ },
29
+ "author": "Drizzle Team",
30
+ "license": "MIT",
31
+ "bin": {
32
+ "drizzle-kit": "./bin.cjs"
33
+ },
34
+ "scripts": {
35
+ "api": "tsx ./dev/api.ts",
36
+ "migrate:old": "drizzle-kit generate:mysql",
37
+ "cli": "tsx ./src/cli/index.ts",
38
+ "test": "pnpm tsc && TEST_CONFIG_PATH_PREFIX=./tests/cli/ vitest",
39
+ "build": "rm -rf ./dist && tsx build.ts && cp package.json dist/ && attw --pack dist",
40
+ "build:dev": "rm -rf ./dist && tsx build.dev.ts && tsc -p tsconfig.cli-types.json && chmod +x ./dist/index.cjs",
41
+ "pack": "cp package.json README.md dist/ && (cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
42
+ "tsc": "tsc -p tsconfig.build.json --noEmit",
43
+ "publish": "npm publish package.tgz"
44
+ },
45
+ "dependencies": {
46
+ "@drizzle-team/brocli": "^0.11.0",
47
+ "@esbuild-kit/esm-loader": "^2.6.5",
48
+ "esbuild": "^0.27.4",
49
+ "tsx": "^4.21.0"
50
+ },
51
+ "devDependencies": {
52
+ "@arethetypeswrong/cli": "^0.15.3",
53
+ "@aws-sdk/client-rds-data": "^3.556.0",
54
+ "@cloudflare/workers-types": "^4.20230518.0",
55
+ "@electric-sql/pglite": "^0.2.12",
56
+ "@hono/node-server": "^1.9.0",
57
+ "@hono/zod-validator": "^0.2.1",
58
+ "@libsql/client": "^0.10.0",
59
+ "@neondatabase/serverless": "^0.9.1",
60
+ "@originjs/vite-plugin-commonjs": "^1.0.3",
61
+ "@planetscale/database": "^1.16.0",
62
+ "@types/better-sqlite3": "^7.6.13",
63
+ "@types/dockerode": "^3.3.28",
64
+ "@types/glob": "^8.1.0",
65
+ "@types/json-diff": "^1.0.3",
66
+ "@types/micromatch": "^4.0.9",
67
+ "@types/minimatch": "^5.1.2",
68
+ "@types/node": "^18.11.15",
69
+ "@types/pg": "^8.10.7",
70
+ "@types/pluralize": "^0.0.33",
71
+ "@types/semver": "^7.5.5",
72
+ "@types/uuid": "^9.0.8",
73
+ "@types/ws": "^8.5.10",
74
+ "@typescript-eslint/eslint-plugin": "^7.2.0",
75
+ "@typescript-eslint/parser": "^7.2.0",
76
+ "@vercel/postgres": "^0.8.0",
77
+ "ava": "^5.1.0",
78
+ "better-sqlite3": "^11.9.1",
79
+ "bun-types": "^0.6.6",
80
+ "camelcase": "^7.0.1",
81
+ "chalk": "^5.2.0",
82
+ "commander": "^12.1.0",
83
+ "dockerode": "^4.0.6",
84
+ "dotenv": "^16.0.3",
85
+ "drizzle-kit": "0.25.0-b1faa33",
86
+ "drizzle-orm": "workspace:./drizzle-orm/dist",
87
+ "env-paths": "^3.0.0",
88
+ "esbuild-node-externals": "^1.9.0",
89
+ "eslint": "^8.57.0",
90
+ "eslint-config-prettier": "^9.1.0",
91
+ "eslint-plugin-prettier": "^5.1.3",
92
+ "gel": "^2.0.0",
93
+ "get-port": "^6.1.2",
94
+ "glob": "^8.1.0",
95
+ "hanji": "^0.0.8",
96
+ "hono": "^4.7.9",
97
+ "json-diff": "1.0.6",
98
+ "micromatch": "^4.0.8",
99
+ "minimatch": "^7.4.3",
100
+ "mysql2": "3.14.1",
101
+ "node-fetch": "^3.3.2",
102
+ "ohm-js": "^17.1.0",
103
+ "pg": "^8.11.5",
104
+ "pluralize": "^8.0.0",
105
+ "postgres": "^3.4.4",
106
+ "prettier": "^3.5.3",
107
+ "semver": "^7.7.2",
108
+ "superjson": "^2.2.1",
109
+ "tsup": "^8.3.5",
110
+ "typescript": "^5.6.3",
111
+ "uuid": "^9.0.1",
112
+ "vite-tsconfig-paths": "^4.3.2",
113
+ "vitest": "^3.1.3",
114
+ "ws": "^8.18.2",
115
+ "zod": "^3.20.2",
116
+ "zx": "^8.3.2"
117
+ },
118
+ "exports": {
119
+ ".": {
120
+ "import": {
121
+ "types": "./index.d.mts",
122
+ "default": "./index.mjs"
123
+ },
124
+ "require": {
125
+ "types": "./index.d.ts",
126
+ "default": "./index.js"
127
+ },
128
+ "types": "./index.d.mts",
129
+ "default": "./index.mjs"
130
+ },
131
+ "./api": {
132
+ "import": {
133
+ "types": "./api.d.mts",
134
+ "default": "./api.mjs"
135
+ },
136
+ "require": {
137
+ "types": "./api.d.ts",
138
+ "default": "./api.js"
139
+ },
140
+ "types": "./api.d.mts",
141
+ "default": "./api.mjs"
142
+ }
143
+ },
144
+ "description": "[DepUp] Dependency-bumped version of drizzle-kit",
145
+ "depup": {
146
+ "changes": {
147
+ "@drizzle-team/brocli": {
148
+ "from": "^0.10.2",
149
+ "to": "^0.11.0"
150
+ },
151
+ "@esbuild-kit/esm-loader": {
152
+ "from": "^2.5.5",
153
+ "to": "^2.6.5"
154
+ },
155
+ "esbuild": {
156
+ "from": "^0.25.4",
157
+ "to": "^0.27.4"
158
+ }
159
+ },
160
+ "depsUpdated": 3,
161
+ "originalPackage": "drizzle-kit",
162
+ "originalVersion": "0.31.10",
163
+ "processedAt": "2026-03-17T16:35:40.695Z",
164
+ "smokeTest": "passed"
165
+ }
166
+ }