@vocollege/app 0.0.62 → 0.0.63

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.
@@ -39,8 +39,8 @@ export declare const shortenText: (str: string, limit?: number, stripHtml?: bool
39
39
  export declare const getImageContact: (item: any, width?: number, height?: number) => string;
40
40
  export declare const getImage: (item: any, width: number, height: number, field?: string) => string;
41
41
  export declare const getImageDescription: (item: any, field?: string) => any;
42
- export declare const getContactName: (item?: GeneralObject | undefined) => string;
43
- export declare const getUserString: (item?: GeneralObject | undefined) => string;
42
+ export declare const getContactName: (item?: GeneralObject) => string;
43
+ export declare const getUserString: (item?: GeneralObject) => string;
44
44
  export declare const parseState: (state: any, initialState: any) => GeneralObject;
45
45
  export declare const changeObj: (obj: any, is: any, value: any) => {};
46
46
  export declare const reducer: (state: any, action: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vocollege/app",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "devDependencies": {
13
13
  "@apollo/client": "^3.4.0",
14
- "@casl/ability": "^5.2.2",
14
+ "@casl/ability": "^6.2.0",
15
15
  "@casl/react": "^3.1.0",
16
16
  "@types/apollo-upload-client": "^14.1.0",
17
17
  "@types/crypto-js": "^4.0.1",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@apollo/client": "^3.3.7",
35
- "@casl/ability": "^5.2.2",
35
+ "@casl/ability": "^6.2.0",
36
36
  "@casl/react": "^3.1.0",
37
37
  "apollo-upload-client": "^16.0.0",
38
38
  "axios": "^0.21.1",