drizzle-kit 0.23.2-3d4e79a → 0.23.2-6234cbf

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. package/README.md +79 -0
  2. package/api.js +380 -380
  3. package/api.mjs +380 -380
  4. package/bin.cjs +3909 -49629
  5. package/package.json +26 -3
package/package.json CHANGED
@@ -1,7 +1,30 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.23.2-3d4e79a",
4
- "repository": "https://github.com/drizzle-team/drizzle-orm",
3
+ "version": "0.23.2-6234cbf",
4
+ "homepage": "https://orm.drizzle.team",
5
+ "keywords": [
6
+ "drizzle",
7
+ "orm",
8
+ "pg",
9
+ "mysql",
10
+ "postgresql",
11
+ "postgres",
12
+ "sqlite",
13
+ "database",
14
+ "sql",
15
+ "typescript",
16
+ "ts",
17
+ "drizzle-kit",
18
+ "migrations",
19
+ "schema"
20
+ ],
21
+ "publishConfig": {
22
+ "provenance": true
23
+ },
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "git+https://github.com/drizzle-team/drizzle-orm.git"
27
+ },
5
28
  "author": "Drizzle Team",
6
29
  "license": "MIT",
7
30
  "bin": {
@@ -57,7 +80,7 @@
57
80
  "dockerode": "^3.3.4",
58
81
  "dotenv": "^16.0.3",
59
82
  "drizzle-kit": "0.21.2",
60
- "drizzle-orm": "0.32.1",
83
+ "drizzle-orm": "workspace:./drizzle-orm/dist",
61
84
  "env-paths": "^3.0.0",
62
85
  "esbuild-node-externals": "^1.9.0",
63
86
  "eslint": "^8.57.0",