@orderingstack/ordering-types 1.8.2 → 1.8.3

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.
@@ -349,7 +349,7 @@ export interface IOrderLog {
349
349
  lines?: string[];
350
350
  }
351
351
  export interface IOrderLine {
352
- bom?: Object;
352
+ bom?: Record<string, unknown>;
353
353
  comments?: IOrderComment[];
354
354
  created: string;
355
355
  creator?: string;
@@ -349,7 +349,7 @@ export interface IOrderLog {
349
349
  lines?: string[];
350
350
  }
351
351
  export interface IOrderLine {
352
- bom?: Object;
352
+ bom?: Record<string, unknown>;
353
353
  comments?: IOrderComment[];
354
354
  created: string;
355
355
  creator?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",