@shapediver/viewer.session-engine.session-engine 2.10.0 → 2.11.0

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.
Files changed (44) hide show
  1. package/dist/implementation/OutputDelayException.js +5 -1
  2. package/dist/implementation/OutputDelayException.js.map +1 -1
  3. package/dist/implementation/OutputLoader.js +30 -26
  4. package/dist/implementation/OutputLoader.js.map +1 -1
  5. package/dist/implementation/SessionData.js +6 -2
  6. package/dist/implementation/SessionData.js.map +1 -1
  7. package/dist/implementation/SessionEngine.d.ts +13 -11
  8. package/dist/implementation/SessionEngine.d.ts.map +1 -1
  9. package/dist/implementation/SessionEngine.js +265 -236
  10. package/dist/implementation/SessionEngine.js.map +1 -1
  11. package/dist/implementation/SessionOutputData.js +6 -2
  12. package/dist/implementation/SessionOutputData.js.map +1 -1
  13. package/dist/implementation/SessionTreeNode.js +6 -2
  14. package/dist/implementation/SessionTreeNode.js.map +1 -1
  15. package/dist/implementation/dto/Export.js +17 -13
  16. package/dist/implementation/dto/Export.js.map +1 -1
  17. package/dist/implementation/dto/FileParameter.js +34 -7
  18. package/dist/implementation/dto/FileParameter.js.map +1 -1
  19. package/dist/implementation/dto/Output.d.ts +6 -6
  20. package/dist/implementation/dto/Output.d.ts.map +1 -1
  21. package/dist/implementation/dto/Output.js +19 -14
  22. package/dist/implementation/dto/Output.js.map +1 -1
  23. package/dist/implementation/dto/Parameter.js +60 -33
  24. package/dist/implementation/dto/Parameter.js.map +1 -1
  25. package/dist/index.js +20 -11
  26. package/dist/index.js.map +1 -1
  27. package/dist/interfaces/ISessionData.js +2 -1
  28. package/dist/interfaces/ISessionEngine.d.ts +6 -7
  29. package/dist/interfaces/ISessionEngine.d.ts.map +1 -1
  30. package/dist/interfaces/ISessionEngine.js +7 -5
  31. package/dist/interfaces/ISessionEngine.js.map +1 -1
  32. package/dist/interfaces/ISessionOutputData.js +2 -1
  33. package/dist/interfaces/ISessionTreeNode.js +2 -1
  34. package/dist/interfaces/dto/IExport.js +2 -1
  35. package/dist/interfaces/dto/IFileParameter.js +2 -1
  36. package/dist/interfaces/dto/IOutput.d.ts +1 -1
  37. package/dist/interfaces/dto/IOutput.d.ts.map +1 -1
  38. package/dist/interfaces/dto/IOutput.js +2 -1
  39. package/dist/interfaces/dto/IParameter.js +2 -1
  40. package/package.json +9 -9
  41. package/src/implementation/SessionEngine.ts +469 -406
  42. package/src/implementation/dto/Output.ts +16 -15
  43. package/src/interfaces/ISessionEngine.ts +49 -43
  44. package/src/interfaces/dto/IOutput.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapediver/viewer.session-engine.session-engine",
3
- "version": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "Michael Oppitz <michael@shapediver.com>",
@@ -40,16 +40,16 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@shapediver/sdk.geometry-api-sdk-v2": "1.6.0",
43
- "@shapediver/viewer.data-engine.data-engine": "2.10.0",
44
- "@shapediver/viewer.data-engine.shared-types": "2.10.0",
45
- "@shapediver/viewer.settings": "0.5.5",
46
- "@shapediver/viewer.shared.build-data": "2.10.0",
47
- "@shapediver/viewer.shared.node-tree": "2.10.0",
48
- "@shapediver/viewer.shared.services": "2.10.0",
49
- "@shapediver/viewer.shared.types": "2.10.0",
43
+ "@shapediver/viewer.data-engine.data-engine": "2.11.0",
44
+ "@shapediver/viewer.data-engine.shared-types": "2.11.0",
45
+ "@shapediver/viewer.settings": "0.5.7",
46
+ "@shapediver/viewer.shared.build-data": "2.11.0",
47
+ "@shapediver/viewer.shared.node-tree": "2.11.0",
48
+ "@shapediver/viewer.shared.services": "2.11.0",
49
+ "@shapediver/viewer.shared.types": "2.11.0",
50
50
  "@shapediver/viewer.utils.mime-type": "1.0.0",
51
51
  "axios": "^1.2.6",
52
52
  "gl-matrix": "3.3.0"
53
53
  },
54
- "gitHead": "3969d2d1c56ac1a6fc8fb86906b10a50c872f6a7"
54
+ "gitHead": "abc828ee5f772bc79b737c994716b8ec372503ef"
55
55
  }