@liquidcommerce/elements-sdk 2.6.0-beta.63 → 2.6.0-beta.64
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/index.checkout.esm.js +6943 -6943
- package/dist/index.esm.js +11191 -11190
- package/dist/types/index.checkout.d.ts +1 -1
- package/dist/types/index.checkout.umd.d.ts +1 -1
- package/package.json +11 -14
|
@@ -4,5 +4,5 @@ import { DEBUG_MODE, ELEMENTS_ENV } from '@/enums';
|
|
|
4
4
|
import type { IElementsCheckoutActions, IElementsCheckoutClient } from '@/interfaces/client.interface';
|
|
5
5
|
import type { IInjectedComponent } from '@/interfaces/component.interface';
|
|
6
6
|
import type { ILiquidCommerceElementsCheckoutClientConfig } from '@/interfaces/config.interface';
|
|
7
|
-
export { DEBUG_MODE, ELEMENTS_ENV, ElementsCheckout };
|
|
8
7
|
export type { DebugMode, ElementsEnv, IElementsCheckoutActions, IElementsCheckoutClient, IInjectedComponent, ILiquidCommerceElementsCheckoutClientConfig, };
|
|
8
|
+
export { DEBUG_MODE, ELEMENTS_ENV, ElementsCheckout };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { IElementsCheckoutActions, IElementsCheckoutClient } from '@/interfaces/client.interface';
|
|
2
2
|
import { ElementsCheckout } from './clients/checkout';
|
|
3
|
-
export { ElementsCheckout };
|
|
4
3
|
export type { IElementsCheckoutActions, IElementsCheckoutClient };
|
|
4
|
+
export { ElementsCheckout };
|
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.6.0-beta.
|
|
6
|
+
"version": "2.6.0-beta.64",
|
|
7
7
|
"homepage": "https://docs.liquidcommerce.co/elements-sdk",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -81,27 +81,27 @@
|
|
|
81
81
|
"embeddable commerce"
|
|
82
82
|
],
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@biomejs/biome": "^2.4.
|
|
85
|
-
"@commitlint/cli": "^20.
|
|
86
|
-
"@commitlint/config-conventional": "^20.
|
|
84
|
+
"@biomejs/biome": "^2.4.8",
|
|
85
|
+
"@commitlint/cli": "^20.5.0",
|
|
86
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
87
87
|
"@rollup/plugin-alias": "^6.0.0",
|
|
88
|
-
"@rollup/plugin-commonjs": "^29.0.
|
|
88
|
+
"@rollup/plugin-commonjs": "^29.0.2",
|
|
89
89
|
"@rollup/plugin-json": "^6.1.0",
|
|
90
90
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
91
91
|
"@rollup/plugin-replace": "^6.0.3",
|
|
92
|
-
"@rollup/plugin-terser": "^0.
|
|
92
|
+
"@rollup/plugin-terser": "^1.0.0",
|
|
93
93
|
"@semantic-release/changelog": "^6.0.3",
|
|
94
94
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
95
95
|
"@semantic-release/git": "^10.0.1",
|
|
96
96
|
"@semantic-release/github": "^12.0.6",
|
|
97
|
-
"@semantic-release/npm": "^13.1.
|
|
97
|
+
"@semantic-release/npm": "^13.1.5",
|
|
98
98
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
99
99
|
"@types/core-js": "^2.5.8",
|
|
100
|
-
"@types/node": "^25.
|
|
101
|
-
"conventional-changelog
|
|
100
|
+
"@types/node": "^25.5.0",
|
|
101
|
+
"conventional-changelog": "^7.2.0",
|
|
102
102
|
"husky": "^9.1.7",
|
|
103
103
|
"process": "^0.11.10",
|
|
104
|
-
"rollup": "^4.
|
|
104
|
+
"rollup": "^4.60.0",
|
|
105
105
|
"rollup-obfuscator": "^4.1.1",
|
|
106
106
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
107
107
|
"semantic-release": "^25.0.3",
|
|
@@ -118,9 +118,6 @@
|
|
|
118
118
|
"onlyBuiltDependencies": [
|
|
119
119
|
"@biomejs/biome",
|
|
120
120
|
"javascript-obfuscator"
|
|
121
|
-
]
|
|
122
|
-
"overrides": {
|
|
123
|
-
"@conventional-changelog/git-client@<2.0.0": ">=2.0.0"
|
|
124
|
-
}
|
|
121
|
+
]
|
|
125
122
|
}
|
|
126
123
|
}
|