@yarn-tool/static-file 3.0.6 → 3.0.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/CHANGELOG.md CHANGED
@@ -3,6 +3,65 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.11](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.10...@yarn-tool/static-file@3.0.11) (2026-03-09)
7
+
8
+
9
+
10
+ ### ♻️ Chores
11
+
12
+ * **detect-package-manager:** 新增 `.nx` 到 .gitignore ([eddc452](https://github.com/bluelovers/ws-yarn-workspaces/commit/eddc452f1e047a79fa05baefeaede97c5df36741))
13
+
14
+
15
+
16
+ ## [3.0.10](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.9...@yarn-tool/static-file@3.0.10) (2026-03-09)
17
+
18
+ **Note:** Version bump only for package @yarn-tool/static-file
19
+
20
+
21
+
22
+
23
+
24
+ ## [3.0.9](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.6...@yarn-tool/static-file@3.0.9) (2026-03-09)
25
+
26
+
27
+
28
+ ### ♻️ Chores
29
+
30
+ * **deps:** 更新 monorepo 依賴版本 ([e44dff2](https://github.com/bluelovers/ws-yarn-workspaces/commit/e44dff29d5d6b7eb7c77acb8414e73f70feff649))
31
+
32
+
33
+ ### 🔖 Miscellaneous
34
+
35
+ * . ([385c013](https://github.com/bluelovers/ws-yarn-workspaces/commit/385c0135c0ed714ef3d1daf053a0072fc1433f47))
36
+ * . ([cae7515](https://github.com/bluelovers/ws-yarn-workspaces/commit/cae7515d4a8befe93ca0baee8f6aeb9ae7cbad79))
37
+
38
+
39
+
40
+ ## [3.0.8](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.6...@yarn-tool/static-file@3.0.8) (2026-03-09)
41
+
42
+
43
+
44
+ ### ♻️ Chores
45
+
46
+ * **deps:** 更新 monorepo 依賴版本 ([e44dff2](https://github.com/bluelovers/ws-yarn-workspaces/commit/e44dff29d5d6b7eb7c77acb8414e73f70feff649))
47
+
48
+
49
+ ### 🔖 Miscellaneous
50
+
51
+ * . ([cae7515](https://github.com/bluelovers/ws-yarn-workspaces/commit/cae7515d4a8befe93ca0baee8f6aeb9ae7cbad79))
52
+
53
+
54
+
55
+ ## [3.0.7](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.6...@yarn-tool/static-file@3.0.7) (2026-03-08)
56
+
57
+
58
+
59
+ ### ♻️ Chores
60
+
61
+ * **deps:** 更新 monorepo 依賴版本 ([e44dff2](https://github.com/bluelovers/ws-yarn-workspaces/commit/e44dff29d5d6b7eb7c77acb8414e73f70feff649))
62
+
63
+
64
+
6
65
  ## [3.0.6](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.5...@yarn-tool/static-file@3.0.6) (2026-03-04)
7
66
 
8
67
 
package/file/gitignore CHANGED
@@ -241,3 +241,5 @@ test/fixtures/.gitkeep
241
241
  !.claude
242
242
  !.agents
243
243
  !.aiassistant
244
+
245
+ .nx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarn-tool/static-file",
3
- "version": "3.0.6",
3
+ "version": "3.0.11",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/static-file#readme",
6
6
  "bugs": {
@@ -32,11 +32,11 @@
32
32
  "tsc:showConfig": "ynpx get-current-tsconfig -p"
33
33
  },
34
34
  "dependencies": {
35
- "fs-extra": "^11.3.3",
35
+ "fs-extra": "^11.3.4",
36
36
  "tslib": ">=2"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "c4f430d52167892d911abbb9af9ef6d80e2355da"
41
+ "gitHead": "73804da54e39cd8250f1dec1e1a35f72acdecfc3"
42
42
  }
package/file/.gitignore DELETED
@@ -1,10 +0,0 @@
1
- __root_ws.js
2
- __root_ws.d.ts
3
- __root.js
4
- __root.d.ts
5
- temp.js
6
- temp.d.ts
7
- index.cjs
8
- index.d.cts
9
- index.mjs
10
- index.d.mts