node-persist-manager 2.1.0-dev-20260617-3224082 → 2.1.0

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
@@ -22,7 +22,7 @@ If you like this project and find it useful, please consider giving it a star on
22
22
 
23
23
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
24
24
 
25
- ## [2.1.0] - Dev branch
25
+ ## [2.1.0] - 2026-06-20
26
26
 
27
27
  ### Breaking changes
28
28
 
@@ -36,29 +36,29 @@ If you like this project and find it useful, please consider giving it a star on
36
36
  ### Changed
37
37
 
38
38
  - [package]: Update dependencies.
39
- - [package]: Bump package to `automator` v.3.1.12 and the new toolchain.
39
+ - [package]: Bump package to `automator` v.3.1.12 and the [new toolchain](README.md#repository-setup).
40
40
  - [package]: Bump `typescript` to v.6.0.3.
41
-
42
- - [package]: Bump `.devcontainer/devcontainer.json` config to v.1.0.3.
41
+ - [package]: Bump `.devcontainer/devcontainer.json` config to v.1.0.4.
43
42
  - [package]: Bump `.vscode/settings.json` config to v.1.0.3.
44
- - [package]: Bump `.vscode/extensions.json` config to v.1.0.3.
45
- - [package]: Bump `.vscode/tasks.json` config to v.1.0.1.
43
+ - [package]: Bump `.vscode/extensions.json` config to v.1.0.4.
44
+ - [package]: Bump `.vscode/tasks.json` config to v.1.0.3.
46
45
  - [workflows]: Bump `build.yml` workflow to v.2.0.5.
47
46
  - [workflows]: Bump `codecov.yml` workflow to v.2.0.5.
48
47
  - [workflows]: Bump `publish.yml` workflow to v.2.0.5.
49
48
  - [workflows]: Bump `codeql.yml` workflow to v.2.0.0.
50
-
51
49
  - [package]: Refactor `scripts`.
52
50
  - [package]: Add package script `typecheck`.
53
51
  - [package]: Add Node.js 26 to package `engines` field.
54
52
  - [workflows]: Add Node.js 26 to `build.yml` Node matrix and remove Node.js 20.
55
53
  - [devcontainer]: Add `Claude Code VS Code extension` to Dev Container.
56
- - [devcontainer]: Add `Codex for VS Code extension` to Dev Container.
54
+ - [devcontainer]: Add `Codex VS Code extension` to Dev Container.
57
55
  - [devcontainer]: Add `Jest / Vitest Runner VS Code extension` to Dev Container.
56
+ - [devcontainer]: Add `Vitest VS Code extension` to Dev Container.
58
57
  - [agent]: Add `.github\copilot-instructions.md` for Copilot.
59
58
  - [agent]: Add `CLAUDE.md` for Claude.
60
- - [agent]: Add `AGENTS.md` for Codex.
61
- - [agent]: Add `.codex` config for Codex.
59
+ - [codex]: Add `AGENTS.md` for Codex.
60
+ - [codex]: Add `.codex\config.toml` configuration for Codex.
61
+ - [codex]: Add `.codex\rules\default.rules` rules (sandbox) for Codex.
62
62
  - [agent]: Add agent custom instructions (`testing`) for Copilot and Claude.
63
63
 
64
64
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "node-persist-manager",
3
- "version": "2.1.0-dev-20260617-3224082",
3
+ "version": "2.1.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "node-persist-manager",
9
- "version": "2.1.0-dev-20260617-3224082",
9
+ "version": "2.1.0",
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.1.0-dev-20260617-3224082",
3
+ "version": "2.1.0",
4
4
  "description": "Asyncronous Node.js storage manager in type script",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",