@knotx/typescript-config 0.2.1 → 0.2.3

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/CHANGELOG.md CHANGED
@@ -1,57 +1,19 @@
1
1
  # @knotx/typescript-config
2
2
 
3
- ## 0.2.1
4
-
5
- ### Patch Changes
6
-
7
- - 2ffd3c5: restart 0.2.0
8
-
9
- ## 0.1.0
10
-
11
- ### Minor Changes
12
-
13
- - fea0aa1: remove type module field
14
-
15
- ## 0.0.7
3
+ ## 0.2.3
16
4
 
17
5
  ### Patch Changes
18
6
 
19
- - 0d47d4d: support pluginConfig
7
+ - 3fc0f0b: build config change
20
8
 
21
- ## 0.0.6
9
+ ## 0.2.2
22
10
 
23
11
  ### Patch Changes
24
12
 
25
- - b9c0dd0: daily publish
26
-
27
- ## 0.0.5
28
-
29
- ### Patch Changes
30
-
31
- - 7d77292: daily build
32
-
33
- ## 0.0.4
13
+ - 82d596c: .mjs to .js
34
14
 
35
- ### Patch Changes
36
-
37
- - 84c19ac: daily upgrade
38
-
39
- ## 0.0.3
40
-
41
- ### Patch Changes
42
-
43
- - f3d58bd: registry setting
44
-
45
- ## 0.0.2
46
-
47
- ### Patch Changes
48
-
49
- - 37e710d: cli playground
50
-
51
- ## 0.0.1
15
+ ## 0.2.1
52
16
 
53
17
  ### Patch Changes
54
18
 
55
- - 5d5d826: ci publish retry
56
- - f4c63a1: remove utils dependency
57
- - 7f87693: first release
19
+ - 2ffd3c5: restart 0.2.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/typescript-config",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "publishConfig": {
File without changes