@alwatr/crypto 4.5.2 → 4.8.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.8.1](https://github.com/Alwatr/nanotron/compare/v4.8.0...v4.8.1) (2025-02-18)
7
+
8
+ ### Dependencies update
9
+
10
+ * **deps-dev:** bump the dependencies group across 1 directory with 11 updates ([9257e08](https://github.com/Alwatr/nanotron/commit/9257e08b96f5661a7e13e153b9c71d9dbc08fd18)) by @dependabot[bot]
11
+ * update TypeScript, Prettier, and various dependencies to latest versions ([5c0f752](https://github.com/Alwatr/nanotron/commit/5c0f7521851acaabb2466e459754c130d7ebf31b)) by @
12
+
13
+ ## [4.6.0](https://github.com/Alwatr/nanotron/compare/v4.5.2...v4.6.0) (2024-11-07)
14
+
15
+ ### Dependencies update
16
+
17
+ * **deps-dev:** bump @types/node in the dependencies group ([9901819](https://github.com/Alwatr/nanotron/commit/9901819d0a7fef85736951f354bc1846294bb7fe)) by @dependabot[bot]
18
+ * **deps:** bump @alwatr/nanolib from 5.0.0 to 5.2.1 in the alwatr group ([f06afb7](https://github.com/Alwatr/nanotron/commit/f06afb74f363c478ffc5967bafadfa2bc9009129)) by @dependabot[bot]
19
+
6
20
  ## [4.5.2](https://github.com/Alwatr/nanotron/compare/v4.5.1...v4.5.2) (2024-11-02)
7
21
 
8
22
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/crypto v4.5.2 */
1
+ /* @alwatr/crypto v4.8.1 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -217,7 +217,7 @@ var userTokenGeneratorRecommendedConfig = {
217
217
  };
218
218
 
219
219
  // src/api.ts
220
- __dev_mode__: import_nanolib2.packageTracer.add("@alwatr/crypto", "4.5.2");
220
+ __dev_mode__: import_nanolib2.packageTracer.add("@alwatr/crypto", "4.8.1");
221
221
  var AlwatrCryptoFactory = class {
222
222
  /**
223
223
  * Creates a new instance of crypto factory.
@@ -357,5 +357,4 @@ var AlwatrCryptoFactory = class {
357
357
  userIdGeneratorRecommendedConfig,
358
358
  userTokenGeneratorRecommendedConfig
359
359
  });
360
- /*! For license information please see main.cjs.LEGAL.txt */
361
360
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/crypto v4.5.2 */
1
+ /* @alwatr/crypto v4.8.1 */
2
2
 
3
3
  // src/hash.ts
4
4
  import { createHash, randomBytes } from "node:crypto";
@@ -186,7 +186,7 @@ var userTokenGeneratorRecommendedConfig = {
186
186
  };
187
187
 
188
188
  // src/api.ts
189
- __dev_mode__: packageTracer.add("@alwatr/crypto", "4.5.2");
189
+ __dev_mode__: packageTracer.add("@alwatr/crypto", "4.8.1");
190
190
  var AlwatrCryptoFactory = class {
191
191
  /**
192
192
  * Creates a new instance of crypto factory.
@@ -325,5 +325,4 @@ export {
325
325
  userIdGeneratorRecommendedConfig,
326
326
  userTokenGeneratorRecommendedConfig
327
327
  };
328
- /*! For license information please see main.mjs.LEGAL.txt */
329
328
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/crypto",
3
- "version": "4.5.2",
3
+ "version": "4.8.1",
4
4
  "description": "A robust generator of secure authentication HOTP tokens, employing the HMAC-based One-Time Password algorithm, accompanied by a suite of cryptographic utilities, all encapsulated within a compact TypeScript module.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -66,16 +66,16 @@
66
66
  "clean": "rm -rfv dist *.tsbuildinfo"
67
67
  },
68
68
  "dependencies": {
69
- "@alwatr/nanolib": "^5.0.0"
69
+ "@alwatr/nanolib": "^5.4.0"
70
70
  },
71
71
  "devDependencies": {
72
- "@alwatr/nano-build": "^5.0.0",
72
+ "@alwatr/nano-build": "^5.4.0",
73
73
  "@alwatr/prettier-config": "^5.0.0",
74
74
  "@alwatr/tsconfig-base": "^5.0.0",
75
- "@alwatr/type-helper": "^5.0.0",
76
- "@types/node": "^22.8.6",
75
+ "@alwatr/type-helper": "^5.3.0",
76
+ "@types/node": "^22.13.4",
77
77
  "jest": "^29.7.0",
78
- "typescript": "^5.6.3"
78
+ "typescript": "^5.7.3"
79
79
  },
80
- "gitHead": "aca37ff16c5e63f539c1e2eaeb0d01197eb179a2"
80
+ "gitHead": "8f7cbca94fd9edee517b4f4c21f0de9a8442cc32"
81
81
  }