@yarn-tool/static-file 2.0.7 → 2.0.8

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
+ ## [2.0.8](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@2.0.7...@yarn-tool/static-file@2.0.8) (2022-09-06)
7
+
8
+
9
+
10
+ ### 📚 Documentation
11
+
12
+ * add directory ([442a552](https://github.com/bluelovers/ws-yarn-workspaces/commit/442a55232619f7fe2b9bad6f8eccfffc4f8f47d2))
13
+
14
+
15
+ ### 📌 Dependencies
16
+
17
+ * update deps ([aeb5e41](https://github.com/bluelovers/ws-yarn-workspaces/commit/aeb5e416e8ea6c7d37ed7d38fedd6ff5c8c371df))
18
+
19
+
20
+ ### 🔖 Miscellaneous
21
+
22
+ * . ([3a7fdc9](https://github.com/bluelovers/ws-yarn-workspaces/commit/3a7fdc924ada93b1d0ac0160f8d77e46ff060588))
23
+
24
+
25
+
6
26
  ## [2.0.7](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@2.0.6...@yarn-tool/static-file@2.0.7) (2022-08-28)
7
27
 
8
28
 
package/file/gitignore CHANGED
@@ -220,3 +220,4 @@ dist/*.umd.*.*s
220
220
  /__root_ws.js
221
221
 
222
222
  !/.yarnrc.yml
223
+ .turbo
package/file/npmignore CHANGED
@@ -136,3 +136,4 @@ bin/tsconfig.json
136
136
  bin/tsconfig.*.json
137
137
 
138
138
  .yarnrc.yml
139
+ .turbo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarn-tool/static-file",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/static-file#readme",
6
6
  "bugs": {
@@ -8,7 +8,8 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git"
11
+ "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git",
12
+ "directory": "packages/@yarn-tool/static-file"
12
13
  },
13
14
  "license": "ISC",
14
15
  "author": "",
@@ -29,10 +30,10 @@
29
30
  },
30
31
  "dependencies": {
31
32
  "fs-extra": "^10.1.0",
32
- "tslib": "^2"
33
+ "tslib": ">=2"
33
34
  },
34
35
  "publishConfig": {
35
36
  "access": "public"
36
37
  },
37
- "gitHead": "e7aec5c1c202bac1026b9117bcb8ee18b9188916"
38
+ "gitHead": "fccc2913440df31b04f2971e479fbe1d4c3a7a0c"
38
39
  }