@thi.ng/checks 3.7.0 → 3.7.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 +1 -1
- package/README.md +1 -1
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 203 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/checks",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.2",
|
|
4
4
|
"description": "Collection of 70+ type, feature & value checks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -142,6 +142,9 @@
|
|
|
142
142
|
"./is-chrome": {
|
|
143
143
|
"default": "./is-chrome.js"
|
|
144
144
|
},
|
|
145
|
+
"./is-dark-mode": {
|
|
146
|
+
"default": "./is-dark-mode.js"
|
|
147
|
+
},
|
|
145
148
|
"./is-data-url": {
|
|
146
149
|
"default": "./is-data-url.js"
|
|
147
150
|
},
|
|
@@ -290,5 +293,5 @@
|
|
|
290
293
|
"thi.ng": {
|
|
291
294
|
"alias": "ch"
|
|
292
295
|
},
|
|
293
|
-
"gitHead": "
|
|
296
|
+
"gitHead": "55987d581e4985b1c3091ba6be3f9b53a0c5eeea\n"
|
|
294
297
|
}
|