Skip to content

@salesforce/b2c-cli@0.7.4: chore: version packages (#267)

Choose a tag to compare

@github-actions github-actions released this 16 Mar 17:03
· 138 commits to main since this release
fe25ae6

@salesforce/b2c-cli@0.7.4

Patch Changes

  • 4cf7249 - Add cartridges config option to specify which cartridges to deploy/watch. Supports comma or colon-separated strings, or arrays in dw.json. Also accepts cartridgesPath as an alias. The -c flag still takes precedence when provided. (Thanks @clavery!)

  • #264 9996eba - Fix multiple issues with the hook scaffold (#247): (Thanks @clavery!)

  • Updated dependencies [16bd9d6, 4cf7249, 9996eba, d50bf6b]:

    • @salesforce/b2c-tooling-sdk@0.9.0

@salesforce/b2c-dx-mcp@0.4.14

Patch Changes

@salesforce/b2c-tooling-sdk@0.9.0

Minor Changes

  • #263 16bd9d6 - resolveConfig() and the ConfigSource interface are now async. This enables config sources that perform async I/O such as keychain lookups, credential vaults, or network-based config stores. (Thanks @clavery!)

    Breaking: resolveConfig() now returns Promise<ResolvedB2CConfig> — callers must await the result. The ConfigSource.load() method return type is now MaybePromise<ConfigLoadResult | undefined>, so existing sync source implementations continue to work without changes.

Patch Changes

  • 4cf7249 - Add cartridges config option to specify which cartridges to deploy/watch. Supports comma or colon-separated strings, or arrays in dw.json. Also accepts cartridgesPath as an alias. The -c flag still takes precedence when provided. (Thanks @clavery!)

  • #264 9996eba - Fix multiple issues with the hook scaffold (#247): (Thanks @clavery!)

  • #262 d50bf6b - Replace @salesforce/telemetry with direct applicationinsights dependency to eliminate the punycode deprecation warning on Node 21+ (Thanks @clavery!)

b2c-vs-extension@0.2.4

Patch Changes