@thi.ng/checks 3.6.1 → 3.6.2

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
@@ -47,10 +47,10 @@ import * as ch from "@thi.ng/checks";
47
47
  Browser ESM import:
48
48
 
49
49
  ```html
50
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/checks"></script>
50
+ <script type="module" src="https://esm.run/@thi.ng/checks"></script>
51
51
  ```
52
52
 
53
- [Skypack documentation](https://docs.skypack.dev/)
53
+ [JSDelivr documentation](https://www.jsdelivr.com/)
54
54
 
55
55
  For Node.js REPL:
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/checks",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "Collection of 70+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -289,5 +289,5 @@
289
289
  "thi.ng": {
290
290
  "alias": "ch"
291
291
  },
292
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
292
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
293
293
  }