@salesforce/templates 54.6.0 → 54.7.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.
@@ -4,4 +4,6 @@ export default class <%= className %> extends LightningElement {
4
4
  @api getState;
5
5
  @api setState;
6
6
  @api refresh;
7
+
8
+ @api stateChangedCallback(prevState, newState) {}
7
9
  }
@@ -9,4 +9,6 @@ export default class <%= className %> extends LightningElement {
9
9
  @api getState;
10
10
  @api setState;
11
11
  @api refresh;
12
+
13
+ @api stateChangedCallback(prevState, newState) {}
12
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/templates",
3
- "version": "54.6.0",
3
+ "version": "54.7.0",
4
4
  "description": "Salesforce JS library for templates",
5
5
  "bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
6
6
  "main": "lib/index.js",