node-persist-manager 2.0.2-dev-20260328-efa439d → 2.0.2
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 +4 -3
- package/README.md +3 -3
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
6
6
|
|
|
7
7
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
8
8
|
|
|
9
|
-
## [2.0.2] - 2026-
|
|
9
|
+
## [2.0.2] - 2026-04-10
|
|
10
10
|
|
|
11
11
|
### Changed
|
|
12
12
|
|
|
@@ -14,8 +14,9 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
14
14
|
- [package]: Update actions versions in workflows.
|
|
15
15
|
- [package]: Bump package to `automator` v.3.1.4.
|
|
16
16
|
- [package]: Bump `typescript` to v.6.0.2.
|
|
17
|
-
- [package]: Bump `typescript-eslint` to v.8.
|
|
18
|
-
- [package]: Bump `eslint` to v.10.
|
|
17
|
+
- [package]: Bump `typescript-eslint` to v.8.58.1.
|
|
18
|
+
- [package]: Bump `eslint` to v.10.2.0.
|
|
19
|
+
- [package]: Bump `prettier` to v.3.8.2.
|
|
19
20
|
- [package]: Add `type checking` script for Jest tests.
|
|
20
21
|
- [package]: Add `CODE_OF_CONDUCT.md`.
|
|
21
22
|
- [package]: Add `@eslint/json`.
|
package/README.md
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|

|
|
6
6
|

|
|
7
7
|
[](https://codecov.io/gh/Luligu/node-persist-manager)
|
|
8
|
-
[](https://
|
|
9
|
-
[](https://
|
|
8
|
+
[](https://prettier.io/)
|
|
9
|
+
[](https://eslint.org/)
|
|
10
10
|
[](https://www.typescriptlang.org/)
|
|
11
|
-
[](https://nodejs.org/
|
|
11
|
+
[](https://nodejs.org/)
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-persist-manager",
|
|
3
|
-
"version": "2.0.2
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "node-persist-manager",
|
|
9
|
-
"version": "2.0.2
|
|
9
|
+
"version": "2.0.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-persist": "4.0.4"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-persist-manager",
|
|
3
|
-
"version": "2.0.2
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Asyncronous Node.js storage manager in type script",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,8 +46,7 @@
|
|
|
46
46
|
"node-persist": "4.0.4"
|
|
47
47
|
},
|
|
48
48
|
"overrides": {
|
|
49
|
-
"
|
|
50
|
-
"eslint": "10.1.0",
|
|
49
|
+
"eslint": "10.2.0",
|
|
51
50
|
"@eslint/js": "10.0.1"
|
|
52
51
|
}
|
|
53
52
|
}
|