@superblocksteam/cli 2.0.6-next.4 → 2.0.6-next.41

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/README.md CHANGED
@@ -14,7 +14,7 @@ $ npm install -g @superblocksteam/cli
14
14
  $ superblocks COMMAND
15
15
  running command...
16
16
  $ superblocks (--version)
17
- @superblocksteam/cli/2.0.6-next.4 linux-x64 node-v20.19.0
17
+ @superblocksteam/cli/2.0.6-next.41 linux-x64 node-v20.19.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
@@ -235,5 +235,6 @@ var init_api = __esm({
235
235
  init_api();
236
236
  export {
237
237
  readAppApiYamlFile,
238
+ resolveLanguageSpecificStepContentFromBlocks,
238
239
  writeApiFiles
239
240
  };