baseline-browser-mapping 0.2.7 → 0.2.9

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
  },
@@ -1476,9 +1482,15 @@
1476
1482
  "engine_version": "109",
1477
1483
  "status": "unknown",
1478
1484
  "release_date": "2024-12-11"
1485
+ },
1486
+ "15.9": {
1487
+ "engine": "Blink",
1488
+ "engine_version": "109",
1489
+ "status": "unknown",
1490
+ "release_date": "2025-02-01"
1479
1491
  }
1480
1492
  }
1481
1493
  }
1482
1494
  },
1483
- "lastUpdated": "2024-12-11T14:04:29.647Z"
1495
+ "lastUpdated": "2025-02-01T14:03:35.927Z"
1484
1496
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseline-browser-mapping",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
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"