create-cookbook 1.0.0-beta.120 → 1.0.0-beta.121

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__.mjs CHANGED
@@ -1 +1 @@
1
- export const __VERSION__ = "1.0.0-beta.120";
1
+ export const __VERSION__ = "1.0.0-beta.121";
package/index.mjs CHANGED
@@ -17,6 +17,7 @@ const color = gradient(["cyan", "#2d9b87"]);
17
17
 
18
18
  (async () => {
19
19
  const args = process.argv.slice(2);
20
+ // oxlint-disable-next-line no-unused-vars
20
21
  let version = "latest";
21
22
  let installPath = undefined;
22
23
  for (const arg of args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cookbook",
3
- "version": "1.0.0-beta.120",
3
+ "version": "1.0.0-beta.121",
4
4
  "main": "index.mjs",
5
5
  "bin": {
6
6
  "create-cookbook": "./index.mjs"