@yarn-tool/static-file 3.0.10 → 3.0.12

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,26 @@
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.12](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@3.0.11...@yarn-tool/static-file@3.0.12) (2026-03-10)
7
+
8
+
9
+
10
+ ### 📚 Documentation
11
+
12
+ * **node-modules:** 增強套件文檔並添加雙語註釋 ([8ed3d90](https://github.com/bluelovers/ws-yarn-workspaces/commit/8ed3d90aa331edbc4d77be19ff408b4ef5142ec2))
13
+
14
+
15
+
16
+ ## [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)
17
+
18
+
19
+
20
+ ### ♻️ Chores
21
+
22
+ * **detect-package-manager:** 新增 `.nx` 到 .gitignore ([eddc452](https://github.com/bluelovers/ws-yarn-workspaces/commit/eddc452f1e047a79fa05baefeaede97c5df36741))
23
+
24
+
25
+
6
26
  ## [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)
7
27
 
8
28
  **Note:** Version bump only for package @yarn-tool/static-file
package/file/gitignore CHANGED
@@ -241,3 +241,5 @@ test/fixtures/.gitkeep
241
241
  !.claude
242
242
  !.agents
243
243
  !.aiassistant
244
+
245
+ .nx
@@ -18,6 +18,9 @@ publicHoistPattern:
18
18
 
19
19
  linkWorkspacePackages: true
20
20
  saveWorkspaceProtocol: false
21
+ # 設定決定了 當依賴版本重疊時,pnpm 該優先用「本地程式碼」還是「線上版本」。
22
+ preferWorkspacePackages: true
23
+
21
24
  # ignoreWorkspaceRootCheck: true
22
25
 
23
26
  # onlyBuiltDependencies: []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarn-tool/static-file",
3
- "version": "3.0.10",
3
+ "version": "3.0.12",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/static-file#readme",
6
6
  "bugs": {
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "ca3fae2bbdf31ed1ce9bab14793912026200767e"
41
+ "gitHead": "b61a22288b5bbc24ba9ce0acf86b998c9785f6b6"
42
42
  }