@rlvt/crypt 2.22.0 → 2.24.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.21.0 build /home/runner-11/_work/node-utils-monorepo/node-utils-monorepo/packages/crypt
2
+ > @rlvt/crypt@2.23.0 build /home/runner-6/_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.32.0] - 2026-04-14
2
+
3
+ ### ⚙️ Miscellaneous Tasks
4
+
5
+ - Upgrade latest deps (+ fix prettierignore) (#231) by Tchoupinax
6
+
7
+ ## [eslint-config-v7.14.0] - 2026-04-02
8
+
9
+ ### ⚙️ Miscellaneous Tasks
10
+
11
+ - *(release)* @rlvt/crypt@2.23.0 [skip ci] by rlvt-bot
12
+
13
+ ## [cache-v0.31.0] - 2026-04-02
14
+
15
+ ### 🚀 Features
16
+
17
+ - Upgrade to Typescript v6 (#225) by Tchoupinax
18
+
19
+ ## [eslint-config-v7.13.0] - 2026-04-02
20
+
21
+ ### ⚙️ Miscellaneous Tasks
22
+
23
+ - *(release)* @rlvt/crypt@2.22.0 [skip ci] by rlvt-bot
24
+
1
25
  ## [cache-v0.29.0] - 2026-04-02
2
26
 
3
27
  ### ⚙️ Miscellaneous Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/crypt",
3
- "version": "2.22.0",
3
+ "version": "2.24.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.12.0",
22
- "@rlvt/prettier-config": "1.23.0",
21
+ "@rlvt/eslint-config": "7.15.0",
22
+ "@rlvt/prettier-config": "1.27.0",
23
23
  "@types/node": "25",
24
- "vitest": "4.1.2",
25
- "@vitest/coverage-v8": "4.1.2"
24
+ "vitest": "4.1.4",
25
+ "@vitest/coverage-v8": "4.1.4"
26
26
  }
27
27
  }