create-nyoworks 3.2.0 → 3.2.1

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.
Files changed (2) hide show
  1. package/dist/init.js +1 -0
  2. package/package.json +1 -1
package/dist/init.js CHANGED
@@ -407,6 +407,7 @@ export async function createProject(projectName) {
407
407
  "${APP_NAME}": primaryApp.name,
408
408
  "${PRODUCT_TYPE}": primaryApp.id,
409
409
  "${RESPONSE_LANGUAGE}": LANGUAGE_RESPONSES[language] || "Turkish",
410
+ "@nyoworks/": `@${slug}/`,
410
411
  };
411
412
  process.stdout.write(pc.dim(" Replacing placeholders..."));
412
413
  await replacePlaceholders(targetDir, placeholders);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nyoworks",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Create a new NYOWORKS project",
5
5
  "type": "module",
6
6
  "bin": {