netcore-blueprint 0.0.42 → 0.0.43

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.
@@ -23,7 +23,7 @@ if (!newModuleName) {
23
23
  // Template source
24
24
  // =======================
25
25
 
26
- const sourceModuleName = "ItemModule";
26
+ const sourceModuleName = "Item";
27
27
  const sourceEntityName = "Item";
28
28
 
29
29
  const modulesTemplateRoot = path.join(__dirname, "..", "Modules");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netcore-blueprint",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "A custom project blueprint",
5
5
  "main": "create.js",
6
6
  "bin": {