@salesforce/b2c-cli@0.7.4: chore: version packages (#267)
@salesforce/b2c-cli@0.7.4
Patch Changes
-
4cf7249- Addcartridgesconfig option to specify which cartridges to deploy/watch. Supports comma or colon-separated strings, or arrays in dw.json. Also acceptscartridgesPathas an alias. The-cflag 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 theConfigSourceinterface 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 returnsPromise<ResolvedB2CConfig>— callers mustawaitthe result. TheConfigSource.load()method return type is nowMaybePromise<ConfigLoadResult | undefined>, so existing sync source implementations continue to work without changes.
Patch Changes
-
4cf7249- Addcartridgesconfig option to specify which cartridges to deploy/watch. Supports comma or colon-separated strings, or arrays in dw.json. Also acceptscartridgesPathas an alias. The-cflag 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!)