Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexwebsdk/build",
"version": "1.0.1",
"version": "1.1.0",
"description": "Private repo for shared build tooling.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.1.0",
"npmClient": "yarn",
"command": {
"version": {
Expand All @@ -10,4 +10,4 @@
]
}
}
}
}
6 changes: 3 additions & 3 deletions packages/doc-viewer-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/doc-viewer-react",
"version": "1.0.1",
"version": "1.1.0",
"description": "React bindings for the Vertex Document Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down Expand Up @@ -43,13 +43,13 @@
},
"dependencies": {
"@stencil/react-output-target": "^1.5.3",
"@vertexvis/doc-viewer": "1.0.1"
"@vertexvis/doc-viewer": "1.1.0"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.6.1",
"@vertexwebsdk/build": "1.0.1",
"@vertexwebsdk/build": "1.1.0",
"eslint": "^8.57.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/doc-viewer-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/doc-viewer-vue",
"version": "1.0.1",
"version": "1.1.0",
"description": "Vue bindings for the Vertex Document Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"@stencil/vue-output-target": "^0.13.1",
"@vertexvis/doc-viewer": "1.0.1"
"@vertexvis/doc-viewer": "1.1.0"
},
"devDependencies": {
"@vertexvis/eslint-config-vertexvis-typescript": "^0.6.1",
"@vertexwebsdk/build": "1.0.1",
"@vertexwebsdk/build": "1.1.0",
"eslint": "^8.57.1",
"rollup": "^4.62.2",
"tslib": "^2.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/doc-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/doc-viewer",
"version": "1.0.1",
"version": "1.1.0",
"description": "The Vertex SDK for viewing documents.",
"type": "module",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -96,8 +96,8 @@
"typescript": "~5.9.3"
},
"dependencies": {
"@vertexvis/geometry": "1.0.1",
"@vertexvis/utils": "1.0.1",
"@vertexvis/geometry": "1.1.0",
"@vertexvis/utils": "1.1.0",
"classnames": "^2.5.1",
"pdfjs-dist": "^5.5.207",
"resize-observer": "^1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/geometry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ viewer.
</head>
<body>
<script type="module">
import { Vector3 } from 'https://cdn.jsdelivr.net/npm/@vertexvis/geometry@1.0.1/dist/cdn/bundle.esm.js';
import { Vector3 } from 'https://cdn.jsdelivr.net/npm/@vertexvis/geometry@1.1.0/dist/cdn/bundle.esm.js';

async function main() {
const viewer = document.querySelector('#viewer');
Expand Down
4 changes: 2 additions & 2 deletions packages/geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/geometry",
"version": "1.0.1",
"version": "1.1.0",
"description": "Library for 2D and 3D geometric types.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/jest": "^29.5.14",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.6.1",
"@vertexvis/jest-config-vertexvis": "^0.6.1",
"@vertexwebsdk/build": "1.0.1",
"@vertexwebsdk/build": "1.1.0",
"eslint": "^8.57.1",
"jest": "^29.5.14",
"jest-cli": "^29.5.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/html-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/html-templates",
"version": "1.0.1",
"version": "1.1.0",
"description": "HTML templating library for Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down Expand Up @@ -45,13 +45,13 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@vertexvis/utils": "1.0.1"
"@vertexvis/utils": "1.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.6.1",
"@vertexvis/jest-config-vertexvis": "^0.6.1",
"@vertexwebsdk/build": "1.0.1",
"@vertexwebsdk/build": "1.1.0",
"eslint": "^8.57.1",
"jest": "^29.5.14",
"jest-cli": "^29.5.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/stream-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/stream-api",
"version": "1.0.1",
"version": "1.1.0",
"description": "A websocket client for interacting with Vertex's stream API.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@types/jest": "^29.5.14",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.6.1",
"@vertexvis/jest-config-vertexvis": "^0.6.1",
"@vertexvis/utils": "1.0.1",
"@vertexwebsdk/build": "1.0.1",
"@vertexvis/utils": "1.1.0",
"@vertexwebsdk/build": "1.1.0",
"eslint": "^8.57.1",
"jest": "^29.5.14",
"jest-cli": "^29.5.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/utils",
"version": "1.0.1",
"version": "1.1.0",
"description": "Utility library for Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/jest": "^29.5.14",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.6.1",
"@vertexvis/jest-config-vertexvis": "^0.6.1",
"@vertexwebsdk/build": "1.0.1",
"@vertexwebsdk/build": "1.1.0",
"eslint": "^8.57.1",
"jest": "^29.5.14",
"jest-cli": "^29.5.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/viewer-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/viewer-react",
"version": "1.0.1",
"version": "1.1.0",
"description": "React bindings for the Vertex Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down Expand Up @@ -43,13 +43,13 @@
},
"dependencies": {
"@stencil/react-output-target": "^1.5.3",
"@vertexvis/viewer": "1.0.1"
"@vertexvis/viewer": "1.1.0"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.6.1",
"@vertexwebsdk/build": "1.0.1",
"@vertexwebsdk/build": "1.1.0",
"eslint": "^8.57.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/viewer-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/viewer-vue",
"version": "1.0.1",
"version": "1.1.0",
"description": "Vue bindings for the Vertex Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"@stencil/vue-output-target": "^0.13.1",
"@vertexvis/viewer": "1.0.1"
"@vertexvis/viewer": "1.1.0"
},
"devDependencies": {
"@vertexvis/eslint-config-vertexvis-typescript": "^0.6.1",
"@vertexwebsdk/build": "1.0.1",
"@vertexwebsdk/build": "1.1.0",
"eslint": "^8.57.1",
"rollup": "^4.62.2",
"tslib": "^2.4.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/viewer",
"version": "1.0.1",
"version": "1.1.0",
"description": "The Vertex SDK for viewing models.",
"license": "MIT",
"author": "Vertex Developers <support@vertex3d.com> (https://developer.vertex3d.com)",
Expand Down Expand Up @@ -76,12 +76,12 @@
"@improbable-eng/grpc-web": "^0.15.0",
"@stencil/core": "^4.43.5",
"@vertexvis/frame-streaming-protos": "^0.18.7",
"@vertexvis/geometry": "1.0.1",
"@vertexvis/html-templates": "1.0.1",
"@vertexvis/geometry": "1.1.0",
"@vertexvis/html-templates": "1.1.0",
"@vertexvis/scene-tree-protos": "^0.1.33",
"@vertexvis/scene-view-protos": "^0.8.4",
"@vertexvis/stream-api": "1.0.1",
"@vertexvis/utils": "1.0.1",
"@vertexvis/stream-api": "1.1.0",
"@vertexvis/utils": "1.1.0",
"@vertexvis/web-workers": "^0.2.0",
"camel-case": "^4.1.2",
"classnames": "^2.3.1",
Expand Down Expand Up @@ -112,7 +112,7 @@
"@vertexvis/eslint-config-vertexvis-typescript": "^0.6.1",
"@vertexvis/rollup-plugin-web-workers": "^0.2.0",
"@vertexvis/typescript-config-vertexvis": "1.3.1",
"@vertexwebsdk/build": "1.0.1",
"@vertexwebsdk/build": "1.1.0",
"abortcontroller-polyfill": "^1.7.3",
"chance": "^1.1.8",
"eslint": "^8.57.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/viewer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ file that references our published JS bundles from a CDN.
<head>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@vertexvis/viewer@1.0.1/dist/viewer/viewer.css"
href="https://cdn.jsdelivr.net/npm/@vertexvis/viewer@1.1.0/dist/viewer/viewer.css"
/>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@vertexvis/viewer@1.0.1/dist/viewer/viewer.esm.js"
src="https://cdn.jsdelivr.net/npm/@vertexvis/viewer@1.1.0/dist/viewer/viewer.esm.js"
></script>
</head>

Expand All @@ -51,7 +51,7 @@ These utilities can be imported from a CDN as shown below:
</head>
<body>
<script type="module">
import { ColorMaterial } from 'https://cdn.jsdelivr.net/npm/@vertexvis/viewer@1.0.1/dist/esm/index.mjs';
import { ColorMaterial } from 'https://cdn.jsdelivr.net/npm/@vertexvis/viewer@1.1.0/dist/esm/index.mjs';

function main() {
const color = ColorMaterial.fromHex('#ff0000');
Expand Down Expand Up @@ -88,7 +88,7 @@ dependency to your `package.json`:
```json
{
"dependencies": {
"@vertexvis/viewer": "^1.0.1"
"@vertexvis/viewer": "^1.1.0"
}
}
```
Expand Down
Loading