@rlvt/crypt 2.14.0 → 2.16.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 +24 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [cache-v0.23.0] - 2026-03-16
|
|
2
|
+
|
|
3
|
+
### ⚙️ Miscellaneous Tasks
|
|
4
|
+
|
|
5
|
+
- Internal sub dep were not correctly overriden by Corentin Filoche
|
|
6
|
+
|
|
7
|
+
## [eslint-config-v7.7.0] - 2026-03-12
|
|
8
|
+
|
|
9
|
+
### ⚙️ Miscellaneous Tasks
|
|
10
|
+
|
|
11
|
+
- *(release)* @rlvt/crypt@2.15.0 [skip ci] by rlvt-bot
|
|
12
|
+
|
|
13
|
+
## [cache-v0.22.0] - 2026-03-12
|
|
14
|
+
|
|
15
|
+
### ⚙️ Miscellaneous Tasks
|
|
16
|
+
|
|
17
|
+
- Publish packages with latest version of internal packages by Corentin Filoche
|
|
18
|
+
|
|
19
|
+
## [eslint-config-v7.6.0] - 2026-03-12
|
|
20
|
+
|
|
21
|
+
### ⚙️ Miscellaneous Tasks
|
|
22
|
+
|
|
23
|
+
- *(release)* @rlvt/crypt@2.14.0 [skip ci] by rlvt-bot
|
|
24
|
+
|
|
1
25
|
## [config-v4.16.0] - 2026-03-12
|
|
2
26
|
|
|
3
27
|
### ⚙️ Miscellaneous Tasks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlvt/crypt",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"author": "reelevant team <dev@reelevant.com>",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"lint:debug": "eslint . --debug | grep -E \"Traversing|Found file|Ignoring\""
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@rlvt/eslint-config": "7.
|
|
22
|
-
"@rlvt/prettier-config": "1.
|
|
21
|
+
"@rlvt/eslint-config": "7.7.0",
|
|
22
|
+
"@rlvt/prettier-config": "1.18.0",
|
|
23
23
|
"@types/node": "22",
|
|
24
24
|
"ava": "7.0.0",
|
|
25
25
|
"ts-node": "10.9.2"
|