@xylabs/ts-scripts-yarn3 7.4.22 → 7.4.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/ts-scripts-yarn3",
3
- "version": "7.4.22",
3
+ "version": "7.4.24",
4
4
  "description": "TypeScript project scripts",
5
5
  "keywords": [
6
6
  "xylabs",
@@ -93,7 +93,7 @@
93
93
  "@types/parse-git-config": "~3.0.4",
94
94
  "@types/picomatch": "~4.0.2",
95
95
  "@types/yargs": "~17.0.35",
96
- "@xylabs/tsconfig": "~7.4.22",
96
+ "@xylabs/tsconfig": "~7.4.24",
97
97
  "esbuild": "0.27.3",
98
98
  "types-package-json": "~2.0.39",
99
99
  "typescript": "~5.9.3",
@@ -2,11 +2,17 @@
2
2
  /build
3
3
  /dist
4
4
  /docs
5
+ /storybook-static
5
6
 
6
7
  # Build outputs (packages)
7
8
  packages/*/build
8
9
  packages/*/dist
9
10
  packages/*/docs
11
+ packages/*/storybook-static
12
+
13
+ # Coverage
14
+ /coverage
15
+ packages/*/coverage
10
16
 
11
17
  # TypeScript
12
18
  *.tsbuildinfo
@@ -14,6 +20,11 @@ packages/*/docs
14
20
  # Logs
15
21
  *.log
16
22
 
23
+ # Environment
24
+ .env
25
+ .env.*
26
+ !.env.example
27
+
17
28
  # OS
18
29
  .DS_Store
19
30