@rlvt/crypt 2.3.0 → 2.4.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 +12 -0
- package/eslint.config.mjs +1 -3
- package/package.json +6 -7
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [crypt-v2.4.0] - 2026-01-16
|
|
2
|
+
|
|
3
|
+
### ⚙️ Miscellaneous Tasks
|
|
4
|
+
|
|
5
|
+
- Upgrade dependencies (#87) by Tchoupinax
|
|
6
|
+
|
|
7
|
+
## [eslint-config-v3.21.0] - 2026-01-16
|
|
8
|
+
|
|
9
|
+
### ⚙️ Miscellaneous Tasks
|
|
10
|
+
|
|
11
|
+
- *(release)* @rlvt/crypt@2.3.0 [skip ci] by rlvt-bot
|
|
12
|
+
|
|
1
13
|
## [config-v4.4.0] - 2026-01-16
|
|
2
14
|
|
|
3
15
|
### ⚙️ Miscellaneous Tasks
|
package/eslint.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlvt/crypt",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"
|
|
3
|
+
"version": "2.4.0",
|
|
4
|
+
"author": "Reelevant Team <dev@reelevant.com>",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">= 20"
|
|
@@ -13,12 +13,11 @@
|
|
|
13
13
|
"build": "npx tsc --project .",
|
|
14
14
|
"prepublish": "pnpm build"
|
|
15
15
|
},
|
|
16
|
-
"keywords": [],
|
|
17
|
-
"author": "Reelevant",
|
|
18
16
|
"devDependencies": {
|
|
19
|
-
"@
|
|
20
|
-
"
|
|
21
|
-
"
|
|
17
|
+
"@rlvt/eslint-config": "3.21.0",
|
|
18
|
+
"@types/node": "22.19.3",
|
|
19
|
+
"ava": "6.4.1",
|
|
20
|
+
"ts-node": "10.9.2"
|
|
22
21
|
},
|
|
23
22
|
"ava": {
|
|
24
23
|
"files": [
|