oolib 2.227.1 → 2.227.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.
@@ -58,7 +58,7 @@ function PDFEmbedFunction(props) {
58
58
  },
59
59
  // pass pdf meta deta here
60
60
  {
61
- name: fileName,
61
+ name: fileName || 'untitled.pdf',
62
62
  path: filePath,
63
63
  // "http://www.pdf995.com/samples/pdf.pdf",
64
64
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.227.1",
3
+ "version": "2.227.2",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",