@frontegg/redux-store 7.69.0 → 7.70.0-alpha.0

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.
@@ -32,7 +32,8 @@ export default ((store, api, sharedActions) => {
32
32
  value: !silentLoading
33
33
  });
34
34
  actions.setTeamState({
35
- allUsersQueryParams
35
+ allUsersQueryParams,
36
+ pageOffset: allUsersQueryParams._offset
36
37
  });
37
38
  try {
38
39
  const [
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.69.0
1
+ /** @license Frontegg v7.70.0-alpha.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -39,7 +39,8 @@ var _default = (store, api, sharedActions) => {
39
39
  value: !silentLoading
40
40
  });
41
41
  actions.setTeamState({
42
- allUsersQueryParams
42
+ allUsersQueryParams,
43
+ pageOffset: allUsersQueryParams._offset
43
44
  });
44
45
  try {
45
46
  const [
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.69.0
1
+ /** @license Frontegg v7.70.0-alpha.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/redux-store",
3
- "version": "7.69.0",
3
+ "version": "7.70.0-alpha.0",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",
7
7
  "dependencies": {
8
8
  "@babel/runtime": "^7.18.6",
9
9
  "@frontegg/entitlements-javascript-commons": "1.1.2",
10
- "@frontegg/rest-api": "7.69.0",
10
+ "@frontegg/rest-api": "7.70.0-alpha.0",
11
11
  "fast-deep-equal": "3.1.3",
12
12
  "get-value": "^3.0.1",
13
13
  "proxy-compare": "^3.0.0",