@energycap/components 0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1456 → 0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1511

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.
@@ -14,6 +14,7 @@ export declare class TourService {
14
14
  */
15
15
  start(tours: Tour[], isAutoStart?: boolean): void;
16
16
  end(): void;
17
+ append(tours: Tour[]): void;
17
18
  /**
18
19
  * Returns a formatted cache key for tours
19
20
  * @param tour
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1456",
3
+ "version": "0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1511",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },