chore: update minimum core version to 8.0.1 in publish script

This commit is contained in:
Daniel Sogl
2025-06-14 13:54:52 +02:00
parent f5b16d501f
commit 54eefb606d
+1 -1
View File
@@ -30,7 +30,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins');
const PACKAGES = [];
const MIN_CORE_VERSION = '^6.0.1';
const MIN_CORE_VERSION = '^8.0.1';
const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0';
const PLUGIN_PEER_DEPENDENCIES = {