@yarn-tool/static-file 1.0.84 → 1.0.85

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,17 @@
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
+ ## [1.0.85](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@1.0.84...@yarn-tool/static-file@1.0.85) (2021-12-29)
7
+
8
+
9
+ ### 🔖 Miscellaneous
10
+
11
+ * . ([07e4c35](https://github.com/bluelovers/ws-yarn-workspaces/commit/07e4c3538ae75e01c6c275d64ddf80a05472a90b))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.0.84](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@1.0.83...@yarn-tool/static-file@1.0.84) (2021-12-27)
7
18
 
8
19
 
package/file/eslintignore CHANGED
@@ -24,3 +24,9 @@ bin/**/*
24
24
 
25
25
  *.tsbuildinfo
26
26
 
27
+ /_*/
28
+ /.pnp
29
+ /.next/
30
+ /out/
31
+ /build
32
+ /.*/
package/file/gitignore CHANGED
@@ -198,8 +198,8 @@ jest.config.js.map
198
198
  !npm-shrinkwrap.json
199
199
  *.stat
200
200
  .vercel
201
- /test/tsconfig.json.tpl
202
- /tsconfig.json.tpl
201
+ /test/*.tpl
202
+ /*.tpl
203
203
  /report.json
204
204
 
205
205
  .opt-in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarn-tool/static-file",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces#readme",
6
6
  "bugs": {
@@ -31,5 +31,5 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "00378bc6e02462695f4388c0607915787e011453"
34
+ "gitHead": "1e6163c54a28b6fcc9adba88f1b227707bc4634c"
35
35
  }