@duet3d/objectmodel 3.5.0-beta.38 → 3.5.0-beta.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duet3d/objectmodel",
3
- "version": "3.5.0-beta.38",
3
+ "version": "3.5.0-beta.40",
4
4
  "description": "TypeScript implementation of the Duet3D Object Model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,9 +35,6 @@ export declare class State extends ModelObject {
35
35
  currentTool: number;
36
36
  deferredPowerDown: boolean | null;
37
37
  displayMessage: string;
38
- dsfVersion: string | null;
39
- dsfPluginSupport: boolean;
40
- dsfRootPluginSupport: boolean;
41
38
  readonly gpOut: ModelCollection<GpOutputPort | null>;
42
39
  laserPwm: number | null;
43
40
  logFile: string | null;
@@ -70,9 +70,6 @@ class State extends ModelObject_1.default {
70
70
  this.currentTool = -1;
71
71
  this.deferredPowerDown = null;
72
72
  this.displayMessage = "";
73
- this.dsfVersion = null; // deprecated; will be moved to separate dsf main key in v3.5
74
- this.dsfPluginSupport = false; // deprecated; will be moved to separate dsf main key in v3.5
75
- this.dsfRootPluginSupport = false; // deprecated; will be moved to separate dsf main key in v3.5
76
73
  this.gpOut = new ModelCollection_1.default(GpOutputPort);
77
74
  this.laserPwm = null;
78
75
  this.logFile = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duet3d/objectmodel",
3
- "version": "3.5.0-beta.38",
3
+ "version": "3.5.0-beta.40",
4
4
  "description": "TypeScript implementation of the Duet3D Object Model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",