@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 +5 -0
- package/README.md +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @sergdudko/objectstream
|
|
2
2
|
|
|
3
|
-
|
|
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
|
[](https://www.npmjs.com/package/@sergdudko/objectstream)
|
|
6
6
|
[](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
|
-
|
|
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
|
+
"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.
|
|
57
|
-
"@typescript-eslint/parser": "^6.
|
|
58
|
-
"eslint": "^8.
|
|
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.
|
|
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.
|
|
64
|
+
"typedoc": "^0.25.3",
|
|
65
65
|
"typescript": "^5.2.2"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|