@frontstackdev/cli 0.0.0-canary-20241009083543 → 0.0.0-canary-20241010201544

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.
@@ -11,7 +11,7 @@ type Method = 'GET' | 'POST' | 'PUT' | 'DELETE'
11
11
 
12
12
  const endpoints: BlockEndpoints = {
13
13
  {{#each paths}}
14
- {{#if (endsWith this.get.operationId "Block")}}
14
+ {{#if (endsWith this.post.operationId "Block")}}
15
15
  {{this.summary}}: '{{@key}}',
16
16
  {{/if}}
17
17
  {{/each}}
package/dist/version CHANGED
@@ -1 +1 @@
1
- 0.0.0-canary-20241009083543
1
+ 0.0.0-canary-20241010201544
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontstackdev/cli",
3
- "version": "0.0.0-canary-20241009083543",
3
+ "version": "0.0.0-canary-20241010201544",
4
4
  "description": "Frontstack CLI for managing projects",
5
5
  "type": "module",
6
6
  "module": "dist/frontstack.mjs",