create-next2d-app 2.1.1 → 2.1.2

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -354,7 +354,7 @@ const createApp = (app_name, template = "@next2d/framework-template") => {
354
354
  ];
355
355
  fs.writeFileSync(path.join(root, ".gitignore"), ignoreList.join(os.EOL));
356
356
  install(root, appName, template, ["@next2d/framework"], [
357
- "@next2d/vite-auto-loader-plugin",
357
+ "@next2d/vite-plugin-next2d-auto-loader",
358
358
  "jsdom",
359
359
  "vite",
360
360
  "vitest",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-next2d-app",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Create Next2D apps with no build configuration.",
5
5
  "author": "Toshiyuki Ienaga<ienaga@next2d.app>",
6
6
  "license": "MIT",