@alwatr/random 5.1.11 → 5.1.12

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,10 @@
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.12](https://github.com/Alwatr/nanolib/compare/@alwatr/random@5.1.11...@alwatr/random@5.1.12) (2025-09-13)
7
+
8
+ **Note:** Version bump only for package @alwatr/random
9
+
6
10
  ## [5.1.11](https://github.com/Alwatr/nanolib/compare/@alwatr/random@5.1.10...@alwatr/random@5.1.11) (2025-09-13)
7
11
 
8
12
  ### 🧹 Miscellaneous Chores
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/random v5.1.11 */
1
+ /* @alwatr/random v5.1.12 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/random v5.1.11 */
1
+ /* @alwatr/random v5.1.12 */
2
2
 
3
3
  // src/main.ts
4
4
  import { getGlobalThis } from "@alwatr/global-this";
package/package.json CHANGED
@@ -1,14 +1,14 @@
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.11",
4
+ "version": "5.1.12",
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.11"
8
+ "@alwatr/global-this": "5.5.12"
9
9
  },
10
10
  "devDependencies": {
11
- "@alwatr/nano-build": "6.1.1",
11
+ "@alwatr/nano-build": "6.1.2",
12
12
  "@alwatr/prettier-config": "5.0.3",
13
13
  "@alwatr/tsconfig-base": "6.0.1",
14
14
  "jest": "^30.1.3",
@@ -87,5 +87,5 @@
87
87
  },
88
88
  "type": "module",
89
89
  "types": "./dist/main.d.ts",
90
- "gitHead": "0555c6f5ac11e7a911deee9bc90cfa44b6fe0b48"
90
+ "gitHead": "4da18811162df49c118acd71086cdbe38b27f250"
91
91
  }