fs-target-file 1.0.11 → 1.0.16

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 +67 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,73 @@
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.16](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.14...fs-target-file@1.0.16) (2022-08-11)
7
+
8
+
9
+ ### ♻️ Chores
10
+
11
+ * update jest.config.js ([520edae](https://github.com/bluelovers/ws-iconv/commit/520edae6273f468fb194a76486b80432b4d69758))
12
+
13
+
14
+ ### 📌 Dependencies
15
+
16
+ * update deps ([6443574](https://github.com/bluelovers/ws-iconv/commit/6443574492a2305365e4d063efe1959010ee67be))
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.0.15](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.14...fs-target-file@1.0.15) (2022-08-11)
23
+
24
+
25
+ ### 📌 Dependencies
26
+
27
+ * update deps ([6443574](https://github.com/bluelovers/ws-iconv/commit/6443574492a2305365e4d063efe1959010ee67be))
28
+
29
+
30
+
31
+
32
+
33
+ ## [1.0.14](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.13...fs-target-file@1.0.14) (2022-07-26)
34
+
35
+
36
+ ### 📌 Dependencies
37
+
38
+ * update deps ([03cef00](https://github.com/bluelovers/ws-iconv/commit/03cef00e69370e3353f352fa6f2d154c06bacce8))
39
+
40
+
41
+
42
+
43
+
44
+ ## [1.0.13](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.11...fs-target-file@1.0.13) (2022-05-11)
45
+
46
+
47
+ ### ♻️ Chores
48
+
49
+ * update deps ([8874ec0](https://github.com/bluelovers/ws-iconv/commit/8874ec0576dc65e55d6710c61a1dc67e3142fa8f))
50
+ * update deps ([c039e94](https://github.com/bluelovers/ws-iconv/commit/c039e942f8562c9fdbba4e8d50c19afc20cc687f))
51
+
52
+
53
+ ### 🔖 Miscellaneous
54
+
55
+ * . ([4c58dc2](https://github.com/bluelovers/ws-iconv/commit/4c58dc215688d2bab1fb69a3c63eae6a9ad3a683))
56
+
57
+
58
+
59
+
60
+
61
+ ## [1.0.12](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.11...fs-target-file@1.0.12) (2022-05-11)
62
+
63
+
64
+ ### ♻️ Chores
65
+
66
+ * update deps ([8874ec0](https://github.com/bluelovers/ws-iconv/commit/8874ec0576dc65e55d6710c61a1dc67e3142fa8f))
67
+ * update deps ([c039e94](https://github.com/bluelovers/ws-iconv/commit/c039e942f8562c9fdbba4e8d50c19afc20cc687f))
68
+
69
+
70
+
71
+
72
+
6
73
  ## [1.0.11](https://github.com/bluelovers/ws-iconv/compare/fs-target-file@1.0.8...fs-target-file@1.0.11) (2021-12-29)
7
74
 
8
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fs-target-file",
3
- "version": "1.0.11",
3
+ "version": "1.0.16",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/bluelovers/ws-iconv/tree/master/packages/fs-target-file#readme",
6
6
  "bugs": {
@@ -26,12 +26,12 @@
26
26
  "sort-package-json": "yarn-tool sort"
27
27
  },
28
28
  "dependencies": {
29
- "fs-extra": "^10.0.0",
30
- "ts-type": "^2.1.2",
31
- "tslib": "^2.3.1"
29
+ "fs-extra": "^10.1.0",
30
+ "ts-type": "^2.1.10",
31
+ "tslib": "^2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/fs-extra": "^9"
35
35
  },
36
- "gitHead": "5af510f708e5d8b9bbd54fe65bc8dc09f4079ac0"
36
+ "gitHead": "bdd77f3d3223bb5a9725c7cb591d1ddfa8bbd696"
37
37
  }