@thi.ng/checks 3.4.13 → 3.4.14
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 +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/checks",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.14",
|
|
4
4
|
"description": "Collection of 70+ type, feature & value checks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"@types/node": "^20.10.2",
|
|
47
47
|
"esbuild": "^0.19.8",
|
|
48
48
|
"rimraf": "^5.0.5",
|
|
49
|
-
"tools": "^0.0.1",
|
|
50
49
|
"typedoc": "^0.25.4",
|
|
51
50
|
"typescript": "^5.3.2"
|
|
52
51
|
},
|
|
@@ -280,5 +279,5 @@
|
|
|
280
279
|
"default": "./is-zero.js"
|
|
281
280
|
}
|
|
282
281
|
},
|
|
283
|
-
"gitHead": "
|
|
282
|
+
"gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
|
|
284
283
|
}
|