@yarn-tool/static-file 2.0.6 → 2.0.7

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
+ ## [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
+
8
+
9
+
10
+ ### 📌 Dependencies
11
+
12
+ * update deps ([9c67e20](https://github.com/bluelovers/ws-yarn-workspaces/commit/9c67e20ac4960ee2c98d89c448a2ea5a7495a3bf))
13
+
14
+
15
+
6
16
  ## [2.0.6](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@2.0.5...@yarn-tool/static-file@2.0.6) (2022-08-26)
7
17
 
8
18
 
package/file/gitignore CHANGED
@@ -1,7 +1,7 @@
1
1
  # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
2
 
3
3
  # dependencies
4
- /node_modules
4
+ node_modules
5
5
  /.pnp
6
6
  .pnp.js
7
7
 
package/file/npmignore CHANGED
@@ -90,6 +90,7 @@ tsconfig.esm.json.tpl
90
90
  .mocharc.yml
91
91
  jest.config.js
92
92
  jest.config.*
93
+ /jest-preset.*
93
94
  /report.*.json
94
95
  now.json
95
96
  /Makefile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarn-tool/static-file",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/static-file#readme",
6
6
  "bugs": {
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "150365d3846067505842c6503564abe98ebe508d"
37
+ "gitHead": "e7aec5c1c202bac1026b9117bcb8ee18b9188916"
38
38
  }