@thi.ng/equiv 2.1.55 → 2.1.56

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**: 2024-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-20T14:42:45Z
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
@@ -60,10 +60,10 @@ import * as equiv from "@thi.ng/equiv";
60
60
  Browser ESM import:
61
61
 
62
62
  ```html
63
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/equiv"></script>
63
+ <script type="module" src="https://esm.run/@thi.ng/equiv"></script>
64
64
  ```
65
65
 
66
- [Skypack documentation](https://docs.skypack.dev/)
66
+ [JSDelivr documentation](https://www.jsdelivr.com/)
67
67
 
68
68
  For Node.js REPL:
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/equiv",
3
- "version": "2.1.55",
3
+ "version": "2.1.56",
4
4
  "description": "Extensible deep value equivalence checking for any data types",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -69,5 +69,5 @@
69
69
  "default": "./index.js"
70
70
  }
71
71
  },
72
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
72
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
73
73
  }