baseline-browser-mapping 0.2.5 → 0.2.7

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.
@@ -1470,9 +1470,15 @@
1470
1470
  "engine_version": "109",
1471
1471
  "status": "unknown",
1472
1472
  "release_date": "2024-12-03"
1473
+ },
1474
+ "15.8": {
1475
+ "engine": "Blink",
1476
+ "engine_version": "109",
1477
+ "status": "unknown",
1478
+ "release_date": "2024-12-11"
1473
1479
  }
1474
1480
  }
1475
1481
  }
1476
1482
  },
1477
- "lastUpdated": "2024-12-06T16:55:25.321Z"
1483
+ "lastUpdated": "2024-12-11T14:04:29.647Z"
1478
1484
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseline-browser-mapping",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.",
5
5
  "exports": {
6
6
  ".": "./dist/index.js"