@shapediver/viewer.session 3.0.2 → 3.0.4
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 +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ The ShapeDiver Viewer consists of simple components that you can use in your own
|
|
|
24
24
|
The [session](./interfaces/ISessionApi.html) is the component that connects to the ShapeDiver servers. This component is used to change [parameters](./interfaces/IParameterApi.html), to create [exports](./interfaces/IExportApi.html) and to manage the [outputs](./interfaces/IOutputApi.html). For more information on what all of these terms mean, please visit our [help desk page](https://help.shapediver.com/doc/sessions).
|
|
25
25
|
|
|
26
26
|
```typescript
|
|
27
|
-
import { createSession } from '@shapediver/viewer';
|
|
27
|
+
import { createSession } from '@shapediver/viewer.session';
|
|
28
28
|
|
|
29
29
|
const session = await createSession({
|
|
30
30
|
id: 'mySession',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapediver/viewer.session",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webgl",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@shapediver/sdk.geometry-api-sdk-v2": "1.8.2",
|
|
53
|
-
"@shapediver/viewer.api.general": "3.0.
|
|
54
|
-
"@shapediver/viewer.creation-control-center.session": "3.0.
|
|
55
|
-
"@shapediver/viewer.data-engine.gltf-converter": "3.0.
|
|
56
|
-
"@shapediver/viewer.data-engine.shared-types": "3.0.
|
|
57
|
-
"@shapediver/viewer.session-engine.session-engine": "3.0.
|
|
58
|
-
"@shapediver/viewer.shared.math": "3.0.
|
|
59
|
-
"@shapediver/viewer.shared.node-tree": "3.0.
|
|
60
|
-
"@shapediver/viewer.shared.services": "3.0.
|
|
53
|
+
"@shapediver/viewer.api.general": "3.0.4",
|
|
54
|
+
"@shapediver/viewer.creation-control-center.session": "3.0.4",
|
|
55
|
+
"@shapediver/viewer.data-engine.gltf-converter": "3.0.4",
|
|
56
|
+
"@shapediver/viewer.data-engine.shared-types": "3.0.4",
|
|
57
|
+
"@shapediver/viewer.session-engine.session-engine": "3.0.4",
|
|
58
|
+
"@shapediver/viewer.shared.math": "3.0.4",
|
|
59
|
+
"@shapediver/viewer.shared.node-tree": "3.0.4",
|
|
60
|
+
"@shapediver/viewer.shared.services": "3.0.4"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "6e12b1f2978e96192ec1d331b7f7df50615631ee"
|
|
63
63
|
}
|