@alwatr/random 5.1.5 → 5.1.7

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,18 @@
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
+ ## [5.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/random@5.1.6...@alwatr/random@5.1.7) (2025-09-05)
7
+
8
+ ### 🔗 Dependencies update
9
+
10
+ * update jest to version 30.1.3 and @types/node to version 22.18.1 ([754212b](https://github.com/Alwatr/nanolib/commit/754212b1523cfc4cfe26c9e9f6d634aa8311e0b7))
11
+
12
+ ## [5.1.6](https://github.com/Alwatr/nanolib/compare/@alwatr/random@5.1.5...@alwatr/random@5.1.6) (2025-09-01)
13
+
14
+ ### 🔗 Dependencies update
15
+
16
+ * update lerna-lite dependencies to version 4.7.3 and jest to 30.1.2 ([95d7870](https://github.com/Alwatr/nanolib/commit/95d7870ec7ad1e6ed2688bafddcabf46857f6981))
17
+
6
18
  ## [5.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/random@5.1.4...@alwatr/random@5.1.5) (2025-08-23)
7
19
 
8
20
  **Note:** Version bump only for package @alwatr/random
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/random v5.1.5 */
1
+ /* @alwatr/random v5.1.7 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -38,7 +38,7 @@ module.exports = __toCommonJS(main_exports);
38
38
  var import_global_this = require("@alwatr/global-this");
39
39
  var import_package_tracer = require("@alwatr/package-tracer");
40
40
  var globalThis = (0, import_global_this.getGlobalThis)();
41
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/random", "5.1.5");
41
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/random", "5.1.7");
42
42
  var hasCrypto = typeof globalThis.crypto !== "undefined";
43
43
  function bytesToHex(bytes) {
44
44
  let result = "";
package/dist/main.mjs CHANGED
@@ -1,10 +1,10 @@
1
- /* @alwatr/random v5.1.5 */
1
+ /* @alwatr/random v5.1.7 */
2
2
 
3
3
  // src/main.ts
4
4
  import { getGlobalThis } from "@alwatr/global-this";
5
5
  import { packageTracer } from "@alwatr/package-tracer";
6
6
  var globalThis = getGlobalThis();
7
- __dev_mode__: packageTracer.add("@alwatr/random", "5.1.5");
7
+ __dev_mode__: packageTracer.add("@alwatr/random", "5.1.7");
8
8
  var hasCrypto = typeof globalThis.crypto !== "undefined";
9
9
  function bytesToHex(bytes) {
10
10
  let result = "";
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@alwatr/random",
3
3
  "description": "A lightweight utility library for generating random numbers, strings, UUIDs and more",
4
- "version": "5.1.5",
4
+ "version": "5.1.7",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "bugs": "https://github.com/Alwatr/nanolib/issues",
7
7
  "dependencies": {
8
- "@alwatr/global-this": "5.5.6",
9
- "@alwatr/package-tracer": "5.5.6"
8
+ "@alwatr/global-this": "5.5.8",
9
+ "@alwatr/package-tracer": "5.5.8"
10
10
  },
11
11
  "devDependencies": {
12
- "@alwatr/nano-build": "6.0.1",
12
+ "@alwatr/nano-build": "6.0.3",
13
13
  "@alwatr/prettier-config": "5.0.2",
14
14
  "@alwatr/tsconfig-base": "5.0.2",
15
- "jest": "^30.0.5",
15
+ "jest": "^30.1.3",
16
16
  "typescript": "^5.9.2"
17
17
  },
18
18
  "exports": {
@@ -88,5 +88,5 @@
88
88
  },
89
89
  "type": "module",
90
90
  "types": "./dist/main.d.ts",
91
- "gitHead": "be87ff1a4a783c0707e0b06efe728a54b5348b38"
91
+ "gitHead": "7b799c86f93bc18db2436035fcf40b58aaf43319"
92
92
  }