@dra2020/baseclient 1.0.131 → 1.0.132

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.
@@ -11,7 +11,7 @@ export declare class FormatDetail {
11
11
  pattern: string;
12
12
  items: DetailItem[];
13
13
  constructor(pattern: string);
14
- prepare(o: any): any;
14
+ static prepare(o: any): any;
15
15
  format(o: any): DetailResult;
16
16
  }
17
17
  export {};
@@ -126,7 +126,7 @@ export class FormatDetail
126
126
  }
127
127
  }
128
128
 
129
- prepare(o: any): any
129
+ static prepare(o: any): any
130
130
  {
131
131
  if (o)
132
132
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/baseclient",
3
- "version": "1.0.131",
3
+ "version": "1.0.132",
4
4
  "description": "Utility functions for Javascript projects.",
5
5
  "main": "dist/baseclient.js",
6
6
  "types": "./dist/all/all.d.ts",