@frontstackdev/cli 0.0.0-canary-20241119164508 → 0.0.0-canary-20241119183218

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.
@@ -35,12 +35,12 @@ type RequestOptions = {
35
35
  {{#if this.post.requestBody}}
36
36
  {{#with this.post.requestBody.content.[application/json].schema.properties.param}}
37
37
  {{#each properties}}
38
- {{#if @first}}{{else}}
38
+ {{#if @first}}{{else}}
39
39
  {{/if}}
40
40
  /**
41
41
  * @description {{description}}
42
42
  */
43
- {{@key}}: {{getSchemaType this}};
43
+ {{@key}}: {{{getSchemaType this}}};
44
44
  {{/each}}
45
45
  {{/with}}
46
46
  {{/if}}
package/dist/version CHANGED
@@ -1 +1 @@
1
- 0.0.0-canary-20241119164508
1
+ 0.0.0-canary-20241119183218
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontstackdev/cli",
3
- "version": "0.0.0-canary-20241119164508",
3
+ "version": "0.0.0-canary-20241119183218",
4
4
  "description": "frontstack CLI for managing projects",
5
5
  "type": "module",
6
6
  "module": "dist/frontstack.mjs",