@stackable-labs/cli-app-extension 1.31.0 → 1.33.0

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1706,7 +1706,7 @@ var scaffold = async (options) => {
1706
1706
  "__EXTENSION_ID__": toKebabCase(options.extensionId || options.name),
1707
1707
  "__EXTENSION_DISPLAY_NAME__": options.name,
1708
1708
  "replace-with-extension-name": toKebabCase(options.name),
1709
- "replace-with-extension-package-name": `@agnostack/extensions-${toKebabCase(options.extensionId || options.name)}`
1709
+ "replace-with-extension-package-name": `extension-${toKebabCase(options.name)}`
1710
1710
  });
1711
1711
  if (flavor === "starter") {
1712
1712
  const selectedTargets = normalizeTargets(options.targets);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/cli-app-extension",
3
- "version": "1.31.0",
3
+ "version": "1.33.0",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "bin": {