@rlvt/crypt 2.9.0 → 2.11.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.8.0 build /home/runner/work/node-utils-monorepo/node-utils-monorepo/packages/crypt
2
+ > @rlvt/crypt@2.10.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
+ ## [http-v1.28.0] - 2026-02-11
2
+
3
+ ### ⚙️ Miscellaneous Tasks
4
+
5
+ - *(release)* @rlvt/crypt@2.10.0 [skip ci] by rlvt-bot
6
+
7
+ ## [config-v4.11.0] - 2026-02-11
8
+
9
+ ### ⚙️ Miscellaneous Tasks
10
+
11
+ - Add autoformat in CI (#138) by Tchoupinax
12
+
13
+ ## [eslint-config-v3.28.0] - 2026-02-05
14
+
15
+ ### ⚙️ Miscellaneous Tasks
16
+
17
+ - *(release)* @rlvt/crypt@2.9.0 [skip ci] by rlvt-bot
18
+
1
19
  ## [http-v1.24.0] - 2026-02-04
2
20
 
3
21
  ### ⚙️ Miscellaneous Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/crypt",
3
- "version": "2.9.0",
3
+ "version": "2.11.0",
4
4
  "author": "Reelevant team <dev@reelevant.com>",
5
5
  "license": "UNLICENSED",
6
6
  "main": "build/index.js",
@@ -14,10 +14,11 @@
14
14
  "build": "npx tsc --project .",
15
15
  "prepublish": "pnpm build",
16
16
  "lint": "prettier --write . && eslint --fix .",
17
+ "lint:ci": "prettier --write . && eslint --fix . || true",
17
18
  "lint:debug": "eslint . --debug | grep -E \"Traversing|Found file|Ignoring\""
18
19
  },
19
20
  "devDependencies": {
20
- "@rlvt/eslint-config": "3.26.0",
21
+ "@rlvt/eslint-config": "4.0.0",
21
22
  "@rlvt/prettier-config": "1.9.0",
22
23
  "@types/node": "22",
23
24
  "ava": "6.4.1",