phx-uikit 1.0.192 → 1.0.193

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.
@@ -534,7 +534,7 @@ var PHXMainWrapV3 = function (_a) {
534
534
  switch (_a.label) {
535
535
  case 0:
536
536
  _a.trys.push([0, 2, , 3]);
537
- return [4 /*yield*/, axios_1["default"].post("/aip/authenticate/logout", {}, {
537
+ return [4 /*yield*/, axios_1["default"].post("/api/authenticate/logout", {}, {
538
538
  withCredentials: true
539
539
  })];
540
540
  case 1: return [2 /*return*/, _a.sent()];
@@ -531,7 +531,7 @@ export var PHXMainWrapV3 = function (_a) {
531
531
  switch (_a.label) {
532
532
  case 0:
533
533
  _a.trys.push([0, 2, , 3]);
534
- return [4 /*yield*/, axios.post("/aip/authenticate/logout", {}, {
534
+ return [4 /*yield*/, axios.post("/api/authenticate/logout", {}, {
535
535
  withCredentials: true
536
536
  })];
537
537
  case 1: return [2 /*return*/, _a.sent()];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phx-uikit",
3
- "version": "1.0.192",
3
+ "version": "1.0.193",
4
4
  "description": "PHX REACT",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",