@rlvt/crypt 2.21.0 → 2.23.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @rlvt/crypt@2.20.0 build /home/runner-6/_work/node-utils-monorepo/node-utils-monorepo/packages/crypt
2
+ > @rlvt/crypt@2.22.0 build /home/runner-20/_work/node-utils-monorepo/node-utils-monorepo/packages/crypt
3
3
  > tsc --project .
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## [cache-v0.31.0] - 2026-04-02
2
+
3
+ ### 🚀 Features
4
+
5
+ - Upgrade to Typescript v6 (#225) by Tchoupinax
6
+
7
+ ## [eslint-config-v7.13.0] - 2026-04-02
8
+
9
+ ### ⚙️ Miscellaneous Tasks
10
+
11
+ - *(release)* @rlvt/crypt@2.22.0 [skip ci] by rlvt-bot
12
+
13
+ ## [cache-v0.29.0] - 2026-04-02
14
+
15
+ ### ⚙️ Miscellaneous Tasks
16
+
17
+ - Upgrade dependencies (#224) by Tchoupinax
18
+
19
+ ## [eslint-config-v7.12.0] - 2026-03-26
20
+
21
+ ### ⚙️ Miscellaneous Tasks
22
+
23
+ - *(release)* @rlvt/crypt@2.21.0 [skip ci] by rlvt-bot
24
+
1
25
  ## [cache-v0.28.0] - 2026-03-26
2
26
 
3
27
  ### ⚙️ Miscellaneous Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/crypt",
3
- "version": "2.21.0",
3
+ "version": "2.23.0",
4
4
  "author": "reelevant team <dev@reelevant.com>",
5
5
  "license": "UNLICENSED",
6
6
  "main": "build/index.js",
@@ -18,10 +18,10 @@
18
18
  "lint:debug": "eslint . --debug | grep -E \"Traversing|Found file|Ignoring\""
19
19
  },
20
20
  "devDependencies": {
21
- "@rlvt/eslint-config": "7.8.0",
22
- "@rlvt/prettier-config": "1.19.0",
23
- "@types/node": "22",
24
- "vitest": "3.0.9",
25
- "@vitest/coverage-v8": "3.0.9"
21
+ "@rlvt/eslint-config": "7.13.0",
22
+ "@rlvt/prettier-config": "1.24.0",
23
+ "@types/node": "25",
24
+ "vitest": "4.1.2",
25
+ "@vitest/coverage-v8": "4.1.2"
26
26
  }
27
27
  }