create-powerapps-project 0.25.1 → 0.25.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/lib/plopfile.js CHANGED
@@ -297,7 +297,7 @@ exports.default = (plop) => {
297
297
  type: 'addMany',
298
298
  templateFiles: [
299
299
  '../plop-templates/pcf/App.tsx.hbs',
300
- '../plop-templates/pcf/AppContext.ts'
300
+ '../plop-templates/pcf/AppContext.tsx'
301
301
  ],
302
302
  base: '../plop-templates/pcf',
303
303
  destination: `${process.cwd()}/{{name}}`,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-powerapps-project",
3
3
  "description": "💧 plop generator for Dataverse development",
4
- "version": "0.25.1",
4
+ "version": "0.25.2",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
7
7
  "bin": {