ato-water-lib 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import go from 'gojs';
1
+ import * as go from 'gojs';
2
2
  import { AtoGojsEditorModel } from '../models/gojs-editor.model';
3
3
  export declare enum ENUM_ASSET_PARAMETERS {
4
4
  FEED_FLOW_RATE = "Feed Flow Rate",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",