@etsoo/react 1.7.62 → 1.7.64

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.
@@ -17,5 +17,5 @@ export declare namespace CoreConstants {
17
17
  /**
18
18
  * Refresh token header field name
19
19
  */
20
- const TokenHeaderRefresh = "SmartERPRefreshToken";
20
+ const TokenHeaderRefresh = "Smarterp-Refresh-Token";
21
21
  }
@@ -18,5 +18,5 @@ export var CoreConstants;
18
18
  /**
19
19
  * Refresh token header field name
20
20
  */
21
- CoreConstants.TokenHeaderRefresh = 'SmartERPRefreshToken';
21
+ CoreConstants.TokenHeaderRefresh = 'Smarterp-Refresh-Token';
22
22
  })(CoreConstants || (CoreConstants = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/react",
3
- "version": "1.7.62",
3
+ "version": "1.7.64",
4
4
  "description": "TypeScript ReactJs UI Independent Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -48,31 +48,31 @@
48
48
  "@dnd-kit/core": "^6.1.0",
49
49
  "@dnd-kit/sortable": "^8.0.0",
50
50
  "@emotion/css": "^11.13.0",
51
- "@emotion/react": "^11.13.0",
51
+ "@emotion/react": "^11.13.3",
52
52
  "@emotion/styled": "^11.13.0",
53
- "@etsoo/appscript": "^1.5.5",
53
+ "@etsoo/appscript": "^1.5.13",
54
54
  "@etsoo/notificationbase": "^1.1.47",
55
55
  "@etsoo/shared": "^1.2.44",
56
56
  "react": "^18.3.1",
57
57
  "react-dom": "^18.3.1",
58
- "react-router-dom": "^6.26.0",
58
+ "react-router-dom": "^6.26.1",
59
59
  "react-window": "^1.8.10"
60
60
  },
61
61
  "devDependencies": {
62
- "@babel/cli": "^7.24.8",
62
+ "@babel/cli": "^7.25.6",
63
63
  "@babel/core": "^7.25.2",
64
- "@babel/plugin-transform-runtime": "^7.24.7",
65
- "@babel/preset-env": "^7.25.3",
66
- "@babel/runtime-corejs3": "^7.25.0",
67
- "@testing-library/jest-dom": "^6.4.8",
68
- "@testing-library/react": "^16.0.0",
64
+ "@babel/plugin-transform-runtime": "^7.25.4",
65
+ "@babel/preset-env": "^7.25.4",
66
+ "@babel/runtime-corejs3": "^7.25.6",
67
+ "@testing-library/jest-dom": "^6.5.0",
68
+ "@testing-library/react": "^16.0.1",
69
69
  "@types/jest": "^29.5.12",
70
- "@types/react": "^18.3.3",
70
+ "@types/react": "^18.3.5",
71
71
  "@types/react-dom": "^18.3.0",
72
72
  "@types/react-window": "^1.8.8",
73
73
  "jest": "^29.7.0",
74
74
  "jest-environment-jsdom": "^29.7.0",
75
- "ts-jest": "^29.2.4",
75
+ "ts-jest": "^29.2.5",
76
76
  "typescript": "^5.5.4"
77
77
  }
78
78
  }
@@ -20,5 +20,5 @@ export namespace CoreConstants {
20
20
  /**
21
21
  * Refresh token header field name
22
22
  */
23
- export const TokenHeaderRefresh = 'SmartERPRefreshToken';
23
+ export const TokenHeaderRefresh = 'Smarterp-Refresh-Token';
24
24
  }