@shapediver/viewer.data-engine.shared-types 1.15.2 → 1.15.5
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/dist/sdtf/ISDTF.d.ts +2 -2
- package/dist/sdtf/ISDTF.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/sdtf/ISDTF.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SdtfTypeHintName } from "@shapediver/viewer.shared.types";
|
|
2
2
|
export interface ISDTF_Accessor {
|
|
3
3
|
bufferView: number;
|
|
4
4
|
id: string;
|
|
@@ -38,7 +38,7 @@ export interface ISDTF_Node {
|
|
|
38
38
|
typeHint?: number;
|
|
39
39
|
}
|
|
40
40
|
export interface ISDTF_TypeHint {
|
|
41
|
-
name:
|
|
41
|
+
name: SdtfTypeHintName | string;
|
|
42
42
|
}
|
|
43
43
|
export interface ISDTF {
|
|
44
44
|
accessors: ISDTF_Accessor[];
|
package/dist/sdtf/ISDTF.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISDTF.d.ts","sourceRoot":"","sources":["../../src/sdtf/ISDTF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"ISDTF.d.ts","sourceRoot":"","sources":["../../src/sdtf/ISDTF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,MAAM,WAAW,cAAc;IAG3B,UAAU,EAAE,MAAM,CAAC;IACnB,EAAE,EAAE,MAAM,CAAC;CAGd;AAED,MAAM,WAAW,eAAe;IAG5B,CAAC,GAAG,EAAE,MAAM,GAAG;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,CAAC,EAAE,GAAG,CAAC;KACf,CAAA;CAGJ;AACD,MAAM,WAAW,YAAY;IAGzB,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;CAGhB;AAED,MAAM,WAAW,gBAAgB;IAG7B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CAGjB;AAED,MAAM,WAAW,WAAY,SAAQ,UAAU;CAAI;AAEnD,MAAM,WAAW,UAAU;IAGvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,GAAG,CAAC;CAGf;AAED,MAAM,WAAW,UAAU;IAGvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAGrB;AAED,MAAM,WAAW,cAAc;IAG3B,IAAI,EAAE,gBAAgB,GAAG,MAAM,CAAC;CAGnC;AAED,MAAM,WAAW,KAAK;IAGlB,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,UAAU,EAAE,eAAe,EAAE,CAAC;IAC9B,WAAW,EAAE,gBAAgB,EAAE,CAAC;IAChC,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,OAAO,EAAE,MAAM,CAAC;CAGnB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapediver/viewer.data-engine.shared-types",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Michael Oppitz <michael@shapediver.com>",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"testEnvironment": "node"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@shapediver/viewer.shared.services": "1.15.
|
|
40
|
-
"@shapediver/viewer.shared.types": "1.15.
|
|
39
|
+
"@shapediver/viewer.shared.services": "1.15.5",
|
|
40
|
+
"@shapediver/viewer.shared.types": "1.15.5",
|
|
41
41
|
"axios": "^0.21.1",
|
|
42
42
|
"gl-matrix": "3.3.0",
|
|
43
43
|
"tsyringe": "^4.5.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "120dd5fcfe70c66dcf03648d7a0afe35ad0fa120"
|
|
46
46
|
}
|