cmap-core 0.0.4 → 0.0.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.
@@ -283,7 +283,6 @@ declare interface FocusItem {
283
283
 
284
284
  declare interface IAisShipOptions extends IBaseShipOptions {
285
285
  outLine?: boolean;
286
- readonly type: 'Ais';
287
286
  updateStatus?: UPDATE_STATUS;
288
287
  }
289
288
 
@@ -298,7 +297,7 @@ declare interface IBaseShipOptions {
298
297
  hdg: number;
299
298
  cog: number;
300
299
  rot: number;
301
- readonly type: string;
300
+ type: string;
302
301
  statusId?: number;
303
302
  status?: string;
304
303
  time: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmap-core",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",