browser-specs 2.23.0 → 2.24.0

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 (3) hide show
  1. package/index.json +33 -0
  2. package/package.json +1 -1
  3. package/CHANGELOG.md +0 -1726
package/index.json CHANGED
@@ -13863,6 +13863,39 @@
13863
13863
  ]
13864
13864
  }
13865
13865
  },
13866
+ {
13867
+ "url": "https://www.w3.org/TR/RangeRequest/",
13868
+ "seriesComposition": "full",
13869
+ "shortname": "RangeRequest",
13870
+ "series": {
13871
+ "shortname": "RangeRequest",
13872
+ "currentSpecification": "RangeRequest",
13873
+ "title": "Incremental Font Transfer via Range Request",
13874
+ "shortTitle": "Incremental Font Transfer via Range Request",
13875
+ "releaseUrl": "https://www.w3.org/TR/RangeRequest/",
13876
+ "nightlyUrl": "https://w3c.github.io/IFT/RangeRequest.html"
13877
+ },
13878
+ "nightly": {
13879
+ "url": "https://w3c.github.io/IFT/RangeRequest.html",
13880
+ "sourcePath": "RangeRequest.html",
13881
+ "repository": "https://github.com/w3c/IFT",
13882
+ "filename": "RangeRequest.html"
13883
+ },
13884
+ "organization": "W3C",
13885
+ "groups": [
13886
+ {
13887
+ "name": "Web Fonts Working Group",
13888
+ "url": "https://www.w3.org/Fonts/WG/"
13889
+ }
13890
+ ],
13891
+ "release": {
13892
+ "url": "https://www.w3.org/TR/RangeRequest/",
13893
+ "filename": "Overview.html"
13894
+ },
13895
+ "title": "Incremental Font Transfer via Range Request",
13896
+ "source": "w3c",
13897
+ "shortTitle": "Incremental Font Transfer via Range Request"
13898
+ },
13866
13899
  {
13867
13900
  "url": "https://www.w3.org/TR/referrer-policy/",
13868
13901
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "2.23.0",
3
+ "version": "2.24.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/w3c/browser-specs.git"