@vertexvis/viewer 1.0.0-canary.1 → 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/README.template.md +2 -2
- package/package.json +8 -8
- package/readme.md +2 -2
package/README.template.md
CHANGED
|
@@ -165,7 +165,7 @@ function main() {
|
|
|
165
165
|
## Examples
|
|
166
166
|
|
|
167
167
|
Check out our [examples](../../examples) directory and
|
|
168
|
-
[Examples](https://developer.
|
|
168
|
+
[Examples](https://developer.vertex3d.com/examples) page on our Dev Portal to
|
|
169
169
|
get an idea of what you can do with Vertex's Viewer component.
|
|
170
170
|
|
|
171
171
|
## Documentation
|
|
@@ -182,5 +182,5 @@ dedicated READMEs corresponding to their functionality:
|
|
|
182
182
|
- [model-views](./src/lib/model-views/readme.md)
|
|
183
183
|
- [pmi](./src/lib/pmi/readme.md)
|
|
184
184
|
|
|
185
|
-
[vertex]: https://www.
|
|
185
|
+
[vertex]: https://www.vertex3d.com
|
|
186
186
|
[web components]: https://developer.mozilla.org/en-US/docs/Web/Web_Components
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertexvis/viewer",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.2",
|
|
4
4
|
"description": "The Vertex SDK for viewing models.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"author": "Vertex Developers <support@
|
|
6
|
+
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
|
|
7
7
|
"homepage": "https://github.com/Vertexvis/vertex-web-sdk#readme",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"@improbable-eng/grpc-web": "^0.15.0",
|
|
77
77
|
"@stencil/core": "^4.0.0",
|
|
78
78
|
"@vertexvis/frame-streaming-protos": "^0.17.0",
|
|
79
|
-
"@vertexvis/geometry": "1.0.0-canary.
|
|
80
|
-
"@vertexvis/html-templates": "1.0.0-canary.
|
|
79
|
+
"@vertexvis/geometry": "1.0.0-canary.2",
|
|
80
|
+
"@vertexvis/html-templates": "1.0.0-canary.2",
|
|
81
81
|
"@vertexvis/scene-tree-protos": "^0.1.26",
|
|
82
82
|
"@vertexvis/scene-view-protos": "^0.8.1",
|
|
83
|
-
"@vertexvis/stream-api": "1.0.0-canary.
|
|
84
|
-
"@vertexvis/utils": "1.0.0-canary.
|
|
83
|
+
"@vertexvis/stream-api": "1.0.0-canary.2",
|
|
84
|
+
"@vertexvis/utils": "1.0.0-canary.2",
|
|
85
85
|
"@vertexvis/web-workers": "^0.1.0",
|
|
86
86
|
"camel-case": "^4.1.2",
|
|
87
87
|
"classnames": "^2.3.1",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.0",
|
|
110
110
|
"@vertexvis/rollup-plugin-web-workers": "^0.1.0",
|
|
111
111
|
"@vertexvis/typescript-config-vertexvis": "1.1.0",
|
|
112
|
-
"@vertexwebsdk/build": "1.0.0-canary.
|
|
112
|
+
"@vertexwebsdk/build": "1.0.0-canary.2",
|
|
113
113
|
"abortcontroller-polyfill": "^1.7.3",
|
|
114
114
|
"chance": "^1.1.8",
|
|
115
115
|
"eslint": "^8.57.1",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"typedoc": "^0.28.14",
|
|
126
126
|
"typescript": "^5.2.0"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "1cd429a9c35fd4c93f618995525272d02e1ba3ad"
|
|
129
129
|
}
|
package/readme.md
CHANGED
|
@@ -165,7 +165,7 @@ function main() {
|
|
|
165
165
|
## Examples
|
|
166
166
|
|
|
167
167
|
Check out our [examples](../../examples) directory and
|
|
168
|
-
[Examples](https://developer.
|
|
168
|
+
[Examples](https://developer.vertex3d.com/examples) page on our Dev Portal to
|
|
169
169
|
get an idea of what you can do with Vertex's Viewer component.
|
|
170
170
|
|
|
171
171
|
## Documentation
|
|
@@ -223,5 +223,5 @@ dedicated READMEs corresponding to their functionality:
|
|
|
223
223
|
- [model-views](./src/lib/model-views/readme.md)
|
|
224
224
|
- [pmi](./src/lib/pmi/readme.md)
|
|
225
225
|
|
|
226
|
-
[vertex]: https://www.
|
|
226
|
+
[vertex]: https://www.vertex3d.com
|
|
227
227
|
[web components]: https://developer.mozilla.org/en-US/docs/Web/Web_Components
|