eslint-plugin-drizzle 0.2.3-fff21fc → 1.0.0-beta.2-e93475f

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 CHANGED
@@ -1,37 +1,38 @@
1
1
  {
2
- "name": "eslint-plugin-drizzle",
3
- "version": "0.2.3-fff21fc",
4
- "description": "Eslint plugin for drizzle users to avoid common pitfalls",
5
- "main": "src/index.js",
6
- "scripts": {
7
- "test": "vitest run",
8
- "build": "tsc -b && pnpm cpy readme.md dist/",
9
- "pack": "(cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
10
- "publish": "npm publish package.tgz"
11
- },
12
- "keywords": [
13
- "eslint",
14
- "eslintplugin",
15
- "eslint-plugin",
16
- "drizzle"
17
- ],
18
- "author": "Drizzle Team",
19
- "repository": {
20
- "type": "git",
21
- "url": "git+https://github.com/drizzle-team/drizzle-orm/tree/main/eslint-plugin-drizzle.git"
22
- },
23
- "license": "Apache-2.0",
24
- "devDependencies": {
25
- "@types/node": "^20.10.1",
26
- "@typescript-eslint/parser": "^6.10.0",
27
- "@typescript-eslint/rule-tester": "^6.10.0",
28
- "@typescript-eslint/utils": "^6.10.0",
29
- "cpy-cli": "^5.0.0",
30
- "eslint": "^8.53.0",
31
- "typescript": "^5.2.2",
32
- "vitest": "^0.34.6"
33
- },
34
- "peerDependencies": {
35
- "eslint": ">=8.0.0"
36
- }
2
+ "name": "eslint-plugin-drizzle",
3
+ "version": "1.0.0-beta.2-e93475f",
4
+ "description": "Eslint plugin for drizzle users to avoid common pitfalls",
5
+ "main": "src/index.js",
6
+ "scripts": {
7
+ "test": "vitest run",
8
+ "build:artifact": "pnpm run build",
9
+ "build": "tsc -b && pnpm cpy readme.md dist/",
10
+ "pack": "(cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
11
+ "pack:artifact": "pnpm run pack",
12
+ "publish": "npm publish package.tgz"
13
+ },
14
+ "keywords": [
15
+ "eslint",
16
+ "eslintplugin",
17
+ "eslint-plugin",
18
+ "drizzle"
19
+ ],
20
+ "author": "Drizzle Team",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/drizzle-team/drizzle-orm/tree/main/eslint-plugin-drizzle.git"
24
+ },
25
+ "license": "Apache-2.0",
26
+ "devDependencies": {
27
+ "@types/node": "^20.10.1",
28
+ "@typescript-eslint/parser": "^6.10.0",
29
+ "@typescript-eslint/rule-tester": "^6.10.0",
30
+ "@typescript-eslint/utils": "^6.10.0",
31
+ "cpy-cli": "^5.0.0",
32
+ "eslint": "^8.53.0",
33
+ "typescript": "^5.9.2"
34
+ },
35
+ "peerDependencies": {
36
+ "eslint": ">=8.0.0"
37
+ }
37
38
  }
@@ -0,0 +1 @@
1
+ {"root":["../src/enforce-delete-with-where.ts","../src/enforce-update-with-where.ts","../src/index.ts","../src/configs/all.ts","../src/configs/recommended.ts","../src/utils/ast.ts","../src/utils/options.ts","../package.json"],"version":"5.9.3"}