@skip-go/widget 3.9.1-alpha-2 → 3.9.3-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.
@@ -43189,7 +43189,7 @@ function walletConnect(parameters) {
43189
43189
  const optionalChains = config2.chains.map((x2) => x2.id);
43190
43190
  if (!optionalChains.length)
43191
43191
  return;
43192
- const { EthereumProvider } = await import("./index.es-sm-uXraY.js");
43192
+ const { EthereumProvider } = await import("./index.es-DOaK05i_.js");
43193
43193
  return await EthereumProvider.init({
43194
43194
  ...parameters,
43195
43195
  disableProviderPing: true,
@@ -52235,7 +52235,7 @@ const initSentry = () => {
52235
52235
  };
52236
52236
  const name = "@skip-go/widget";
52237
52237
  const description = "Swap widget";
52238
- const version = "3.9.1";
52238
+ const version = "3.9.3-alpha-0";
52239
52239
  const repository = {
52240
52240
  url: "https://github.com/skip-mev/skip-go",
52241
52241
  directory: "packages/widget"
@@ -52251,9 +52251,7 @@ const scripts = {
52251
52251
  "build:web-component": "NODE_OPTIONS=--max-old-space-size=32384 webpack --config webpack.config.js",
52252
52252
  "publish:web-component": "npm run build:web-component && cd web-component && npm publish && cd ..",
52253
52253
  prepack: "yarn run pre",
52254
- postpack: "yarn run post",
52255
52254
  pre: "npm run build && node scripts/prepublish.cjs",
52256
- post: "git checkout -- package.json",
52257
52255
  "generate-chains": "node scripts/generate-chains.cjs",
52258
52256
  "update-registries": "yarn up @initia/initia-registry chain-registry",
52259
52257
  test: "yarn playwright test"
package/build/index.d.ts CHANGED
@@ -288,10 +288,3 @@ declare module "styled-components" {
288
288
  interface DefaultTheme extends Theme {
289
289
  }
290
290
  }
291
-
292
-
293
- declare global {
294
- interface HTMLElementTagNameMap {
295
- [WEB_COMPONENT_NAME]: WidgetProps;
296
- }
297
- }