@aurum-sdk/core 0.2.3-canary.3 → 0.2.3

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/README.md CHANGED
@@ -14,6 +14,12 @@ Aurum is an open-source JavaScript SDK that makes it easy to add wallets to your
14
14
  pnpm add @aurum-sdk/core
15
15
  ```
16
16
 
17
+ > **pnpm local development (link:)**: `@reown/appkit` and `@reown/appkit-adapter-wagmi` are loaded as dynamic requires at runtime rather than bundled inline. With a normal `pnpm add` install this is transparent — pnpm installs them as transitive deps. But if you're linking Aurum locally via `link:` or a workspace `link:` protocol, pnpm's strict isolation may prevent your app's webpack from resolving them. Fix by adding them explicitly to your app's dependencies:
18
+ >
19
+ > ```bash
20
+ > pnpm add @reown/appkit @reown/appkit-adapter-wagmi
21
+ > ```
22
+
17
23
  ## Quick Start
18
24
 
19
25
  ```typescript
@@ -740,12 +740,12 @@ function getEnvironment() {
740
740
  }
741
741
  function initSentry(enabled = true) {
742
742
  telemetryEnabled = enabled;
743
- if (initialized || !telemetryEnabled || false) return;
743
+ if (initialized || !telemetryEnabled || true) return;
744
744
  initialized = true;
745
745
  Sentry.init({
746
- dsn: "https://0bb16fd7057ac7b45ae0ab416cdbea8b@o4505953815494656.ingest.us.sentry.io/4509747448184832",
746
+ dsn: "",
747
747
  environment: getEnvironment(),
748
- release: `@aurum-sdk/core@${"0.2.3-canary.3"}`,
748
+ release: `@aurum-sdk/core@${"0.2.3"}`,
749
749
  sendDefaultPii: false,
750
750
  enableLogs: true
751
751
  });
@@ -2452,4 +2452,4 @@ ${generateBrandCssVariables(brandConfig)}`;
2452
2452
 
2453
2453
 
2454
2454
  exports.useAurumStore = useAurumStore; exports.waitForStoreHydration = waitForStoreHydration; exports.useWidgetContext = useWidgetContext; exports.WidgetProvider = WidgetProvider; exports.DEFAULT_THEME = DEFAULT_THEME; exports.getDefaultThemeConfig = getDefaultThemeConfig; exports.POWERED_BY_SPACER_REM = POWERED_BY_SPACER_REM; exports.PageTransitionContainer = PageTransitionContainer; exports.PoweredBy = PoweredBy; exports.Modal = Modal; exports.Spacer = Spacer; exports.ThemeContainer = ThemeContainer; exports.useNavigation = useNavigation; exports.sortWallets = sortWallets; exports.initSentry = initSentry; exports.sentryLogger = sentryLogger; exports.createConfigError = createConfigError; exports.ConnectUIProviders = ConnectUIProviders; exports.ConnectPages = ConnectPages; exports.generateCompleteStyles = generateCompleteStyles;
2455
- //# sourceMappingURL=chunk-MHRKTE55.js.map
2455
+ //# sourceMappingURL=chunk-JXTTDJRM.js.map
@@ -740,12 +740,12 @@ function getEnvironment() {
740
740
  }
741
741
  function initSentry(enabled = true) {
742
742
  telemetryEnabled = enabled;
743
- if (initialized || !telemetryEnabled || false) return;
743
+ if (initialized || !telemetryEnabled || true) return;
744
744
  initialized = true;
745
745
  Sentry.init({
746
- dsn: "https://0bb16fd7057ac7b45ae0ab416cdbea8b@o4505953815494656.ingest.us.sentry.io/4509747448184832",
746
+ dsn: "",
747
747
  environment: getEnvironment(),
748
- release: `@aurum-sdk/core@${"0.2.3-canary.3"}`,
748
+ release: `@aurum-sdk/core@${"0.2.3"}`,
749
749
  sendDefaultPii: false,
750
750
  enableLogs: true
751
751
  });
@@ -2452,4 +2452,4 @@ export {
2452
2452
  ConnectPages,
2453
2453
  generateCompleteStyles
2454
2454
  };
2455
- //# sourceMappingURL=chunk-E5UAJURN.mjs.map
2455
+ //# sourceMappingURL=chunk-KAP5LMPM.mjs.map