taxtank-core 2.0.58 → 2.0.60

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.
package/index.d.ts CHANGED
@@ -8634,7 +8634,6 @@ declare class PdfSettings {
8634
8634
  * in which all the styles that the user sees on the page will be saved
8635
8635
  */
8636
8636
  declare class PdfFromDomElementService {
8637
- private createIsolatedDocument;
8638
8637
  private init;
8639
8638
  download(elements: NodeListOf<HTMLElement>, fileSettings?: PdfSettings): Observable<unknown>;
8640
8639
  export(elements: NodeListOf<HTMLElement>, filename?: string): Observable<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.58",
3
+ "version": "2.0.60",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",