web-specs 2.1.0 → 2.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 +1 -32
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -3849,37 +3849,6 @@
3849
3849
  ]
3850
3850
  }
3851
3851
  },
3852
- {
3853
- "url": "https://wicg.github.io/floc/",
3854
- "seriesComposition": "full",
3855
- "shortname": "floc",
3856
- "series": {
3857
- "shortname": "floc",
3858
- "currentSpecification": "floc",
3859
- "title": "Federated Learning of Cohorts",
3860
- "shortTitle": "Federated Learning of Cohorts",
3861
- "nightlyUrl": "https://wicg.github.io/floc/"
3862
- },
3863
- "organization": "W3C",
3864
- "groups": [
3865
- {
3866
- "name": "Web Platform Incubator Community Group",
3867
- "url": "https://www.w3.org/community/wicg/"
3868
- }
3869
- ],
3870
- "nightly": {
3871
- "url": "https://wicg.github.io/floc/",
3872
- "repository": "https://github.com/WICG/floc",
3873
- "sourcePath": "floc.bs",
3874
- "filename": "index.html"
3875
- },
3876
- "title": "Federated Learning of Cohorts",
3877
- "source": "spec",
3878
- "shortTitle": "Federated Learning of Cohorts",
3879
- "categories": [
3880
- "browser"
3881
- ]
3882
- },
3883
3852
  {
3884
3853
  "url": "https://wicg.github.io/get-installed-related-apps/spec/",
3885
3854
  "seriesComposition": "full",
@@ -4407,7 +4376,7 @@
4407
4376
  "tests": {
4408
4377
  "repository": "https://github.com/web-platform-tests/wpt",
4409
4378
  "testPaths": [
4410
- "app-history"
4379
+ "navigation-api"
4411
4380
  ]
4412
4381
  }
4413
4382
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",