web-specs 2.6.0 → 2.7.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 (2) hide show
  1. package/index.json +74 -4
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -3201,8 +3201,8 @@
3201
3201
  "series": {
3202
3202
  "shortname": "compute-pressure",
3203
3203
  "currentSpecification": "compute-pressure",
3204
- "title": "Compute and System Pressure",
3205
- "shortTitle": "Compute and System Pressure",
3204
+ "title": "Compute Pressure",
3205
+ "shortTitle": "Compute Pressure",
3206
3206
  "nightlyUrl": "https://wicg.github.io/compute-pressure/"
3207
3207
  },
3208
3208
  "organization": "W3C",
@@ -3218,9 +3218,9 @@
3218
3218
  "sourcePath": "index.html",
3219
3219
  "filename": "index.html"
3220
3220
  },
3221
- "title": "Compute and System Pressure Level 1",
3221
+ "title": "Compute Pressure Level 1",
3222
3222
  "source": "spec",
3223
- "shortTitle": "Compute and System Pressure 1",
3223
+ "shortTitle": "Compute Pressure 1",
3224
3224
  "categories": [
3225
3225
  "browser"
3226
3226
  ]
@@ -12647,6 +12647,76 @@
12647
12647
  ]
12648
12648
  }
12649
12649
  },
12650
+ {
12651
+ "url": "https://www.w3.org/TR/epub-33/",
12652
+ "seriesComposition": "full",
12653
+ "shortname": "epub-33",
12654
+ "series": {
12655
+ "shortname": "epub",
12656
+ "currentSpecification": "epub-33",
12657
+ "title": "EPUB",
12658
+ "shortTitle": "EPUB",
12659
+ "releaseUrl": "https://www.w3.org/TR/epub/",
12660
+ "nightlyUrl": "https://w3c.github.io/epub-specs/epub33/core/"
12661
+ },
12662
+ "seriesVersion": "3.3",
12663
+ "nightly": {
12664
+ "url": "https://w3c.github.io/epub-specs/epub33/core/",
12665
+ "sourcePath": "epub33/core/index.html",
12666
+ "repository": "https://github.com/w3c/epub-specs",
12667
+ "filename": "index.html"
12668
+ },
12669
+ "categories": [],
12670
+ "organization": "W3C",
12671
+ "groups": [
12672
+ {
12673
+ "name": "EPUB 3 Working Group",
12674
+ "url": "https://www.w3.org/publishing/groups/epub-wg/"
12675
+ }
12676
+ ],
12677
+ "release": {
12678
+ "url": "https://www.w3.org/TR/epub-33/",
12679
+ "filename": "Overview.html"
12680
+ },
12681
+ "title": "EPUB 3.3",
12682
+ "source": "w3c",
12683
+ "shortTitle": "EPUB 3.3"
12684
+ },
12685
+ {
12686
+ "url": "https://www.w3.org/TR/epub-rs-33/",
12687
+ "seriesComposition": "full",
12688
+ "shortname": "epub-rs-33",
12689
+ "series": {
12690
+ "shortname": "epub-rs",
12691
+ "currentSpecification": "epub-rs-33",
12692
+ "title": "EPUB Reading Systems",
12693
+ "shortTitle": "EPUB Reading Systems",
12694
+ "releaseUrl": "https://www.w3.org/TR/epub-rs/",
12695
+ "nightlyUrl": "https://w3c.github.io/epub-specs/epub33/rs/"
12696
+ },
12697
+ "seriesVersion": "3.3",
12698
+ "nightly": {
12699
+ "url": "https://w3c.github.io/epub-specs/epub33/rs/",
12700
+ "sourcePath": "epub33/rs/index.html",
12701
+ "repository": "https://github.com/w3c/epub-specs",
12702
+ "filename": "index.html"
12703
+ },
12704
+ "categories": [],
12705
+ "organization": "W3C",
12706
+ "groups": [
12707
+ {
12708
+ "name": "EPUB 3 Working Group",
12709
+ "url": "https://www.w3.org/publishing/groups/epub-wg/"
12710
+ }
12711
+ ],
12712
+ "release": {
12713
+ "url": "https://www.w3.org/TR/epub-rs-33/",
12714
+ "filename": "Overview.html"
12715
+ },
12716
+ "title": "EPUB Reading Systems 3.3",
12717
+ "source": "w3c",
12718
+ "shortTitle": "EPUB Reading Systems 3.3"
12719
+ },
12650
12720
  {
12651
12721
  "url": "https://www.w3.org/TR/fetch-metadata/",
12652
12722
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",