@pipelab/tsconfig 1.0.0-beta.0 → 1.0.0-beta.10

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/.oxfmtrc.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "ignorePatterns": ["dist", "out", "node_modules", "bin", "**/*.d.ts"]
3
+ }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,65 @@
1
1
  # @pipelab/tsconfig
2
2
 
3
+ ## 1.0.0-beta.10
4
+
5
+ ### Patch Changes
6
+
7
+ - s
8
+
9
+ ## 1.0.0-beta.9
10
+
11
+ ### Patch Changes
12
+
13
+ - fg
14
+
15
+ ## 1.0.0-beta.8
16
+
17
+ ### Patch Changes
18
+
19
+ - changes
20
+
21
+ ## 1.0.0-beta.7
22
+
23
+ ### Patch Changes
24
+
25
+ - bump
26
+
27
+ ## 1.0.0-beta.6
28
+
29
+ ### Patch Changes
30
+
31
+ - fixes
32
+
33
+ ## 1.0.0-beta.5
34
+
35
+ ### Patch Changes
36
+
37
+ - bump
38
+
39
+ ## 1.0.0-beta.4
40
+
41
+ ### Patch Changes
42
+
43
+ - beta tag
44
+
45
+ ## 1.0.0-beta.3
46
+
47
+ ### Patch Changes
48
+
49
+ - bump
50
+
51
+ ## 1.0.0-beta.2
52
+
53
+ ### Patch Changes
54
+
55
+ - update
56
+
57
+ ## 1.0.0-beta.1
58
+
59
+ ### Patch Changes
60
+
61
+ - general improvements
62
+
3
63
  ## 1.0.0-beta.0
4
64
 
5
65
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelab/tsconfig",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.10",
4
4
  "private": false,
5
5
  "description": "Shared TypeScript configurations for Pipelab",
6
6
  "license": "FSL-1.1-MIT",