@alwatr/crypto 4.5.2 → 4.6.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/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
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.6.0](https://github.com/Alwatr/nanotron/compare/v4.5.2...v4.6.0) (2024-11-07)
7
+
8
+ ### Dependencies update
9
+
10
+ * **deps-dev:** bump @types/node in the dependencies group ([9901819](https://github.com/Alwatr/nanotron/commit/9901819d0a7fef85736951f354bc1846294bb7fe)) by @dependabot[bot]
11
+ * **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]
12
+
6
13
  ## [4.5.2](https://github.com/Alwatr/nanotron/compare/v4.5.1...v4.5.2) (2024-11-02)
7
14
 
8
15
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/crypto v4.5.2 */
1
+ /* @alwatr/crypto v4.6.0 */
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.6.0");
221
221
  var AlwatrCryptoFactory = class {
222
222
  /**
223
223
  * Creates a new instance of crypto factory.
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/crypto v4.5.2 */
1
+ /* @alwatr/crypto v4.6.0 */
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.6.0");
190
190
  var AlwatrCryptoFactory = class {
191
191
  /**
192
192
  * Creates a new instance of crypto factory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/crypto",
3
- "version": "4.5.2",
3
+ "version": "4.6.0",
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.2.1"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@alwatr/nano-build": "^5.0.0",
73
73
  "@alwatr/prettier-config": "^5.0.0",
74
74
  "@alwatr/tsconfig-base": "^5.0.0",
75
75
  "@alwatr/type-helper": "^5.0.0",
76
- "@types/node": "^22.8.6",
76
+ "@types/node": "^22.9.0",
77
77
  "jest": "^29.7.0",
78
78
  "typescript": "^5.6.3"
79
79
  },
80
- "gitHead": "aca37ff16c5e63f539c1e2eaeb0d01197eb179a2"
80
+ "gitHead": "2c680281d1a01aa734dc2867c9d41be8f1848182"
81
81
  }