canvasframework 0.5.63 → 0.5.65

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.
@@ -131,6 +131,7 @@ const FIXED_COMPONENT_TYPES = new Set([
131
131
  QRCodeReader,
132
132
  Banner,
133
133
  SliverAppBar,
134
+ PDFViewer,
134
135
  BottomSheet,
135
136
  ContextMenu,
136
137
  OpenStreetMap,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasframework",
3
- "version": "0.5.63",
3
+ "version": "0.5.65",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/beyons/CanvasFramework.git"