web-specs 1.1.0 → 1.2.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 +31 -1
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -979,7 +979,6 @@
979
979
  "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html",
980
980
  "https://html.spec.whatwg.org/multipage/comms.html",
981
981
  "https://html.spec.whatwg.org/multipage/server-sent-events.html",
982
- "https://html.spec.whatwg.org/multipage/web-sockets.html",
983
982
  "https://html.spec.whatwg.org/multipage/web-messaging.html",
984
983
  "https://html.spec.whatwg.org/multipage/workers.html",
985
984
  "https://html.spec.whatwg.org/multipage/worklets.html",
@@ -3050,6 +3049,37 @@
3050
3049
  ]
3051
3050
  }
3052
3051
  },
3052
+ {
3053
+ "url": "https://websockets.spec.whatwg.org/",
3054
+ "seriesComposition": "full",
3055
+ "shortname": "websockets",
3056
+ "series": {
3057
+ "shortname": "websockets",
3058
+ "currentSpecification": "websockets",
3059
+ "title": "WebSockets Standard",
3060
+ "shortTitle": "WebSockets",
3061
+ "nightlyUrl": "https://websockets.spec.whatwg.org/"
3062
+ },
3063
+ "organization": "WHATWG",
3064
+ "groups": [
3065
+ {
3066
+ "name": "HTML Workstream",
3067
+ "url": "https://websockets.spec.whatwg.org/"
3068
+ }
3069
+ ],
3070
+ "nightly": {
3071
+ "url": "https://websockets.spec.whatwg.org/",
3072
+ "repository": "https://github.com/whatwg/websockets",
3073
+ "sourcePath": "index.bs",
3074
+ "filename": "index.html"
3075
+ },
3076
+ "title": "WebSockets Standard",
3077
+ "source": "specref",
3078
+ "shortTitle": "WebSockets",
3079
+ "categories": [
3080
+ "browser"
3081
+ ]
3082
+ },
3053
3083
  {
3054
3084
  "url": "https://wicg.github.io/app-history/",
3055
3085
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",