@thi.ng/equiv 2.1.78 → 2.1.79

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
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-03-09T19:21:53Z
3
+ - **Last updated**: 2025-03-17T13:40:35Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
  <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/equiv](https://media.thi.ng/umbrella/banners-20230807/thing-equiv.svg?c33433e8)
3
+ # ![@thi.ng/equiv](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-equiv.svg?c33433e8)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/equiv.svg)](https://www.npmjs.com/package/@thi.ng/equiv)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/equiv.svg)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/equiv",
3
- "version": "2.1.78",
3
+ "version": "2.1.79",
4
4
  "description": "Extensible deep value equivalence checking for any data types",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,9 +39,9 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "devDependencies": {
42
- "esbuild": "^0.25.0",
43
- "typedoc": "^0.27.7",
44
- "typescript": "^5.7.3"
42
+ "esbuild": "^0.25.1",
43
+ "typedoc": "^0.28.0",
44
+ "typescript": "^5.8.2"
45
45
  },
46
46
  "keywords": [
47
47
  "array",
@@ -72,5 +72,5 @@
72
72
  "default": "./index.js"
73
73
  }
74
74
  },
75
- "gitHead": "55987d581e4985b1c3091ba6be3f9b53a0c5eeea\n"
75
+ "gitHead": "dfecb91b5b6a05db32d96f261e0c0ac6319240b9\n"
76
76
  }