@capawesome/capacitor-pdf-generator 0.1.1 → 0.1.2

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/Package.swift CHANGED
@@ -19,10 +19,6 @@ let package = Package(
19
19
  .product(name: "Capacitor", package: "capacitor-swift-pm"),
20
20
  .product(name: "Cordova", package: "capacitor-swift-pm")
21
21
  ],
22
- path: "ios/Plugin"),
23
- .testTarget(
24
- name: "PdfGeneratorPluginTests",
25
- dependencies: ["PdfGeneratorPlugin"],
26
- path: "ios/PluginTests")
22
+ path: "ios/Plugin")
27
23
  ]
28
24
  )
package/README.md CHANGED
@@ -16,8 +16,8 @@ Capacitor plugin to generate paginated PDF files from HTML content or URLs.
16
16
  - 🖋️ **Vector Output**: Text stays selectable and sharp at any zoom level.
17
17
  - 📂 **File Output**: Results are written to a file so even large documents don't exhaust memory.
18
18
  - ⏱️ **Timeout**: Configurable timeout so hung pages never hang your app.
19
- - 🤝 **Compatibility**: Works alongside the [PDF Viewer](https://capawesome.io/docs/sdks/capacitor/pdf-viewer/), [Printer](https://capawesome.io/docs/sdks/capacitor/printer/) and [File Opener](https://capawesome.io/docs/sdks/capacitor/file-opener/) plugins.
20
19
  - 🔒 **App Store safe**: Uses only official platform APIs.
20
+ - 🤝 **Compatibility**: Works alongside the [PDF Viewer](https://capawesome.io/docs/sdks/capacitor/pdf-viewer/), [Printer](https://capawesome.io/docs/sdks/capacitor/printer/) and [File Opener](https://capawesome.io/docs/sdks/capacitor/file-opener/) plugins.
21
21
  - 📦 **CocoaPods & SPM**: Supports CocoaPods and Swift Package Manager for iOS.
22
22
  - 🔁 **Up-to-date**: Always supports the latest Capacitor version.
23
23
 
@@ -261,9 +261,9 @@ Yes, the plugin is framework-agnostic. It works in any Capacitor app regardless
261
261
 
262
262
  ## Related Plugins
263
263
 
264
+ - [File Opener](https://capawesome.io/docs/sdks/capacitor/file-opener/): Open a file with the default application.
264
265
  - [PDF Viewer](https://capawesome.io/docs/sdks/capacitor/pdf-viewer/): Display PDF documents in a fullscreen native viewer.
265
266
  - [Printer](https://capawesome.io/docs/sdks/capacitor/printer/): Print HTML, PDFs, files and more on Android and iOS.
266
- - [File Opener](https://capawesome.io/docs/sdks/capacitor/file-opener/): Open a file with the default application.
267
267
 
268
268
  ## Newsletter
269
269
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capawesome/capacitor-pdf-generator",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Capacitor plugin to generate paginated PDF files from HTML content or URLs on Android and iOS.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -68,15 +68,15 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@capacitor/android": "8.0.0",
71
- "@capacitor/cli": "8.0.0",
71
+ "@capacitor/cli": "8.4.2",
72
72
  "@capacitor/core": "8.0.0",
73
73
  "@capacitor/docgen": "0.3.1",
74
74
  "@capacitor/ios": "8.0.0",
75
75
  "@ionic/eslint-config": "0.4.0",
76
76
  "eslint": "8.57.0",
77
- "prettier-plugin-java": "2.6.7",
77
+ "prettier-plugin-java": "2.9.7",
78
78
  "rimraf": "6.1.2",
79
- "rollup": "4.53.3",
79
+ "rollup": "4.62.3",
80
80
  "swiftlint": "2.0.0",
81
81
  "typescript": "5.9.3"
82
82
  },