@grupodiariodaregiao/bunstone 0.1.1 → 0.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/bin/cli.ts +1 -1
  2. package/package.json +1 -1
package/bin/cli.ts CHANGED
@@ -129,7 +129,7 @@ export class AppModule {}
129
129
  await writeFile(join(projectPath, "src/app.module.ts"), appModuleTs);
130
130
 
131
131
  // src/controllers/app.controller.ts
132
- const controllerTs = `import { Controller, Get } from "@grupodiariodaregiao/bunstone";
132
+ const controllerTs = `import { Controller, Get, Render } from "@grupodiariodaregiao/bunstone";
133
133
  import { AppService } from "@/services/app.service";
134
134
  import { Welcome } from "@/views/Welcome";
135
135
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "./dist/index.js",
4
4
  "module": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
- "version": "0.1.1",
6
+ "version": "0.1.2",
7
7
  "type": "module",
8
8
  "bin": {
9
9
  "bunstone": "./bin/cli.ts"