@yarn-tool/static-file 3.0.11 → 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,16 @@
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
+
6
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)
7
17
 
8
18
 
@@ -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.11",
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": "73804da54e39cd8250f1dec1e1a35f72acdecfc3"
41
+ "gitHead": "b61a22288b5bbc24ba9ce0acf86b998c9785f6b6"
42
42
  }