@graphql-eslint/eslint-plugin 3.20.0-alpha-20230703155329-a20556f → 3.20.0-alpha-20230704093543-0a20572

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "3.20.0-alpha-20230703155329-a20556f",
3
+ "version": "3.20.0-alpha-20230704093543-0a20572",
4
4
  "description": "GraphQL plugin for ESLint",
5
5
  "repository": "https://github.com/B2o5T/graphql-eslint",
6
6
  "author": "Dotan Simha <dotansimha@gmail.com>",
@@ -14,20 +14,20 @@
14
14
  "./package.json": "./package.json",
15
15
  ".": {
16
16
  "require": {
17
- "types": "./typings/index.d.ts",
17
+ "types": "./cjs/index.d.ts",
18
18
  "default": "./cjs/index.js"
19
19
  },
20
20
  "import": {
21
- "types": "./typings/index.d.mts",
21
+ "types": "./esm/index.d.mts",
22
22
  "default": "./esm/index.js"
23
23
  },
24
24
  "default": {
25
- "types": "./typings/index.d.mts",
25
+ "types": "./esm/index.d.mts",
26
26
  "default": "./esm/index.js"
27
27
  }
28
28
  }
29
29
  },
30
- "typings": "typings/index.d.mts",
30
+ "typings": "esm/index.d.mts",
31
31
  "keywords": [
32
32
  "eslint",
33
33
  "eslintplugin",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "sideEffects": false,
58
58
  "typescript": {
59
- "definition": "typings/index.d.ts"
59
+ "definition": "cjs/index.d.ts"
60
60
  },
61
61
  "scripts": {
62
62
  "build": "tsup"