@rlvt/crypt 2.4.0 → 2.6.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [crypt-v2.6.0] - 2026-01-20
|
|
2
|
+
|
|
3
|
+
### ⚙️ Miscellaneous Tasks
|
|
4
|
+
|
|
5
|
+
- *(release)* @rlvt/crypt@2.5.0 [skip ci] by rlvt-bot
|
|
6
|
+
- Upgrade dependencies from multiples packages (#93) by Tchoupinax
|
|
7
|
+
|
|
8
|
+
## [crypt-v2.5.0] - 2026-01-16
|
|
9
|
+
|
|
10
|
+
### ⚙️ Miscellaneous Tasks
|
|
11
|
+
|
|
12
|
+
- Add concurrency key to prevent git updates by Corentin Filoche
|
|
13
|
+
|
|
1
14
|
## [crypt-v2.4.0] - 2026-01-16
|
|
2
15
|
|
|
3
16
|
### ⚙️ Miscellaneous Tasks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlvt/crypt",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"author": "Reelevant Team <dev@reelevant.com>",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"prepublish": "pnpm build"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@rlvt/eslint-config": "3.
|
|
17
|
+
"@rlvt/eslint-config": "3.22.0",
|
|
18
18
|
"@types/node": "22.19.3",
|
|
19
19
|
"ava": "6.4.1",
|
|
20
20
|
"ts-node": "10.9.2"
|