@lowdefy/client 4.0.0-alpha.20 → 4.0.0-alpha.21

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.
@@ -12,8 +12,7 @@
12
12
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
  See the License for the specific language governing permissions and
14
14
  limitations under the License.
15
- */ import { urlQuery } from '@lowdefy/helpers';
16
- import callRequest from './callRequest.js';
15
+ */ import callRequest from './callRequest.js';
17
16
  import createIcon from './createIcon.js';
18
17
  import createAuthMethods from './auth/createAuthMethods.js';
19
18
  import createLinkComponent from './createLinkComponent.js';
@@ -48,7 +47,6 @@ function initLowdefyContext({ auth , Components , config , router , stage , type
48
47
  lowdefy.lowdefyGlobal = config.rootConfig.lowdefyGlobal;
49
48
  lowdefy.menus = config.rootConfig.menus;
50
49
  lowdefy.pageId = config.pageConfig.pageId;
51
- lowdefy.urlQuery = urlQuery.parse(window.location.search.slice(1));
52
50
  lowdefy.user = auth?.session?.user ?? null;
53
51
  lowdefy._internal.globals = {
54
52
  document: window.document,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/client",
3
- "version": "4.0.0-alpha.20",
3
+ "version": "4.0.0-alpha.21",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Lowdefy Client",
6
6
  "homepage": "https://lowdefy.com",
@@ -43,17 +43,17 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@ant-design/icons": "4.7.0",
46
- "@lowdefy/block-utils": "4.0.0-alpha.20",
47
- "@lowdefy/engine": "4.0.0-alpha.20",
48
- "@lowdefy/helpers": "4.0.0-alpha.20",
49
- "@lowdefy/layout": "4.0.0-alpha.20",
46
+ "@lowdefy/block-utils": "4.0.0-alpha.21",
47
+ "@lowdefy/engine": "4.0.0-alpha.21",
48
+ "@lowdefy/helpers": "4.0.0-alpha.21",
49
+ "@lowdefy/layout": "4.0.0-alpha.21",
50
50
  "classnames": "2.3.1",
51
51
  "react": "18.1.0",
52
52
  "react-dom": "18.1.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@emotion/jest": "11.9.1",
56
- "@lowdefy/jest-yaml-transform": "4.0.0-alpha.20",
56
+ "@lowdefy/jest-yaml-transform": "4.0.0-alpha.21",
57
57
  "@swc/cli": "0.1.57",
58
58
  "@swc/core": "1.2.194",
59
59
  "@swc/jest": "0.2.21",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "cf96c282e8ea38153ea815d72e2b95e5da1359f6"
71
+ "gitHead": "748794b56e36b9b63b8942a235b16e98c00e4e83"
72
72
  }