@bluelovers/fs-json 1.0.9 → 1.0.10

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 +16 -0
  2. package/package.json +7 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.10](https://github.com/bluelovers/ws-iconv/compare/@bluelovers/fs-json@1.0.9...@bluelovers/fs-json@1.0.10) (2022-09-28)
7
+
8
+
9
+
10
+ ### 🚨 Tests
11
+
12
+ * **snap:** update snapshot ([50c9082](https://github.com/bluelovers/ws-iconv/commit/50c90823b7b65aa3f10f14b771327e81f0905f6e))
13
+
14
+
15
+ ### 🔖 Miscellaneous
16
+
17
+ * . ([dceda31](https://github.com/bluelovers/ws-iconv/commit/dceda31798222a650c62f9bd688b9fa55b915cc7))
18
+ * . ([d63dc4f](https://github.com/bluelovers/ws-iconv/commit/d63dc4f45321ac9d9f2811a1565ade6aaff0ffe1))
19
+
20
+
21
+
6
22
  ## [1.0.9](https://github.com/bluelovers/ws-iconv/compare/@bluelovers/fs-json@1.0.7...@bluelovers/fs-json@1.0.9) (2022-08-11)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluelovers/fs-json",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "stringify with final EOL",
5
5
  "keywords": [
6
6
  "create-by-yarn-tool"
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "git+https://github.com/bluelovers/ws-iconv.git"
14
+ "url": "git+https://github.com/bluelovers/ws-iconv.git",
15
+ "directory": "packages/@bluelovers/fs-json"
15
16
  },
16
17
  "license": "ISC",
17
18
  "author": "bluelovers",
@@ -21,7 +22,10 @@
21
22
  "lint": "ynpx --quiet eslint -- **/*.ts",
22
23
  "test": "jest --passWithNoTests",
23
24
  "test:jest": "jest --passWithNoTests",
25
+ "test:jest:snapshot": "yarn run test:jest -- -u",
24
26
  "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
27
+ "test:snapshot": "yarn run test -- -u",
28
+ "test:tsd": "ynpx tsd",
25
29
  "test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests",
26
30
  "build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner & echo build:dts",
27
31
  "build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
@@ -51,5 +55,5 @@
51
55
  "publishConfig": {
52
56
  "access": "public"
53
57
  },
54
- "gitHead": "bdd77f3d3223bb5a9725c7cb591d1ddfa8bbd696"
58
+ "gitHead": "c54b78be7ae362b781aab2b56fde91a129da893f"
55
59
  }