@duet3d/objectmodel 3.4.0-b21 → 3.4.0-b22

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.
@@ -2,7 +2,7 @@ import ModelObject from "../ModelObject";
2
2
  import Compatibility from "./Compatibility";
3
3
  export declare enum DistanceUnit {
4
4
  mm = "mm",
5
- inch = "inch"
5
+ inch = "in"
6
6
  }
7
7
  export declare enum InputChannelState {
8
8
  awaitingAcknowledgement = "awaitingAcknowledgement",
@@ -6,7 +6,7 @@ const Compatibility_1 = require("./Compatibility");
6
6
  var DistanceUnit;
7
7
  (function (DistanceUnit) {
8
8
  DistanceUnit["mm"] = "mm";
9
- DistanceUnit["inch"] = "inch";
9
+ DistanceUnit["inch"] = "in";
10
10
  })(DistanceUnit = exports.DistanceUnit || (exports.DistanceUnit = {}));
11
11
  var InputChannelState;
12
12
  (function (InputChannelState) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duet3d/objectmodel",
3
- "version": "3.4.0-b21",
3
+ "version": "3.4.0-b22",
4
4
  "description": "TypeScript implementation of the Duet3D Object Model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",