@rlvt/crypt 2.3.0 → 2.5.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.2.0 build /home/runner/work/node-utils-monorepo/node-utils-monorepo/packages/crypt
2
+ > @rlvt/crypt@2.4.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,21 @@
1
+ ## [crypt-v2.5.0] - 2026-01-16
2
+
3
+ ### ⚙️ Miscellaneous Tasks
4
+
5
+ - Add concurrency key to prevent git updates by Corentin Filoche
6
+
7
+ ## [crypt-v2.4.0] - 2026-01-16
8
+
9
+ ### ⚙️ Miscellaneous Tasks
10
+
11
+ - Upgrade dependencies (#87) by Tchoupinax
12
+
13
+ ## [eslint-config-v3.21.0] - 2026-01-16
14
+
15
+ ### ⚙️ Miscellaneous Tasks
16
+
17
+ - *(release)* @rlvt/crypt@2.3.0 [skip ci] by rlvt-bot
18
+
1
19
  ## [config-v4.4.0] - 2026-01-16
2
20
 
3
21
  ### ⚙️ Miscellaneous Tasks
package/eslint.config.mjs CHANGED
@@ -1,7 +1,5 @@
1
- import rlvt from '../eslint-config/index.mjs'
1
+ import rlvt from '@rlvt/eslint-config'
2
2
 
3
3
  export default rlvt.concat({
4
4
  files: ['**/*.ts'],
5
- ignores: ['**/example/*.ts']
6
5
  })
7
-
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rlvt/crypt",
3
- "version": "2.3.0",
4
- "description": "Crypt functions (encrypt/decrypt)",
3
+ "version": "2.5.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
- "@types/node": "^22.19.3",
20
- "ava": "^6.4.1",
21
- "ts-node": "^10.9.2"
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": [