@knotx/eslint-config 0.2.1 → 0.2.2

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 (2) hide show
  1. package/CHANGELOG.md +8 -71
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,80 +1,17 @@
1
1
  # @knotx/eslint-config
2
2
 
3
- ## 0.2.1
4
-
5
- ### Patch Changes
6
-
7
- - 2ffd3c5: restart 0.2.0
8
- - Updated dependencies [2ffd3c5]
9
- - @knotx/typescript-config@0.2.1
10
-
11
- ## 0.1.0
12
-
13
- ### Minor Changes
14
-
15
- - fea0aa1: remove type module field
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies [fea0aa1]
20
- - @knotx/typescript-config@0.1.0
21
-
22
- ## 0.0.7
23
-
24
- ### Patch Changes
25
-
26
- - 0d47d4d: support pluginConfig
27
- - Updated dependencies [0d47d4d]
28
- - @knotx/typescript-config@0.0.7
29
-
30
- ## 0.0.6
31
-
32
- ### Patch Changes
33
-
34
- - b9c0dd0: daily publish
35
- - Updated dependencies [b9c0dd0]
36
- - @knotx/typescript-config@0.0.6
37
-
38
- ## 0.0.5
39
-
40
- ### Patch Changes
41
-
42
- - 7d77292: daily build
43
- - Updated dependencies [7d77292]
44
- - @knotx/typescript-config@0.0.5
45
-
46
- ## 0.0.4
3
+ ## 0.2.2
47
4
 
48
5
  ### Patch Changes
49
6
 
50
- - 84c19ac: daily upgrade
51
- - Updated dependencies [84c19ac]
52
- - @knotx/typescript-config@0.0.4
53
-
54
- ## 0.0.3
55
-
56
- ### Patch Changes
7
+ - 82d596c: .mjs to .js
8
+ - Updated dependencies [82d596c]
9
+ - @knotx/typescript-config@0.2.2
57
10
 
58
- - f3d58bd: registry setting
59
- - Updated dependencies [f3d58bd]
60
- - @knotx/typescript-config@0.0.3
61
-
62
- ## 0.0.2
63
-
64
- ### Patch Changes
65
-
66
- - 37e710d: cli playground
67
- - Updated dependencies [37e710d]
68
- - @knotx/typescript-config@0.0.2
69
-
70
- ## 0.0.1
11
+ ## 0.2.1
71
12
 
72
13
  ### Patch Changes
73
14
 
74
- - 5d5d826: ci publish retry
75
- - f4c63a1: remove utils dependency
76
- - 7f87693: first release
77
- - Updated dependencies [5d5d826]
78
- - Updated dependencies [f4c63a1]
79
- - Updated dependencies [7f87693]
80
- - @knotx/typescript-config@0.0.1
15
+ - 2ffd3c5: restart 0.2.0
16
+ - Updated dependencies [2ffd3c5]
17
+ - @knotx/typescript-config@0.2.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/eslint-config",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -16,6 +16,6 @@
16
16
  "module": "./index.js",
17
17
  "dependencies": {
18
18
  "@antfu/eslint-config": "^4.11.0",
19
- "@knotx/typescript-config": "0.2.1"
19
+ "@knotx/typescript-config": "0.2.2"
20
20
  }
21
21
  }