diff --git a/dist/index.js b/dist/index.js index 7252fe6..f25bd21 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,5 +1,5 @@ /*! - * pdf-view v1.0.3 + * pdf-view v1.0.4 * (c) 2024-12-4 */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self)["pdf-preview"]=t()}(this,(function(){"use strict";var commonjsGlobal="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function getAugmentedNamespace(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach((function(r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})})),t}function commonjsRequire(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')} diff --git a/package.json b/package.json index 59fbb25..0bcd035 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdf-component", - "version": "1.0.3", + "version": "1.0.4", "description": "", "main": "dist/index.js", "author": "xujiujiu",