@shapediver/viewer.data-engine.shared-types 3.16.8 → 3.16.10

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.
@@ -1,30 +1,30 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ACCESSORTYPE = exports.ACCESSORCOMPONENTSIZE = exports.ACCESSORCOMPONENTTYPE = void 0;
4
- exports.ACCESSORCOMPONENTTYPE = {
5
- 5120: Int8Array,
6
- 5121: Uint8Array,
7
- 5122: Int16Array,
8
- 5123: Uint16Array,
9
- 5124: Uint16Array,
10
- 5125: Uint32Array,
11
- 5126: Float32Array,
12
- };
13
- exports.ACCESSORCOMPONENTSIZE = {
14
- 5120: 1,
15
- 5121: 1,
16
- 5122: 2,
17
- 5123: 2,
18
- 5125: 4,
19
- 5126: 4,
20
- };
21
- exports.ACCESSORTYPE = {
22
- SCALAR: 1,
23
- VEC2: 2,
24
- VEC3: 3,
25
- VEC4: 4,
26
- MAT2: 4,
27
- MAT3: 9,
28
- MAT4: 16,
29
- };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ACCESSORTYPE = exports.ACCESSORCOMPONENTSIZE = exports.ACCESSORCOMPONENTTYPE = void 0;
4
+ exports.ACCESSORCOMPONENTTYPE = {
5
+ 5120: Int8Array,
6
+ 5121: Uint8Array,
7
+ 5122: Int16Array,
8
+ 5123: Uint16Array,
9
+ 5124: Uint16Array,
10
+ 5125: Uint32Array,
11
+ 5126: Float32Array,
12
+ };
13
+ exports.ACCESSORCOMPONENTSIZE = {
14
+ 5120: 1,
15
+ 5121: 1,
16
+ 5122: 2,
17
+ 5123: 2,
18
+ 5125: 4,
19
+ 5126: 4,
20
+ };
21
+ exports.ACCESSORTYPE = {
22
+ SCALAR: 1,
23
+ VEC2: 2,
24
+ VEC3: 3,
25
+ VEC4: 4,
26
+ MAT2: 4,
27
+ MAT3: 9,
28
+ MAT4: 16,
29
+ };
30
30
  //# sourceMappingURL=IGLTF_v2.js.map
package/dist/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
- import { IAnchor, ITag2D, ITag3D, TAG3D_JUSTIFICATION } from "./anchor/interfaces";
2
- import { ACCESSORCOMPONENTSIZE as ACCESSORCOMPONENTSIZE_V1, ACCESSORCOMPONENTTYPE as ACCESSORCOMPONENTTYPE_V1, ACCESSORTYPE as ACCESSORTYPE_V1, IGLTF_v1, IGLTF_v1_Accessor, IGLTF_v1_Animation, IGLTF_v1_Asset, IGLTF_v1_Buffer, IGLTF_v1_BufferView, IGLTF_v1_Camera, IGLTF_v1_Image, IGLTF_v1_Material, IGLTF_v1_Mesh, IGLTF_v1_Node, IGLTF_v1_Program, IGLTF_v1_Sampler, IGLTF_v1_Scene, IGLTF_v1_Shader, IGLTF_v1_Skin, IGLTF_v1_Technique, IGLTF_v1_Texture } from "./gltfv1/IGLTF_v1";
3
- import { ISDGTF_v1 } from "./gltfv1/ISDGTF_v1";
4
- import { ACCESSORCOMPONENTSIZE as ACCESSORCOMPONENTSIZE_V2, ACCESSORCOMPONENTTYPE as ACCESSORCOMPONENTTYPE_V2, ACCESSORTYPE as ACCESSORTYPE_V2, IGLTF_v2, IGLTF_v2_Accessor, IGLTF_v2_Animation, IGLTF_v2_Asset, IGLTF_v2_Buffer, IGLTF_v2_BufferView, IGLTF_v2_Camera, IGLTF_v2_Image, IGLTF_v2_Material, IGLTF_v2_Material_KHR_materials_pbrSpecularGlossiness, IGLTF_v2_Mesh, IGLTF_v2_Node, IGLTF_v2_Primitive, IGLTF_v2_Sampler, IGLTF_v2_Scene, IGLTF_v2_Skin, IGLTF_v2_Texture, ISHAPEDIVER_materials_preset } from "./gltfv2/IGLTF_v2";
5
- import { IMaterialContentData, IMaterialContentDataV1, IMaterialContentDataV2, IMaterialContentDataV3, IPresetMaterialDefinition, ITexture } from "./material/interfaces";
6
- import { ISDTF, ISDTF_Accessor, ISDTF_Attribute, ISDTF_Buffer, ISDTF_BufferView, ISDTF_Chunk, ISDTF_Item, ISDTF_Node, ISDTF_TypeHint } from "./sdtf/ISDTF";
7
- export { IGLTF_v1, ISDGTF_v1, ACCESSORCOMPONENTTYPE_V1, ACCESSORCOMPONENTSIZE_V1, ACCESSORTYPE_V1, IGLTF_v1_Accessor, IGLTF_v1_Animation, IGLTF_v1_Asset, IGLTF_v1_Buffer, IGLTF_v1_BufferView, IGLTF_v1_Camera, IGLTF_v1_Image, IGLTF_v1_Material, IGLTF_v1_Mesh, IGLTF_v1_Node, IGLTF_v1_Program, IGLTF_v1_Sampler, IGLTF_v1_Scene, IGLTF_v1_Shader, IGLTF_v1_Skin, IGLTF_v1_Technique, IGLTF_v1_Texture, };
8
- export { IGLTF_v2, ACCESSORCOMPONENTTYPE_V2, ACCESSORCOMPONENTSIZE_V2, ACCESSORTYPE_V2, IGLTF_v2_Accessor, IGLTF_v2_Animation, IGLTF_v2_Asset, IGLTF_v2_Buffer, IGLTF_v2_BufferView, IGLTF_v2_Camera, IGLTF_v2_Image, IGLTF_v2_Material, ISHAPEDIVER_materials_preset, IGLTF_v2_Material_KHR_materials_pbrSpecularGlossiness, IGLTF_v2_Primitive, IGLTF_v2_Mesh, IGLTF_v2_Node, IGLTF_v2_Sampler, IGLTF_v2_Scene, IGLTF_v2_Skin, IGLTF_v2_Texture, };
9
- export { ISDTF, ISDTF_Accessor, ISDTF_Attribute, ISDTF_BufferView, ISDTF_Buffer, ISDTF_Chunk, ISDTF_Item, ISDTF_Node, ISDTF_TypeHint, };
10
- export { ITexture, IPresetMaterialDefinition, IMaterialContentData, IMaterialContentDataV1, IMaterialContentDataV2, IMaterialContentDataV3, };
11
- export { TAG3D_JUSTIFICATION, ITag3D, ITag2D, IAnchor };
1
+ import { IAnchor, ITag2D, ITag3D, TAG3D_JUSTIFICATION } from "./anchor/interfaces";
2
+ import { ACCESSORCOMPONENTSIZE as ACCESSORCOMPONENTSIZE_V1, ACCESSORCOMPONENTTYPE as ACCESSORCOMPONENTTYPE_V1, ACCESSORTYPE as ACCESSORTYPE_V1, IGLTF_v1, IGLTF_v1_Accessor, IGLTF_v1_Animation, IGLTF_v1_Asset, IGLTF_v1_Buffer, IGLTF_v1_BufferView, IGLTF_v1_Camera, IGLTF_v1_Image, IGLTF_v1_Material, IGLTF_v1_Mesh, IGLTF_v1_Node, IGLTF_v1_Program, IGLTF_v1_Sampler, IGLTF_v1_Scene, IGLTF_v1_Shader, IGLTF_v1_Skin, IGLTF_v1_Technique, IGLTF_v1_Texture } from "./gltfv1/IGLTF_v1";
3
+ import { ISDGTF_v1 } from "./gltfv1/ISDGTF_v1";
4
+ import { ACCESSORCOMPONENTSIZE as ACCESSORCOMPONENTSIZE_V2, ACCESSORCOMPONENTTYPE as ACCESSORCOMPONENTTYPE_V2, ACCESSORTYPE as ACCESSORTYPE_V2, IGLTF_v2, IGLTF_v2_Accessor, IGLTF_v2_Animation, IGLTF_v2_Asset, IGLTF_v2_Buffer, IGLTF_v2_BufferView, IGLTF_v2_Camera, IGLTF_v2_Image, IGLTF_v2_Material, IGLTF_v2_Material_KHR_materials_pbrSpecularGlossiness, IGLTF_v2_Mesh, IGLTF_v2_Node, IGLTF_v2_Primitive, IGLTF_v2_Sampler, IGLTF_v2_Scene, IGLTF_v2_Skin, IGLTF_v2_Texture, ISHAPEDIVER_materials_preset } from "./gltfv2/IGLTF_v2";
5
+ import { IMaterialContentData, IMaterialContentDataV1, IMaterialContentDataV2, IMaterialContentDataV3, IPresetMaterialDefinition, ITexture } from "./material/interfaces";
6
+ import { ISDTF, ISDTF_Accessor, ISDTF_Attribute, ISDTF_Buffer, ISDTF_BufferView, ISDTF_Chunk, ISDTF_Item, ISDTF_Node, ISDTF_TypeHint } from "./sdtf/ISDTF";
7
+ export { IGLTF_v1, ISDGTF_v1, ACCESSORCOMPONENTTYPE_V1, ACCESSORCOMPONENTSIZE_V1, ACCESSORTYPE_V1, IGLTF_v1_Accessor, IGLTF_v1_Animation, IGLTF_v1_Asset, IGLTF_v1_Buffer, IGLTF_v1_BufferView, IGLTF_v1_Camera, IGLTF_v1_Image, IGLTF_v1_Material, IGLTF_v1_Mesh, IGLTF_v1_Node, IGLTF_v1_Program, IGLTF_v1_Sampler, IGLTF_v1_Scene, IGLTF_v1_Shader, IGLTF_v1_Skin, IGLTF_v1_Technique, IGLTF_v1_Texture, };
8
+ export { IGLTF_v2, ACCESSORCOMPONENTTYPE_V2, ACCESSORCOMPONENTSIZE_V2, ACCESSORTYPE_V2, IGLTF_v2_Accessor, IGLTF_v2_Animation, IGLTF_v2_Asset, IGLTF_v2_Buffer, IGLTF_v2_BufferView, IGLTF_v2_Camera, IGLTF_v2_Image, IGLTF_v2_Material, ISHAPEDIVER_materials_preset, IGLTF_v2_Material_KHR_materials_pbrSpecularGlossiness, IGLTF_v2_Primitive, IGLTF_v2_Mesh, IGLTF_v2_Node, IGLTF_v2_Sampler, IGLTF_v2_Scene, IGLTF_v2_Skin, IGLTF_v2_Texture, };
9
+ export { ISDTF, ISDTF_Accessor, ISDTF_Attribute, ISDTF_BufferView, ISDTF_Buffer, ISDTF_Chunk, ISDTF_Item, ISDTF_Node, ISDTF_TypeHint, };
10
+ export { ITexture, IPresetMaterialDefinition, IMaterialContentData, IMaterialContentDataV1, IMaterialContentDataV2, IMaterialContentDataV3, };
11
+ export { TAG3D_JUSTIFICATION, ITag3D, ITag2D, IAnchor };
12
12
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TAG3D_JUSTIFICATION = exports.ACCESSORTYPE_V2 = exports.ACCESSORCOMPONENTSIZE_V2 = exports.ACCESSORCOMPONENTTYPE_V2 = exports.ACCESSORTYPE_V1 = exports.ACCESSORCOMPONENTSIZE_V1 = exports.ACCESSORCOMPONENTTYPE_V1 = void 0;
4
- const interfaces_1 = require("./anchor/interfaces");
5
- Object.defineProperty(exports, "TAG3D_JUSTIFICATION", { enumerable: true, get: function () { return interfaces_1.TAG3D_JUSTIFICATION; } });
6
- const IGLTF_v1_1 = require("./gltfv1/IGLTF_v1");
7
- Object.defineProperty(exports, "ACCESSORCOMPONENTSIZE_V1", { enumerable: true, get: function () { return IGLTF_v1_1.ACCESSORCOMPONENTSIZE; } });
8
- Object.defineProperty(exports, "ACCESSORCOMPONENTTYPE_V1", { enumerable: true, get: function () { return IGLTF_v1_1.ACCESSORCOMPONENTTYPE; } });
9
- Object.defineProperty(exports, "ACCESSORTYPE_V1", { enumerable: true, get: function () { return IGLTF_v1_1.ACCESSORTYPE; } });
10
- const IGLTF_v2_1 = require("./gltfv2/IGLTF_v2");
11
- Object.defineProperty(exports, "ACCESSORCOMPONENTSIZE_V2", { enumerable: true, get: function () { return IGLTF_v2_1.ACCESSORCOMPONENTSIZE; } });
12
- Object.defineProperty(exports, "ACCESSORCOMPONENTTYPE_V2", { enumerable: true, get: function () { return IGLTF_v2_1.ACCESSORCOMPONENTTYPE; } });
13
- Object.defineProperty(exports, "ACCESSORTYPE_V2", { enumerable: true, get: function () { return IGLTF_v2_1.ACCESSORTYPE; } });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TAG3D_JUSTIFICATION = exports.ACCESSORTYPE_V2 = exports.ACCESSORCOMPONENTSIZE_V2 = exports.ACCESSORCOMPONENTTYPE_V2 = exports.ACCESSORTYPE_V1 = exports.ACCESSORCOMPONENTSIZE_V1 = exports.ACCESSORCOMPONENTTYPE_V1 = void 0;
4
+ const interfaces_1 = require("./anchor/interfaces");
5
+ Object.defineProperty(exports, "TAG3D_JUSTIFICATION", { enumerable: true, get: function () { return interfaces_1.TAG3D_JUSTIFICATION; } });
6
+ const IGLTF_v1_1 = require("./gltfv1/IGLTF_v1");
7
+ Object.defineProperty(exports, "ACCESSORCOMPONENTSIZE_V1", { enumerable: true, get: function () { return IGLTF_v1_1.ACCESSORCOMPONENTSIZE; } });
8
+ Object.defineProperty(exports, "ACCESSORCOMPONENTTYPE_V1", { enumerable: true, get: function () { return IGLTF_v1_1.ACCESSORCOMPONENTTYPE; } });
9
+ Object.defineProperty(exports, "ACCESSORTYPE_V1", { enumerable: true, get: function () { return IGLTF_v1_1.ACCESSORTYPE; } });
10
+ const IGLTF_v2_1 = require("./gltfv2/IGLTF_v2");
11
+ Object.defineProperty(exports, "ACCESSORCOMPONENTSIZE_V2", { enumerable: true, get: function () { return IGLTF_v2_1.ACCESSORCOMPONENTSIZE; } });
12
+ Object.defineProperty(exports, "ACCESSORCOMPONENTTYPE_V2", { enumerable: true, get: function () { return IGLTF_v2_1.ACCESSORCOMPONENTTYPE; } });
13
+ Object.defineProperty(exports, "ACCESSORTYPE_V2", { enumerable: true, get: function () { return IGLTF_v2_1.ACCESSORTYPE; } });
14
14
  //# sourceMappingURL=index.js.map
@@ -1,78 +1,78 @@
1
- export interface IPresetMaterialDefinition {
2
- alphaThreshold?: number;
3
- bitmaptexture?: string;
4
- bumpAmplitude?: number;
5
- bumptexture?: string;
6
- color?: number[];
7
- metalness?: number;
8
- metalnesstexture?: string;
9
- normaltexture?: string;
10
- roughness?: number;
11
- roughnesstexture?: string;
12
- side?: string;
13
- transparency?: number;
14
- transparencytexture?: string;
15
- }
16
- export interface IMaterialContentData {
17
- materialpreset?: number;
18
- materialType?: string;
19
- version?: string;
20
- }
21
- export interface IMaterialContentDataV1 extends IMaterialContentData {
22
- ambient?: number[];
23
- diffuse?: number[];
24
- color?: number[];
25
- emission?: number[];
26
- specular?: number[];
27
- shine?: number;
28
- transparency?: number;
29
- bitmaptexture?: string;
30
- bumptexture?: string;
31
- transparencytexture?: string;
32
- }
33
- export interface IMaterialContentDataV2 extends IMaterialContentData {
34
- color?: number[];
35
- side?: string;
36
- metalness?: number;
37
- roughness?: number;
38
- transparency?: number;
39
- alphaThreshold?: number;
40
- bitmaptexture?: string;
41
- metalnesstexture?: string;
42
- roughnesstexture?: string;
43
- bumptexture?: string;
44
- normaltexture?: string;
45
- transparencytexture?: string;
46
- line?: any;
47
- }
48
- export interface IMaterialContentDataV3 extends IMaterialContentData {
49
- color?: number[];
50
- side?: string;
51
- metalness?: number;
52
- roughness?: number;
53
- transparency?: number;
54
- alphaThreshold?: number;
55
- shadowOpacity?: number;
56
- lightReflectivity?: number;
57
- bumpAmplitude?: number;
58
- threeDNoise?: any;
59
- bitmaptexture?: ITexture;
60
- metalnesstexture?: ITexture;
61
- roughnesstexture?: ITexture;
62
- bumptexture?: ITexture;
63
- normaltexture?: ITexture;
64
- transparencytexture?: ITexture;
65
- line?: any;
66
- }
67
- export interface ITexture {
68
- canvas?: any;
69
- center?: number[];
70
- color?: number[];
71
- href?: string;
72
- offset?: number[];
73
- repeat?: number[];
74
- rotation?: number;
75
- wrapS?: number;
76
- wrapT?: number;
77
- }
1
+ export interface IPresetMaterialDefinition {
2
+ alphaThreshold?: number;
3
+ bitmaptexture?: string;
4
+ bumpAmplitude?: number;
5
+ bumptexture?: string;
6
+ color?: number[];
7
+ metalness?: number;
8
+ metalnesstexture?: string;
9
+ normaltexture?: string;
10
+ roughness?: number;
11
+ roughnesstexture?: string;
12
+ side?: string;
13
+ transparency?: number;
14
+ transparencytexture?: string;
15
+ }
16
+ export interface IMaterialContentData {
17
+ materialpreset?: number;
18
+ materialType?: string;
19
+ version?: string;
20
+ }
21
+ export interface IMaterialContentDataV1 extends IMaterialContentData {
22
+ ambient?: number[];
23
+ diffuse?: number[];
24
+ color?: number[];
25
+ emission?: number[];
26
+ specular?: number[];
27
+ shine?: number;
28
+ transparency?: number;
29
+ bitmaptexture?: string;
30
+ bumptexture?: string;
31
+ transparencytexture?: string;
32
+ }
33
+ export interface IMaterialContentDataV2 extends IMaterialContentData {
34
+ color?: number[];
35
+ side?: string;
36
+ metalness?: number;
37
+ roughness?: number;
38
+ transparency?: number;
39
+ alphaThreshold?: number;
40
+ bitmaptexture?: string;
41
+ metalnesstexture?: string;
42
+ roughnesstexture?: string;
43
+ bumptexture?: string;
44
+ normaltexture?: string;
45
+ transparencytexture?: string;
46
+ line?: any;
47
+ }
48
+ export interface IMaterialContentDataV3 extends IMaterialContentData {
49
+ color?: number[];
50
+ side?: string;
51
+ metalness?: number;
52
+ roughness?: number;
53
+ transparency?: number;
54
+ alphaThreshold?: number;
55
+ shadowOpacity?: number;
56
+ lightReflectivity?: number;
57
+ bumpAmplitude?: number;
58
+ threeDNoise?: any;
59
+ bitmaptexture?: ITexture;
60
+ metalnesstexture?: ITexture;
61
+ roughnesstexture?: ITexture;
62
+ bumptexture?: ITexture;
63
+ normaltexture?: ITexture;
64
+ transparencytexture?: ITexture;
65
+ line?: any;
66
+ }
67
+ export interface ITexture {
68
+ canvas?: any;
69
+ center?: number[];
70
+ color?: number[];
71
+ href?: string;
72
+ offset?: number[];
73
+ repeat?: number[];
74
+ rotation?: number;
75
+ wrapS?: number;
76
+ wrapT?: number;
77
+ }
78
78
  //# sourceMappingURL=interfaces.d.ts.map
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=interfaces.js.map
@@ -1,54 +1,54 @@
1
- import { SDTF_TYPEHINT } from "@shapediver/viewer.shared.types";
2
- export interface ISDTF_Accessor {
3
- bufferView: number;
4
- id: string;
5
- }
6
- export interface ISDTF_Attribute {
7
- [key: string]: {
8
- typeHint: number;
9
- accessor?: number;
10
- value?: any;
11
- };
12
- }
13
- export interface ISDTF_Buffer {
14
- byteLength: number;
15
- uri?: string;
16
- }
17
- export interface ISDTF_BufferView {
18
- buffer: number;
19
- byteLength: number;
20
- byteOffset: number;
21
- contentEncoding?: string;
22
- contentType: string;
23
- name?: string;
24
- }
25
- export interface ISDTF_Chunk extends ISDTF_Node {
26
- }
27
- export interface ISDTF_Item {
28
- accessor?: number;
29
- attributes?: number;
30
- typeHint: number;
31
- value?: any;
32
- }
33
- export interface ISDTF_Node {
34
- attributes?: number;
35
- items: number[];
36
- name?: string;
37
- nodes?: number[];
38
- typeHint?: number;
39
- }
40
- export interface ISDTF_TypeHint {
41
- name: SDTF_TYPEHINT | string;
42
- }
43
- export interface ISDTF {
44
- accessors: ISDTF_Accessor[];
45
- attributes: ISDTF_Attribute[];
46
- bufferViews: ISDTF_BufferView[];
47
- buffers: ISDTF_Buffer[];
48
- chunks: ISDTF_Chunk[];
49
- items: ISDTF_Item[];
50
- nodes: ISDTF_Node[];
51
- typeHints: ISDTF_TypeHint[];
52
- version: number;
53
- }
1
+ import { SDTF_TYPEHINT } from "@shapediver/viewer.shared.types";
2
+ export interface ISDTF_Accessor {
3
+ bufferView: number;
4
+ id: string;
5
+ }
6
+ export interface ISDTF_Attribute {
7
+ [key: string]: {
8
+ typeHint: number;
9
+ accessor?: number;
10
+ value?: any;
11
+ };
12
+ }
13
+ export interface ISDTF_Buffer {
14
+ byteLength: number;
15
+ uri?: string;
16
+ }
17
+ export interface ISDTF_BufferView {
18
+ buffer: number;
19
+ byteLength: number;
20
+ byteOffset: number;
21
+ contentEncoding?: string;
22
+ contentType: string;
23
+ name?: string;
24
+ }
25
+ export interface ISDTF_Chunk extends ISDTF_Node {
26
+ }
27
+ export interface ISDTF_Item {
28
+ accessor?: number;
29
+ attributes?: number;
30
+ typeHint: number;
31
+ value?: any;
32
+ }
33
+ export interface ISDTF_Node {
34
+ attributes?: number;
35
+ items: number[];
36
+ name?: string;
37
+ nodes?: number[];
38
+ typeHint?: number;
39
+ }
40
+ export interface ISDTF_TypeHint {
41
+ name: SDTF_TYPEHINT | string;
42
+ }
43
+ export interface ISDTF {
44
+ accessors: ISDTF_Accessor[];
45
+ attributes: ISDTF_Attribute[];
46
+ bufferViews: ISDTF_BufferView[];
47
+ buffers: ISDTF_Buffer[];
48
+ chunks: ISDTF_Chunk[];
49
+ items: ISDTF_Item[];
50
+ nodes: ISDTF_Node[];
51
+ typeHints: ISDTF_TypeHint[];
52
+ version: number;
53
+ }
54
54
  //# sourceMappingURL=ISDTF.d.ts.map
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=ISDTF.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapediver/viewer.data-engine.shared-types",
3
- "version": "3.16.8",
3
+ "version": "3.16.10",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "Michael Oppitz <michael@shapediver.com>",
@@ -38,9 +38,9 @@
38
38
  "testEnvironment": "node"
39
39
  },
40
40
  "dependencies": {
41
- "@shapediver/viewer.shared.services": "3.16.8",
42
- "@shapediver/viewer.shared.types": "3.16.8",
43
- "gl-matrix": "3.3.0"
41
+ "@shapediver/viewer.shared.services": "3.16.10",
42
+ "@shapediver/viewer.shared.types": "3.16.10",
43
+ "gl-matrix": "3.4.4"
44
44
  },
45
- "gitHead": "d0305585911852e700f9e3768e5edd4bac222ea0"
45
+ "gitHead": "4f56737c5446d23eeb2d55770b88896da115e430"
46
46
  }