fs-stream-sync 2.0.5 → 2.0.6

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 +11 -0
  2. package/package.json +3 -3
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.6](https://github.com/bluelovers/ws-iconv/compare/fs-stream-sync@2.0.5...fs-stream-sync@2.0.6) (2021-12-06)
7
+
8
+
9
+ ### ♻️ Chores
10
+
11
+ * **deps:** update deps ([64ec271](https://github.com/bluelovers/ws-iconv/commit/64ec2718aaa422a5d8761198824886410200c47f))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.0.5](https://github.com/bluelovers/ws-iconv/compare/fs-stream-sync@2.0.4...fs-stream-sync@2.0.5) (2021-08-13)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fs-stream-sync",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "File System SyncWriteStream/SyncReadStream implementation from Node.js Core",
5
5
  "keywords": [
6
6
  "File System",
@@ -30,7 +30,7 @@
30
30
  "lib": "lib"
31
31
  },
32
32
  "scripts": {
33
- "test": "echo \"Error: no test specified\" && exit 1",
33
+ "test": "echo \"Error: no test specified\"",
34
34
  "prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run test",
35
35
  "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
36
36
  "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
@@ -41,5 +41,5 @@
41
41
  "@types/node": "*",
42
42
  "tslib": "^2.3.1"
43
43
  },
44
- "gitHead": "6a933ff0defe960b3393b95026ae65a18d024bf2"
44
+ "gitHead": "d191647544bb12e909dcbe181280d087666d4995"
45
45
  }