web-specs 3.14.0 → 3.15.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 +4 -4
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -6020,7 +6020,7 @@
6020
6020
  "standing": "good"
6021
6021
  },
6022
6022
  {
6023
- "url": "https://tc39.es/source-map-spec/",
6023
+ "url": "https://tc39.es/source-map/",
6024
6024
  "seriesComposition": "full",
6025
6025
  "shortname": "sourcemap",
6026
6026
  "series": {
@@ -6028,14 +6028,14 @@
6028
6028
  "currentSpecification": "sourcemap",
6029
6029
  "title": "Source Map",
6030
6030
  "shortTitle": "Source Map",
6031
- "nightlyUrl": "https://tc39.es/source-map-spec/"
6031
+ "nightlyUrl": "https://tc39.es/source-map/"
6032
6032
  },
6033
6033
  "nightly": {
6034
- "url": "https://tc39.es/source-map-spec/",
6034
+ "url": "https://tc39.es/source-map/",
6035
6035
  "status": "Editor's Draft",
6036
6036
  "sourcePath": "source-map.bs",
6037
6037
  "alternateUrls": [],
6038
- "repository": "https://github.com/tc39/source-map-spec",
6038
+ "repository": "https://github.com/tc39/source-map",
6039
6039
  "filename": "index.html"
6040
6040
  },
6041
6041
  "organization": "Ecma International",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.14.0",
3
+ "version": "3.15.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",