dep!: bump all possible dependencies w/ node engine >=16.13.0 requirement (#121)

* dep!: bump all possible dependencies

- cordova-common@5.0.0
- cordova-serve@4.0.1
- nopt@7.1.0
- jasmine@4.6.0
- nyc@15.1.0
- tmp@0.2.1

* feat!: bump node engine requirement >=16.13.0
2 files changed
tree: 7e53394632fac7c51a825e124467f6bb07e80937
  1. .github/
  2. bin/
  3. cordova-js-src/
  4. cordova-lib/
  5. spec/
  6. .asf.yaml
  7. .eslintignore
  8. .eslintrc.yml
  9. .gitattributes
  10. .gitignore
  11. .npmrc
  12. .ratignore
  13. CONTRIBUTING.md
  14. LICENSE
  15. NOTICE
  16. package-lock.json
  17. package.json
  18. README.md
  19. RELEASENOTES.md
  20. VERSION
README.md

Node CI codecov.io

Cordova Browser

Target modern web browsers to build Apache Cordova based applications.

Goals

  • Browser targeted deployment
  • Surfacing native platform incompatibilities from the open web platform

PWA support

cordova-browser now includes support for progressive web apps (PWAs)

  • if your project supplies a manifest.json in the www/ dir, it will be used
    • a manifest.json will be generated otherwise
  • if your js code registers a service worker, it will also be used