@frontegg/redux-store 5.70.1 → 5.72.1
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/node/auth/index.js +1 -1
- package/node/{index-85c05bdb.js → index-b3622c8e.js} +0 -0
- package/node/index.js +1 -1
- package/node/subscriptions/index.js +186 -140
- package/node/toolkit/index.js +1 -1
- package/package.json +2 -2
- package/subscriptions/VendorPublicConfig/index.d.ts +10 -0
- package/subscriptions/VendorPublicConfig/interfaces.d.ts +10 -0
- package/subscriptions/VendorPublicConfig/saga.d.ts +2 -0
- package/subscriptions/dummy.d.ts +2 -1
- package/subscriptions/index.d.ts +7 -0
- package/subscriptions/index.js +186 -140
- package/subscriptions/interfaces.d.ts +4 -0
- package/subscriptions/reducer.d.ts +7 -0
package/node/auth/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var auth_index = require('../index-
|
|
5
|
+
var auth_index = require('../index-b3622c8e.js');
|
|
6
6
|
var constants = require('../constants-52e37c08.js');
|
|
7
7
|
var restApi = require('@frontegg/rest-api');
|
|
8
8
|
require('@reduxjs/toolkit');
|
|
File without changes
|
package/node/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var auth_index = require('./index-
|
|
5
|
+
var auth_index = require('./index-b3622c8e.js');
|
|
6
6
|
var audits_index = require('./audits/index.js');
|
|
7
7
|
var connectivity_index = require('./connectivity/index.js');
|
|
8
8
|
var subscriptions_index = require('./subscriptions/index.js');
|