@vertexvis/doc-viewer 1.0.0-canary.0 → 1.0.0-canary.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.
- package/package.json +5 -5
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertexvis/doc-viewer",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.2",
|
|
4
4
|
"description": "The Vertex SDK for viewing documents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"collection:main": "dist/collection/index.js",
|
|
12
12
|
"unpkg": "dist/doc-viewer/doc-viewer.esm.js",
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"author": "Vertex Developers <support@
|
|
14
|
+
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
|
|
15
15
|
"homepage": "https://github.com/Vertexvis/vertex-web-sdk#readme",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
"typescript": "~5.8.3"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@vertexvis/geometry": "1.0.0-canary.
|
|
99
|
-
"@vertexvis/utils": "1.0.0-canary.
|
|
98
|
+
"@vertexvis/geometry": "1.0.0-canary.2",
|
|
99
|
+
"@vertexvis/utils": "1.0.0-canary.2",
|
|
100
100
|
"classnames": "^2.5.1",
|
|
101
101
|
"pdfjs-dist": "^5.5.207",
|
|
102
102
|
"resize-observer": "^1.0.4"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "1cd429a9c35fd4c93f618995525272d02e1ba3ad"
|
|
105
105
|
}
|
package/readme.md
CHANGED
|
@@ -13,5 +13,5 @@ can run in any browser supporting the Custom Elements v1 specification. For
|
|
|
13
13
|
browsers that do not support the Custom Elements v1 spec, a polyfill will
|
|
14
14
|
automatically be used.
|
|
15
15
|
|
|
16
|
-
[vertex]: https://www.
|
|
16
|
+
[vertex]: https://www.vertex3d.com
|
|
17
17
|
[web components]: https://developer.mozilla.org/en-US/docs/Web/Web_Components
|