@knotx/eslint-config 0.0.0 → 0.0.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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+ # @knotx/eslint-config
2
+
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 37e710d: cli playground
8
+ - Updated dependencies [37e710d]
9
+ - @knotx/typescript-config@0.0.2
10
+
11
+ ## 0.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 5d5d826: ci publish retry
16
+ - f4c63a1: remove utils dependency
17
+ - 7f87693: first release
18
+ - Updated dependencies [5d5d826]
19
+ - Updated dependencies [f4c63a1]
20
+ - Updated dependencies [7f87693]
21
+ - @knotx/typescript-config@0.0.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/eslint-config",
3
3
  "type": "module",
4
- "version": "0.0.0",
4
+ "version": "0.0.2",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -12,6 +12,6 @@
12
12
  "module": "./index.js",
13
13
  "dependencies": {
14
14
  "@antfu/eslint-config": "^4.11.0",
15
- "@knotx/typescript-config": "0.0.0"
15
+ "@knotx/typescript-config": "0.0.2"
16
16
  }
17
17
  }