@skip-go/widget 3.9.0-alpha-8 → 3.9.1-alpha-1

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-Cl7F4evs.js");
43192
+ const { EthereumProvider } = await import("./index.es-DGdnSzzb.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.0-alpha-8";
52238
+ const version = "3.9.1-alpha-1";
52239
52239
  const repository = {
52240
52240
  url: "https://github.com/skip-mev/skip-go",
52241
52241
  directory: "packages/widget"
@@ -52251,7 +52251,9 @@ 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",
52254
52255
  pre: "npm run build && node scripts/prepublish.cjs",
52256
+ post: "git checkout -- package.json",
52255
52257
  "generate-chains": "node scripts/generate-chains.cjs",
52256
52258
  "update-registries": "yarn up @initia/initia-registry chain-registry",
52257
52259
  test: "yarn playwright test"