lib_angar_new 2.0.37 → 2.0.38

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.
@@ -14,7 +14,7 @@ const ts_serializer_1 = require("ts-serializer");
14
14
  let ClsIntensity = class ClsIntensity extends ts_serializer_1.Serializable {
15
15
  constructor() {
16
16
  super();
17
- this.Description = null;
17
+ this.Description = "";
18
18
  this.Dic = new Map();
19
19
  }
20
20
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ClsIntensity.js","sourceRoot":"","sources":["ClsIntensity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,4BAAY;IAa1C;QACI,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;QACxB,IAAI,CAAC,GAAG,GAAG,IAAI,GAAG,EAAkB,CAAC;IACzC,CAAC;CACJ,CAAA;AAlBY,oCAAY;AAKd;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AAMpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACtC,GAAG;yCAAiB;uBAXvB,YAAY;IADxB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,YAAY,CAkBxB"}
1
+ {"version":3,"file":"ClsIntensity.js","sourceRoot":"","sources":["ClsIntensity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,4BAAY;IAa1C;QACI,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;QACtB,IAAI,CAAC,GAAG,GAAG,IAAI,GAAG,EAAkB,CAAC;IACzC,CAAC;CACJ,CAAA;AAlBY,oCAAY;AAKd;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AAMpB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACtC,GAAG;yCAAiB;uBAXvB,YAAY;IADxB,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,YAAY,CAkBxB"}
@@ -16,7 +16,7 @@ export class ClsIntensity extends Serializable {
16
16
 
17
17
  constructor() {
18
18
  super();
19
- this.Description = null;
19
+ this.Description = "";
20
20
  this.Dic = new Map<string, number>();
21
21
  }
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lib_angar_new",
3
- "version": "2.0.37",
3
+ "version": "2.0.38",
4
4
  "description": "lib_angar",
5
5
  "main": "lib_angar/index.js",
6
6
  "types": "lib_angar/index.d.ts",