@elliemae/pui-app-sdk 5.17.4 → 5.17.5
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.
package/dist/cjs/index.js
CHANGED
|
@@ -168,7 +168,7 @@ var import_react = require("./data/react.js");
|
|
|
168
168
|
var import_use_state_selector = require("./utils/custom-hooks/use-state-selector.js");
|
|
169
169
|
var import_errorMiddleware = require("./data/errorMiddleware.js");
|
|
170
170
|
var import_listenerMiddleware = require("./data/listenerMiddleware.js");
|
|
171
|
-
var import_decorators = require("./utils/decorators");
|
|
171
|
+
var import_decorators = require("./utils/decorators/index.js");
|
|
172
172
|
var import_helper = require("./utils/auth/helper.js");
|
|
173
173
|
var import_url = require("./utils/url.js");
|
|
174
174
|
var import_store = require("./data/store.js");
|
package/dist/esm/index.js
CHANGED
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
removeSideEffect,
|
|
42
42
|
clearSideEffects
|
|
43
43
|
} from "./data/listenerMiddleware.js";
|
|
44
|
-
import { decorators } from "./utils/decorators";
|
|
44
|
+
import { decorators } from "./utils/decorators/index.js";
|
|
45
45
|
import { getAuthorizationHeader } from "./utils/auth/helper.js";
|
|
46
46
|
import { getRedirectUrl, removeDoubleSlash } from "./utils/url.js";
|
|
47
47
|
import { createAppStore } from "./data/store.js";
|
|
@@ -16,7 +16,7 @@ export { useStateSelector, useStateSelectorShallow, } from './utils/custom-hooks
|
|
|
16
16
|
export type { UseStateSelectorOptions } from './utils/custom-hooks/use-state-selector.js';
|
|
17
17
|
export { errorMiddleware } from './data/errorMiddleware.js';
|
|
18
18
|
export { startSideEffect, createSideEffect, removeSideEffect, clearSideEffects, } from './data/listenerMiddleware.js';
|
|
19
|
-
export { decorators } from './utils/decorators';
|
|
19
|
+
export { decorators } from './utils/decorators/index.js';
|
|
20
20
|
export { getAuthorizationHeader } from './utils/auth/helper.js';
|
|
21
21
|
export { getRedirectUrl, removeDoubleSlash } from './utils/url.js';
|
|
22
22
|
export { createAppStore as configureStore } from './data/store.js';
|