web-specs 2.24.0 → 2.24.1

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/index.json +12 -18
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -4210,8 +4210,8 @@
4210
4210
  "organization": "W3C",
4211
4211
  "groups": [
4212
4212
  {
4213
- "name": "Web Applications Working Group",
4214
- "url": "https://www.w3.org/groups/wg/webapps"
4213
+ "name": "Web Editing Working Group",
4214
+ "url": "https://www.w3.org/groups/wg/webediting"
4215
4215
  }
4216
4216
  ],
4217
4217
  "nightly": {
@@ -4912,7 +4912,7 @@
4912
4912
  "tests": {
4913
4913
  "repository": "https://github.com/web-platform-tests/wpt",
4914
4914
  "testPaths": [
4915
- "BackgroundSync"
4915
+ "background-sync"
4916
4916
  ]
4917
4917
  }
4918
4918
  },
@@ -6034,7 +6034,7 @@
6034
6034
  "filename": "index.html"
6035
6035
  },
6036
6036
  "title": "Manifest Incubations",
6037
- "source": "spec",
6037
+ "source": "specref",
6038
6038
  "shortTitle": "Manifest Incubations",
6039
6039
  "categories": [
6040
6040
  "browser"
@@ -9910,9 +9910,15 @@
9910
9910
  "title": "CSS Device Adaptation",
9911
9911
  "shortTitle": "CSS Device Adaptation",
9912
9912
  "releaseUrl": "https://www.w3.org/TR/css-device-adapt/",
9913
- "nightlyUrl": "https://drafts.csswg.org/css-device-adapt/"
9913
+ "nightlyUrl": "https://drafts.csswg.org/css-viewport-1/"
9914
9914
  },
9915
9915
  "seriesVersion": "1",
9916
+ "nightly": {
9917
+ "url": "https://drafts.csswg.org/css-viewport-1/",
9918
+ "sourcePath": "css-viewport/Overview.bs",
9919
+ "repository": "https://github.com/w3c/csswg-drafts",
9920
+ "filename": "Overview.html"
9921
+ },
9916
9922
  "organization": "W3C",
9917
9923
  "groups": [
9918
9924
  {
@@ -9924,24 +9930,12 @@
9924
9930
  "url": "https://www.w3.org/TR/css-device-adapt-1/",
9925
9931
  "filename": "Overview.html"
9926
9932
  },
9927
- "nightly": {
9928
- "url": "https://drafts.csswg.org/css-device-adapt-1/",
9929
- "repository": "https://github.com/w3c/csswg-drafts",
9930
- "sourcePath": "css-device-adapt-1/Overview.bs",
9931
- "filename": "Overview.html"
9932
- },
9933
9933
  "title": "CSS Device Adaptation Module Level 1",
9934
9934
  "source": "w3c",
9935
9935
  "shortTitle": "CSS Device Adaptation 1",
9936
9936
  "categories": [
9937
9937
  "browser"
9938
- ],
9939
- "tests": {
9940
- "repository": "https://github.com/web-platform-tests/wpt",
9941
- "testPaths": [
9942
- "css/css-device-adapt"
9943
- ]
9944
- }
9938
+ ]
9945
9939
  },
9946
9940
  {
9947
9941
  "url": "https://www.w3.org/TR/css-display-3/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.24.0",
3
+ "version": "2.24.1",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",