create-kecare 1.0.0-beta.3 → 1.0.0-beta.4

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.
package/__VERSION__.ts ADDED
@@ -0,0 +1 @@
1
+ export const __VERSION__ = '1.0.0-beta.4'
package/index.mjs CHANGED
@@ -22,6 +22,7 @@ const color = gradient(['cyan', '#2d9b87']);
22
22
  (async () => {
23
23
  const args = process.argv.slice(2);
24
24
 
25
+ // oxlint-disable-next-line no-unused-vars
25
26
  let version = 'latest';
26
27
  let installPath = undefined;
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kecare",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "main": "index.mjs",
5
5
  "repository": {
6
6
  "type": "git",