@newlogic-digital/cli 1.0.1 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newlogic-digital/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.mjs",
5
5
  "bin": {
6
6
  "newlogic-cli": "index.mjs",
@@ -370,7 +370,7 @@ export default function prepare(options) {
370
370
 
371
371
  declare(strict_types=1);
372
372
 
373
- namespace App\SComponents\Factory;
373
+ namespace App\Components\Factory;
374
374
 
375
375
  use ${'App\\Components\\'}${name};
376
376