baseline-browser-mapping 0.2.6 → 0.2.8

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.
@@ -983,6 +983,12 @@
983
983
  "engine_version": "100",
984
984
  "status": "unknown",
985
985
  "release_date": "2024-11-29"
986
+ },
987
+ "17.3": {
988
+ "engine": "Blink",
989
+ "engine_version": "100",
990
+ "status": "unknown",
991
+ "release_date": "2025-01-07"
986
992
  }
987
993
  }
988
994
  },
@@ -1470,9 +1476,15 @@
1470
1476
  "engine_version": "109",
1471
1477
  "status": "unknown",
1472
1478
  "release_date": "2024-12-03"
1479
+ },
1480
+ "15.8": {
1481
+ "engine": "Blink",
1482
+ "engine_version": "109",
1483
+ "status": "unknown",
1484
+ "release_date": "2024-12-11"
1473
1485
  }
1474
1486
  }
1475
1487
  }
1476
1488
  },
1477
- "lastUpdated": "2024-12-06T17:03:20.270Z"
1489
+ "lastUpdated": "2025-01-07T14:55:48.959Z"
1478
1490
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseline-browser-mapping",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
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"