@eventop/sdk 1.0.3 → 1.0.4

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.cjs CHANGED
@@ -242,14 +242,7 @@ function EventopProvider({
242
242
  sdkReady.current = true;
243
243
  syncToSDK();
244
244
  }
245
- if (window.Eventop) {
246
- boot();
247
- } else {
248
- const s = document.createElement('script');
249
- s.src = 'https://unpkg.com/shepherd-ai-sdk/dist/shepherd-ai.umd.js';
250
- s.onload = boot;
251
- document.head.appendChild(s);
252
- }
245
+ boot();
253
246
  const unsub = registry.subscribe(syncToSDK);
254
247
  return () => {
255
248
  unsub();
package/dist/index.js CHANGED
@@ -240,14 +240,7 @@ function EventopProvider({
240
240
  sdkReady.current = true;
241
241
  syncToSDK();
242
242
  }
243
- if (window.Eventop) {
244
- boot();
245
- } else {
246
- const s = document.createElement('script');
247
- s.src = 'https://unpkg.com/shepherd-ai-sdk/dist/shepherd-ai.umd.js';
248
- s.onload = boot;
249
- document.head.appendChild(s);
250
- }
243
+ boot();
251
244
  const unsub = registry.subscribe(syncToSDK);
252
245
  return () => {
253
246
  unsub();
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@eventop/sdk",
3
- "version": "1.0.3",
4
- "description": "Official SDK for Eventop on-chain subscriptions",
3
+ "version": "1.0.4",
4
+ "description": "Official SDK for Eventop",
5
5
  "keywords": [
6
- "solana",
6
+ "Onboarding",
7
7
  "subscriptions",
8
8
  "crypto",
9
9
  "payments"