fs-target-file 1.0.16 → 1.0.19

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +7 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
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.19](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.18...fs-target-file@1.0.19) (2022-09-29)
7
+
8
+
9
+
10
+ ### 🔖 Miscellaneous
11
+
12
+ * . ([e7f81ac](https://github.com/bluelovers/ws-iconv/commit/e7f81acfe8c1a40cd6e9092b4bcf7b32ed92c062))
13
+
14
+
15
+
16
+ ## [1.0.18](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.17...fs-target-file@1.0.18) (2022-09-29)
17
+
18
+
19
+
20
+ ### 🔖 Miscellaneous
21
+
22
+ * . ([a0a4d4a](https://github.com/bluelovers/ws-iconv/commit/a0a4d4a7d220fdf76dae7cdcb77b1d40da5e1b62))
23
+
24
+
25
+
26
+ ## [1.0.17](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.16...fs-target-file@1.0.17) (2022-09-28)
27
+
28
+
29
+
30
+ ### 🚨 Tests
31
+
32
+ * **snap:** update snapshot ([50c9082](https://github.com/bluelovers/ws-iconv/commit/50c90823b7b65aa3f10f14b771327e81f0905f6e))
33
+
34
+
35
+ ### 🔖 Miscellaneous
36
+
37
+ * . ([dceda31](https://github.com/bluelovers/ws-iconv/commit/dceda31798222a650c62f9bd688b9fa55b915cc7))
38
+ * . ([d63dc4f](https://github.com/bluelovers/ws-iconv/commit/d63dc4f45321ac9d9f2811a1565ade6aaff0ffe1))
39
+
40
+
41
+
6
42
  ## [1.0.16](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.14...fs-target-file@1.0.16) (2022-08-11)
7
43
 
8
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fs-target-file",
3
- "version": "1.0.16",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/bluelovers/ws-iconv/tree/master/packages/fs-target-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-iconv.git"
11
+ "url": "git+https://github.com/bluelovers/ws-iconv.git",
12
+ "directory": "packages/fs-target-file"
12
13
  },
13
14
  "license": "ISC",
14
15
  "author": "bluelovers",
@@ -17,7 +18,10 @@
17
18
  "lint": "ynpx --quiet eslint -- **/*.ts",
18
19
  "test": "echo \"Error: no test specified\"",
19
20
  "test:jest": "ynpx --quiet jest -- --coverage --passWithNoTests",
21
+ "test:jest:snapshot": "yarn run test:jest -- -u",
20
22
  "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
23
+ "test:snapshot": "yarn run test -- -u",
24
+ "test:tsd": "ynpx tsd",
21
25
  "preversion": "yarn run prepublishOnly:check-bin && yarn run test",
22
26
  "prepublishOnly": "echo prepublishOnly",
23
27
  "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
@@ -33,5 +37,5 @@
33
37
  "devDependencies": {
34
38
  "@types/fs-extra": "^9"
35
39
  },
36
- "gitHead": "bdd77f3d3223bb5a9725c7cb591d1ddfa8bbd696"
40
+ "gitHead": "c6680f7c084728d02ff2512a33beb3c0dd54df39"
37
41
  }