drizzle-kit 0.9.17 → 0.9.18

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 (3) hide show
  1. package/index.js +1247 -1256
  2. package/package.json +3 -8
  3. package/drizzle.js +0 -2250
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.9.17",
3
+ "version": "0.9.18",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/lambda-direct/drizzle-kit",
6
6
  "author": "Alex Blokh <aleksandrblokh@gmail.com>",
@@ -14,10 +14,7 @@
14
14
  "diff": "ts-node ./src/diff.ts",
15
15
  "test": "ts-node ./index.ts",
16
16
  "imports": "ts-node ./test.ts",
17
- "build:dev": "webpack",
18
- "build:prod": "NODE_ENV=production webpack",
19
- "build": "esbuild ./src/cli/index.tsx --bundle --platform=node --target=node10.4 --outfile=./dist/index.js --external:esbuild",
20
- "mograte": "drizzle-kit migrate"
17
+ "build": "esbuild ./src/cli/index.tsx --bundle --platform=node --target=node10.4 --outfile=./dist/index.js --external:esbuild"
21
18
  },
22
19
  "dependencies": {
23
20
  "@types/uuid": "^8.3.1",
@@ -54,7 +51,7 @@
54
51
  "@types/vorpal": "^1.12.1",
55
52
  "@types/webpack": "^5.28.0",
56
53
  "@typescript-eslint/eslint-plugin": "4.4.1",
57
- "drizzle-orm": "^0.9.8",
54
+ "drizzle-orm": "^0.9.10",
58
55
  "eslint": "^7.2.0",
59
56
  "eslint-config-airbnb": "18.2.1",
60
57
  "eslint-config-airbnb-typescript": "11.0.0",
@@ -64,9 +61,7 @@
64
61
  "eslint-plugin-react-hooks": "^1.7.0",
65
62
  "prettier": "^2.3.2",
66
63
  "source-map-loader": "^3.0.0",
67
- "ts-loader": "^9.2.3",
68
64
  "tsconfig-paths-webpack-plugin": "^3.5.1",
69
- "typescript": "^4.3.5",
70
65
  "webpack": "^5.42.0",
71
66
  "webpack-cli": "^4.7.2",
72
67
  "webpack-node-externals": "^3.0.0",