@banch0u/core-project-test-repository 2.1.15 → 2.1.16

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.
@@ -88,7 +88,7 @@ var refreshAccessToken = /*#__PURE__*/function () {
88
88
  while (1) switch (_context.prev = _context.next) {
89
89
  case 0:
90
90
  _context.prev = 0;
91
- refreshToken = localStorage.getItem(REFRESH_TOKEN_KEY); // Adjust storage as needed
91
+ refreshToken = localStorage.getItem("refreshToken"); // Adjust storage as needed
92
92
  _context.next = 4;
93
93
  return axios.post(baseUrl + "/profile/refresh-token", {}, {
94
94
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banch0u/core-project-test-repository",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "Shared core features for all projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [