@pipelab/tsconfig 1.0.0-beta.1 → 1.0.0-beta.11

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