node-persist-manager 2.0.2-dev-20260327-af13e76 → 2.0.2-dev-20260410-e06b0a4

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
@@ -6,6 +6,29 @@ 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-04-10
10
+
11
+ ### Changed
12
+
13
+ - [package]: Update dependencies.
14
+ - [package]: Update actions versions in workflows.
15
+ - [package]: Bump package to `automator` v.3.1.4.
16
+ - [package]: Bump `typescript` to v.6.0.2.
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.
20
+ - [package]: Add `type checking` script for Jest tests.
21
+ - [package]: Add `CODE_OF_CONDUCT.md`.
22
+ - [package]: Add `@eslint/json`.
23
+ - [package]: Add `@eslint/markdown`.
24
+ - [package]: Add `CONTRIBUTING.md`.
25
+ - [package]: Add `STYLEGUIDE.md`.
26
+ - [package]: Replace `eslint-plugin-import` with `eslint-plugin-simple-import-sort`.
27
+ - [devcontainer]: Update `Dev Container` configuration.
28
+ - [devcontainer]: Add `postStartCommand` to the Dev Container configuration.
29
+
30
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
31
+
9
32
  ## [2.0.1] - 2026-02-16
10
33
 
11
34
  ### Changed
package/README.md CHANGED
@@ -5,10 +5,10 @@
5
5
  ![Node.js CI](https://github.com/Luligu/node-persist-manager/actions/workflows/build.yml/badge.svg)
6
6
  ![CodeQL](https://github.com/Luligu/node-persist-manager/actions/workflows/codeql.yml/badge.svg)
7
7
  [![codecov](https://codecov.io/gh/Luligu/node-persist-manager/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/node-persist-manager)
8
- [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
9
- [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
8
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://prettier.io/)
9
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://eslint.org/)
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
11
- [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
11
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
12
12
 
13
13
  ---
14
14
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "node-persist-manager",
3
- "version": "2.0.2-dev-20260327-af13e76",
3
+ "version": "2.0.2-dev-20260410-e06b0a4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "node-persist-manager",
9
- "version": "2.0.2-dev-20260327-af13e76",
9
+ "version": "2.0.2-dev-20260410-e06b0a4",
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-dev-20260327-af13e76",
3
+ "version": "2.0.2-dev-20260410-e06b0a4",
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
- "typescript": "6.0.2",
50
- "eslint": "10.1.0",
49
+ "eslint": "10.2.0",
51
50
  "@eslint/js": "10.0.1"
52
51
  }
53
52
  }