chore: update minimum core version to 8.0.2 in publish script

This commit is contained in:
Daniel Sogl
2025-06-14 14:10:16 +02:00
parent 6bcec9b4a2
commit d1a52cdef3

View File

@@ -30,7 +30,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins');
const PACKAGES = []; const PACKAGES = [];
const MIN_CORE_VERSION = '^8.0.1'; const MIN_CORE_VERSION = '^8.0.2';
const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0'; const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0';
const PLUGIN_PEER_DEPENDENCIES = { const PLUGIN_PEER_DEPENDENCIES = {