@vertexvis/doc-viewer 1.0.0-canary.1 → 1.0.0-canary.3

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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. 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.1",
3
+ "version": "1.0.0-canary.3",
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@vertexvis.com> (https://developer.vertexvis.com)",
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.1",
99
- "@vertexvis/utils": "1.0.0-canary.1",
98
+ "@vertexvis/geometry": "1.0.0-canary.3",
99
+ "@vertexvis/utils": "1.0.0-canary.3",
100
100
  "classnames": "^2.5.1",
101
101
  "pdfjs-dist": "^5.5.207",
102
102
  "resize-observer": "^1.0.4"
103
103
  },
104
- "gitHead": "7432c815d2113088cde98ffa13526445aefb3521"
104
+ "gitHead": "09cb2ea2a464d4af7dc26793ab1ba99dc95d9219"
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.vertexvis.com
16
+ [vertex]: https://www.vertex3d.com
17
17
  [web components]: https://developer.mozilla.org/en-US/docs/Web/Web_Components