@sergdudko/objectstream 3.1.3 → 3.1.4

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
@@ -1,3 +1,8 @@
1
+ # 3.1.4 / 2023-11-04
2
+
3
+ ### :tada: Enhancements
4
+ - Updated dependencies: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, eslint-plugin-import, typedoc
5
+
1
6
  # 3.1.3 / 2023-10-11
2
7
 
3
8
  ## :tada: Enhancements
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @sergdudko/objectstream
2
2
 
3
- Creates a stream to convert json from string or convert json to drain. The stream is based on the incoming object stream.
3
+ Revolutionize Your JSON Handling with Streamlined Efficiency: Seamlessly Convert JSON from String or Transform JSON to Drain with this Powerful Stream Creation Tool. Harness the Power of Object Streams for Swift and Seamless Data Processing!
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@sergdudko/objectstream.svg)](https://www.npmjs.com/package/@sergdudko/objectstream)
6
6
  [![npm](https://img.shields.io/npm/dy/@sergdudko/objectstream.svg)](https://www.npmjs.com/package/@sergdudko/objectstream)
@@ -13,7 +13,7 @@ Creates a stream to convert json from string or convert json to drain. The strea
13
13
  ## INSTALL
14
14
 
15
15
  ```bash
16
- npm i @sergdudko/objectstream --save
16
+ npm i @sergdudko/objectstream --save
17
17
  ```
18
18
 
19
19
  ## DOCS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sergdudko/objectstream",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Creates a stream to convert json from string or convert json to string.",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -53,15 +53,15 @@
53
53
  "homepage": "https://siarheidudko.github.io/objectstream/index.html",
54
54
  "devDependencies": {
55
55
  "@types/node": "^20.8.4",
56
- "@typescript-eslint/eslint-plugin": "^6.7.5",
57
- "@typescript-eslint/parser": "^6.7.5",
58
- "eslint": "^8.51.0",
56
+ "@typescript-eslint/eslint-plugin": "^6.9.1",
57
+ "@typescript-eslint/parser": "^6.9.1",
58
+ "eslint": "^8.53.0",
59
59
  "eslint-config-prettier": "^9.0.0",
60
- "eslint-plugin-import": "^2.28.1",
60
+ "eslint-plugin-import": "^2.29.0",
61
61
  "lodash": "^4.17.21",
62
62
  "mocha": "^10.2.0",
63
63
  "nyc": "^15.1.0",
64
- "typedoc": "^0.25.2",
64
+ "typedoc": "^0.25.3",
65
65
  "typescript": "^5.2.2"
66
66
  },
67
67
  "engines": {