@thi.ng/api 8.9.12 → 8.9.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-11T10:07:09Z
3
+ - **Last updated**: 2023-12-18T13:41:19Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/api",
3
- "version": "8.9.12",
3
+ "version": "8.9.13",
4
4
  "description": "Common, generic types, interfaces & mixins",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -63,7 +63,7 @@
63
63
  "setTimeout": false
64
64
  },
65
65
  "engines": {
66
- "node": ">=12.7"
66
+ "node": ">=18"
67
67
  },
68
68
  "files": [
69
69
  "./*.js",
@@ -226,5 +226,5 @@
226
226
  "default": "./watch.js"
227
227
  }
228
228
  },
229
- "gitHead": "5e7bafedfc3d53bc131469a28de31dd8e5b4a3ff\n"
229
+ "gitHead": "25a42a81fac8603a1e440a7aa8bc343276211ff4\n"
230
230
  }