@rlvt/crypt 2.12.0 → 2.14.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 +26 -6
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,28 @@
|
|
|
1
|
-
## [
|
|
1
|
+
## [config-v4.16.0] - 2026-03-12
|
|
2
|
+
|
|
3
|
+
### ⚙️ Miscellaneous Tasks
|
|
4
|
+
|
|
5
|
+
- Republish every packages on Github & NPM (resync) by Corentin Filoche
|
|
6
|
+
|
|
7
|
+
## [eslint-config-v7.5.0] - 2026-03-02
|
|
8
|
+
|
|
9
|
+
### ⚙️ Miscellaneous Tasks
|
|
10
|
+
|
|
11
|
+
- *(release)* @rlvt/crypt@2.13.0 [skip ci] by rlvt-bot
|
|
12
|
+
|
|
13
|
+
## [cache-v0.19.0] - 2026-03-02
|
|
14
|
+
|
|
15
|
+
### 🐛 Bug Fixes
|
|
16
|
+
|
|
17
|
+
- *(deps)* Update all non-major dependencies (#197) by renovate[bot]
|
|
18
|
+
|
|
19
|
+
## [events-stream-v1.10.0] - 2026-03-02
|
|
20
|
+
|
|
21
|
+
### ⚙️ Miscellaneous Tasks
|
|
22
|
+
|
|
23
|
+
- *(release)* @rlvt/crypt@2.12.0 [skip ci] by rlvt-bot
|
|
24
|
+
|
|
25
|
+
## [cache-v0.15.0] - 2026-02-27
|
|
2
26
|
|
|
3
27
|
### 🐛 Bug Fixes
|
|
4
28
|
|
|
@@ -7,14 +31,10 @@
|
|
|
7
31
|
- *(deps)* Update all non-major dependencies (#189) by renovate[bot]
|
|
8
32
|
- *(deps)* Update all non-major dependencies (#193) by renovate[bot]
|
|
9
33
|
|
|
10
|
-
### 💼 Other
|
|
11
|
-
|
|
12
|
-
- Ok by Corentin Filoche
|
|
13
|
-
- Merge 1877a93db5cbccacb7d0f1b9f13dc316746d223b into f837534ea7de372b16bcd1c37662316fc7c51c8c by Tchoupinax
|
|
14
|
-
|
|
15
34
|
### ⚙️ Miscellaneous Tasks
|
|
16
35
|
|
|
17
36
|
- Harmonize packages json, applied rules (#192) by Tchoupinax
|
|
37
|
+
- Migrate our private packages from NPM to Github registry (#82) by Tchoupinax
|
|
18
38
|
|
|
19
39
|
## [http-v1.31.0] - 2026-02-11
|
|
20
40
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlvt/crypt",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "2.14.0",
|
|
4
|
+
"author": "reelevant team <dev@reelevant.com>",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "build/index.js",
|
|
7
7
|
"engines": {
|
|
@@ -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.
|
|
22
|
-
"@rlvt/prettier-config": "1.
|
|
21
|
+
"@rlvt/eslint-config": "7.5.0",
|
|
22
|
+
"@rlvt/prettier-config": "1.16.0",
|
|
23
23
|
"@types/node": "22",
|
|
24
|
-
"ava": "
|
|
24
|
+
"ava": "7.0.0",
|
|
25
25
|
"ts-node": "10.9.2"
|
|
26
26
|
},
|
|
27
27
|
"ava": {
|