@yarn-tool/static-file 2.0.4 → 2.0.5

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
+ ## [2.0.5](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@2.0.4...@yarn-tool/static-file@2.0.5) (2022-08-25)
7
+
8
+
9
+
10
+ ### 🔖 Miscellaneous
11
+
12
+ * . ([e41ae72](https://github.com/bluelovers/ws-yarn-workspaces/commit/e41ae7243ba638952956984fbd582ded499a7f0b))
13
+ * . ([8e0574e](https://github.com/bluelovers/ws-yarn-workspaces/commit/8e0574e7e94ebb50a2335d6e0a74114e633812dc))
14
+
15
+
16
+
6
17
  ## [2.0.4](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@2.0.3...@yarn-tool/static-file@2.0.4) (2022-08-19)
7
18
 
8
19
 
package/file/npmignore CHANGED
@@ -35,10 +35,10 @@ node_modules
35
35
  /bin/**/*.d.cts
36
36
  /bin/*.d.cts
37
37
 
38
- !./src/**/*.ts
39
- !./src/**/*.cts
40
- !./src/**/*.mts
41
- !./src/**/*.tsx
38
+ !/src/**/*.ts
39
+ !/src/**/*.cts
40
+ !/src/**/*.mts
41
+ !/src/**/*.tsx
42
42
 
43
43
  /src/**/*.d.ts
44
44
  /src/**/*.js
@@ -0,0 +1,12 @@
1
+ // DO NOT EDIT THIS FILE
2
+ const { resolve } = require('path');
3
+
4
+ /**
5
+ * // @type { import('@jest/types').Config.InitialOptions }
6
+ * @type { import('ts-jest').InitialOptionsTsJest }
7
+ */
8
+ const jestConfig = {
9
+ preset: __dirname,
10
+ };
11
+
12
+ module.exports = jestConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarn-tool/static-file",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/static-file#readme",
6
6
  "bugs": {
@@ -31,5 +31,5 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "04b0e35bd37a6cbe152fd6564f0ec2439625270a"
34
+ "gitHead": "3484e0721f85ac8235922ab980cf60993cdcbcd9"
35
35
  }