@alwatr/hash-string 5.2.5 → 5.2.6

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,12 @@
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.2.6](https://github.com/Alwatr/nanolib/compare/@alwatr/hash-string@5.2.5...@alwatr/hash-string@5.2.6) (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
+
6
12
  ## [5.2.5](https://github.com/Alwatr/nanolib/compare/@alwatr/hash-string@5.2.4...@alwatr/hash-string@5.2.5) (2025-09-01)
7
13
 
8
14
  ### 🔗 Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/hash-string v5.2.5 */
1
+ /* @alwatr/hash-string v5.2.6 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -63,7 +63,7 @@ function nanoHash(str, prefix, repeat = 1) {
63
63
  }
64
64
 
65
65
  // src/main.ts
66
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/hash-string", "5.2.5");
66
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/hash-string", "5.2.6");
67
67
  // Annotate the CommonJS export names for ESM import in node:
68
68
  0 && (module.exports = {
69
69
  djb2Hash,
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/hash-string v5.2.5 */
1
+ /* @alwatr/hash-string v5.2.6 */
2
2
 
3
3
  // src/main.ts
4
4
  import { packageTracer } from "@alwatr/package-tracer";
@@ -39,7 +39,7 @@ function nanoHash(str, prefix, repeat = 1) {
39
39
  }
40
40
 
41
41
  // src/main.ts
42
- __dev_mode__: packageTracer.add("@alwatr/hash-string", "5.2.5");
42
+ __dev_mode__: packageTracer.add("@alwatr/hash-string", "5.2.6");
43
43
  export {
44
44
  djb2Hash,
45
45
  nanoHash
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@alwatr/hash-string",
3
3
  "description": "A simple utility to generate a hash string.",
4
- "version": "5.2.5",
4
+ "version": "5.2.6",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "bugs": "https://github.com/Alwatr/nanolib/issues",
7
7
  "dependencies": {
8
- "@alwatr/package-tracer": "5.5.7"
8
+ "@alwatr/package-tracer": "5.5.8"
9
9
  },
10
10
  "devDependencies": {
11
- "@alwatr/nano-build": "6.0.2",
11
+ "@alwatr/nano-build": "6.0.3",
12
12
  "@alwatr/prettier-config": "5.0.2",
13
13
  "@alwatr/tsconfig-base": "5.0.2",
14
- "jest": "^30.1.2",
14
+ "jest": "^30.1.3",
15
15
  "typescript": "^5.9.2"
16
16
  },
17
17
  "exports": {
@@ -75,5 +75,5 @@
75
75
  },
76
76
  "type": "module",
77
77
  "types": "./dist/main.d.ts",
78
- "gitHead": "6f70c2ae343582774a7fa8694684fabb4c5ce63c"
78
+ "gitHead": "7b799c86f93bc18db2436035fcf40b58aaf43319"
79
79
  }