@pipelab/tsconfig 1.0.1-beta.19 → 1.0.1-beta.22

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,5 +1,23 @@
1
1
  # @pipelab/tsconfig
2
2
 
3
+ ## 1.0.1-beta.22
4
+
5
+ ### Patch Changes
6
+
7
+ - xwc
8
+
9
+ ## 1.0.1-beta.21
10
+
11
+ ### Patch Changes
12
+
13
+ - sdsd
14
+
15
+ ## 1.0.1-beta.20
16
+
17
+ ### Patch Changes
18
+
19
+ - gf
20
+
3
21
  ## 1.0.1-beta.19
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "@pipelab/tsconfig",
3
- "version": "1.0.1-beta.19",
3
+ "version": "1.0.1-beta.22",
4
4
  "private": false,
5
5
  "description": "Shared TypeScript configurations for Pipelab",
6
6
  "license": "FSL-1.1-MIT",
7
7
  "author": "CynToolkit",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/CynToolkit/pipelab.git",
11
+ "directory": "packages/tsconfig"
12
+ },
8
13
  "publishConfig": {
9
14
  "access": "public"
10
15
  },
@@ -1,7 +0,0 @@
1
-
2
-
3
- > @pipelab/tsconfig@1.0.1-beta.4 lint /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/tsconfig
4
- > oxlint .
5
-
6
- Found 0 warnings and 0 errors.
7
- Finished in 24ms on 0 files with 93 rules using 16 threads.