@adins/ucsearch 2.9.13 → 2.9.14

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.
@@ -9,4 +9,5 @@ export declare class ExportTypeConstant {
9
9
  static EXP_TYPE_XLSX: number;
10
10
  static EXP_TYPE_DOC: number;
11
11
  static EXP_TYPE_DOCX: number;
12
+ static EXP_TYPE_JPDF: number;
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adins/ucsearch",
3
- "version": "2.9.13",
3
+ "version": "2.9.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.1.2",
6
6
  "@angular/core": "^13.1.2"
@@ -36,6 +36,6 @@
36
36
  "scripts": {
37
37
  "test": "echo \"Error: no test specified\" && exit 1"
38
38
  },
39
- "author": "edw",
39
+ "author": "shafiq",
40
40
  "license": "ISC"
41
41
  }