@liquidcommerce/elements-sdk 2.5.6-beta.6 → 2.5.6-beta.7

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.
@@ -1,4 +1,5 @@
1
1
  export declare const API_CLIENT_URL: {
2
+ beta: string;
2
3
  local: string;
3
4
  development: string;
4
5
  staging: string;
@@ -1,4 +1,5 @@
1
1
  export declare const ELEMENTS_ENV: {
2
+ readonly BETA: "beta";
2
3
  readonly LOCAL: "local";
3
4
  readonly DEVELOPMENT: "development";
4
5
  readonly STAGING: "staging";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "LiquidCommerce Elements SDK",
4
4
  "license": "UNLICENSED",
5
5
  "author": "LiquidCommerce Team",
6
- "version": "2.5.6-beta.6",
6
+ "version": "2.5.6-beta.7",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",