@docmentis/udoc-viewer 0.5.0 → 0.5.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.
- package/README.md +5 -5
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ A free, open-source, universal document viewer for the web. Render PDF, PPTX, an
|
|
|
5
5
|
[](https://www.npmjs.com/package/@docmentis/udoc-viewer)
|
|
6
6
|
[](./LICENSE)
|
|
7
7
|
|
|
8
|
-
**[Live Demo](https://docmentis.com/viewer/demo)** · **[Guide](https://docmentis.com/viewer/guide)** · **[Report Issue](https://github.com/docmentis/udoc-viewer/issues)**
|
|
8
|
+
**[Live Demo](https://docmentis.com/viewer/demo)** · **[Guide](https://docmentis.com/viewer/guide)** · **[Report Issue](https://github.com/docmentis/docmentis-udoc-viewer/issues)**
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -366,8 +366,8 @@ Requires WebAssembly support.
|
|
|
366
366
|
|
|
367
367
|
We welcome bug reports, feature requests, and pull requests.
|
|
368
368
|
|
|
369
|
-
- **Issues**: [github.com/docmentis/udoc-viewer/issues](https://github.com/docmentis/udoc-viewer/issues)
|
|
370
|
-
- **Discussions**: [github.com/docmentis/udoc-viewer/discussions](https://github.com/docmentis/udoc-viewer/discussions)
|
|
369
|
+
- **Issues**: [github.com/docmentis/docmentis-udoc-viewer/issues](https://github.com/docmentis/docmentis-udoc-viewer/issues)
|
|
370
|
+
- **Discussions**: [github.com/docmentis/docmentis-udoc-viewer/discussions](https://github.com/docmentis/docmentis-udoc-viewer/discussions)
|
|
371
371
|
|
|
372
372
|
## License
|
|
373
373
|
|
|
@@ -379,5 +379,5 @@ The WebAssembly binary (`src/wasm/udoc_bg.wasm`) is distributed under the [docMe
|
|
|
379
379
|
|
|
380
380
|
- 🌐 [docmentis.com](https://docmentis.com)
|
|
381
381
|
- 📦 [npm package](https://www.npmjs.com/package/@docmentis/udoc-viewer)
|
|
382
|
-
- 📂 [GitHub](https://github.com/docmentis/udoc-viewer)
|
|
383
|
-
- 💬 [Report an issue](https://github.com/docmentis/udoc-viewer/issues)
|
|
382
|
+
- 📂 [GitHub](https://github.com/docmentis/docmentis-udoc-viewer)
|
|
383
|
+
- 💬 [Report an issue](https://github.com/docmentis/docmentis-udoc-viewer/issues)
|
package/dist/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docmentis/udoc-viewer",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Free, open-source, universal document viewer for the web. Render PDF, PPTX, and images with high fidelity — no server required.",
|
|
7
7
|
"homepage": "https://docmentis.com/viewer/guide",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/docmentis/udoc-viewer.git",
|
|
10
|
+
"url": "https://github.com/docmentis/docmentis-udoc-viewer.git",
|
|
11
11
|
"directory": "packages/udoc-viewer"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/docmentis/udoc-viewer/issues"
|
|
14
|
+
"url": "https://github.com/docmentis/docmentis-udoc-viewer/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"pdf",
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docmentis/udoc-viewer",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Free, open-source, universal document viewer for the web. Render PDF, PPTX, and images with high fidelity — no server required.",
|
|
7
7
|
"homepage": "https://docmentis.com/viewer/guide",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/docmentis/udoc-viewer.git",
|
|
10
|
+
"url": "https://github.com/docmentis/docmentis-udoc-viewer.git",
|
|
11
11
|
"directory": "packages/udoc-viewer"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/docmentis/udoc-viewer/issues"
|
|
14
|
+
"url": "https://github.com/docmentis/docmentis-udoc-viewer/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"pdf",
|