web-features 3.5.0 → 3.6.0-dev-20251021123639-ef0d4ea
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/README.md +6 -5
- package/data.json +1 -1
- package/data.schema.json +1 -1
- package/package.json +2 -2
- package/types.quicktype.d.ts +1 -2
package/data.schema.json
CHANGED
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"baseline_low_date": {},
|
|
299
299
|
"support": {},
|
|
300
300
|
"by_compat_key": {
|
|
301
|
-
"description": "Statuses for each key in the feature's compat_features list, if applicable.
|
|
301
|
+
"description": "Statuses for each key in the feature's compat_features list, if applicable.",
|
|
302
302
|
"type": "object",
|
|
303
303
|
"additionalProperties": {
|
|
304
304
|
"$ref": "#/definitions/Status"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-features",
|
|
3
3
|
"description": "Curated list of Web platform features",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.6.0-dev-20251021123639-ef0d4ea",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"prepare": "tsc && rm types.js && rm types.quicktype.js"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@types/node": "^20.19.
|
|
31
|
+
"@types/node": "^20.19.23",
|
|
32
32
|
"tsup": "^8.5.0",
|
|
33
33
|
"typescript": "^5.9.3"
|
|
34
34
|
}
|
package/types.quicktype.d.ts
CHANGED
|
@@ -152,8 +152,7 @@ export interface StatusHeadline {
|
|
|
152
152
|
*/
|
|
153
153
|
baseline_low_date?: string;
|
|
154
154
|
/**
|
|
155
|
-
* Statuses for each key in the feature's compat_features list, if applicable.
|
|
156
|
-
* to the npm release of web-features.
|
|
155
|
+
* Statuses for each key in the feature's compat_features list, if applicable.
|
|
157
156
|
*/
|
|
158
157
|
by_compat_key?: {
|
|
159
158
|
[key: string]: Status;
|