@pdfme/common 3.4.0-dev.0 → 3.4.1

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -226,6 +226,7 @@ The designer instance can be manipulated with the following methods.
226
226
  - `saveTemplate`
227
227
  - `updateTemplate`
228
228
  - `getTemplate`
229
+ - `getPageCursor`
229
230
  - `onChangeTemplate`
230
231
  - `onSaveTemplate`
231
232
  - `destroy`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/common",
3
- "version": "3.4.0-dev.0",
3
+ "version": "3.4.1",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",