@etsoo/react 1.7.75 → 1.7.77

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,8 +14,4 @@ export declare namespace CoreConstants {
14
14
  * Rresh token cache field
15
15
  */
16
16
  const FieldRefreshToken = "RefreshToken";
17
- /**
18
- * Refresh token header field name
19
- */
20
- const TokenHeaderRefresh = "Smarterp-Refresh-Token";
21
17
  }
@@ -15,8 +15,4 @@ export var CoreConstants;
15
15
  * Rresh token cache field
16
16
  */
17
17
  CoreConstants.FieldRefreshToken = 'RefreshToken';
18
- /**
19
- * Refresh token header field name
20
- */
21
- CoreConstants.TokenHeaderRefresh = 'Smarterp-Refresh-Token';
22
18
  })(CoreConstants || (CoreConstants = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/react",
3
- "version": "1.7.75",
3
+ "version": "1.7.77",
4
4
  "description": "TypeScript ReactJs UI Independent Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -50,7 +50,7 @@
50
50
  "@emotion/css": "^11.13.4",
51
51
  "@emotion/react": "^11.13.3",
52
52
  "@emotion/styled": "^11.13.0",
53
- "@etsoo/appscript": "^1.5.39",
53
+ "@etsoo/appscript": "^1.5.44",
54
54
  "@etsoo/notificationbase": "^1.1.49",
55
55
  "@etsoo/shared": "^1.2.48",
56
56
  "react": "^18.3.1",
@@ -16,9 +16,4 @@ export namespace CoreConstants {
16
16
  * Rresh token cache field
17
17
  */
18
18
  export const FieldRefreshToken = 'RefreshToken';
19
-
20
- /**
21
- * Refresh token header field name
22
- */
23
- export const TokenHeaderRefresh = 'Smarterp-Refresh-Token';
24
19
  }