@rlvt/crypt 2.6.0 → 2.7.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.5.0 build /home/runner/work/node-utils-monorepo/node-utils-monorepo/packages/crypt
2
+ > @rlvt/crypt@2.6.0 build /home/runner/work/node-utils-monorepo/node-utils-monorepo/packages/crypt
3
3
  > npx tsc --project .
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [eslint-config-v3.23.0] - 2026-01-20
2
+
3
+ ### ⚙️ Miscellaneous Tasks
4
+
5
+ - *(release)* @rlvt/crypt@2.6.0 [skip ci] by rlvt-bot
6
+
1
7
  ## [crypt-v2.6.0] - 2026-01-20
2
8
 
3
9
  ### ⚙️ Miscellaneous Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/crypt",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "author": "Reelevant Team <dev@reelevant.com>",
5
5
  "main": "build/index.js",
6
6
  "engines": {
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@rlvt/eslint-config": "3.22.0",
18
- "@types/node": "22.19.3",
18
+ "@types/node": "22.19.7",
19
19
  "ava": "6.4.1",
20
20
  "ts-node": "10.9.2"
21
21
  },