@capacitor/create-plugin 0.18.1 → 0.19.0-0

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.
Binary file
Binary file
package/dist/template.js CHANGED
@@ -7,7 +7,7 @@ const mustache_1 = tslib_1.__importDefault(require("mustache"));
7
7
  const path_1 = require("path");
8
8
  const tar_1 = tslib_1.__importDefault(require("tar"));
9
9
  const MUSTACHE_EXTENSION = '.mustache';
10
- exports.CAPACITOR_VERSION = '^6.0.0';
10
+ exports.CAPACITOR_VERSION = '7.0.0-rc.0';
11
11
  const TEMPLATE_PATH = (0, path_1.resolve)(__dirname, '..', 'assets', 'plugin-template.tar.gz');
12
12
  const WWW_TEMPLATE_PATH = (0, path_1.resolve)(__dirname, '..', 'assets', 'www-template.tar.gz');
13
13
  const readPackageJson = async (p) => {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@capacitor/create-plugin",
3
- "version": "0.18.1",
3
+ "version": "0.19.0-0",
4
4
  "description": "Generate a new Capacitor plugin",
5
5
  "author": "Ionic Team <hi@ionicframework.com>",
6
6
  "homepage": "https://capacitorjs.com",
7
7
  "engines": {
8
- "node": ">=18.9.0"
8
+ "node": ">=20.0.0"
9
9
  },
10
10
  "main": "./dist/index.js",
11
11
  "bin": {