Bug fix that enabling capacitor copy file from www

This commit is contained in:
Eudes Inácio
2021-12-02 15:09:06 +01:00
parent 8809aa2779
commit d0e72d78ba
3 changed files with 15 additions and 1 deletions
+13
View File
@@ -8115,6 +8115,19 @@
}
}
},
"cordova-sqlite-storage": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/cordova-sqlite-storage/-/cordova-sqlite-storage-6.0.0.tgz",
"integrity": "sha512-njRloA3AICaUFztKHXoFfVcwlL7zbvyFxtdZIkK7P+MA3umILXtSKhYAQkSe2GtHr0LBNzJI5xUUqAlZl/Js0A==",
"requires": {
"cordova-sqlite-storage-dependencies": "4.0.0"
}
},
"cordova-sqlite-storage-dependencies": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cordova-sqlite-storage-dependencies/-/cordova-sqlite-storage-dependencies-4.0.0.tgz",
"integrity": "sha512-dTBxYaX/RGzH6+pp49o4sb3FuHCvhrssaKn1XMJ4LL3f9dnvz3rhFK2LdcWrdFkhOLOndnW/azUkbzZd+WWhRA=="
},
"core-js": {
"version": "3.18.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.1.tgz",