arky-sdk 0.3.24 → 0.3.25

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
@@ -303,22 +303,6 @@ import type {
303
303
  } from 'arky-sdk'
304
304
  ```
305
305
 
306
- ## Migration from Newsletter Module
307
-
308
- Newsletters are now CMS Collections with `type: 'NEWSLETTER'`:
309
-
310
- ```typescript
311
- // Old (deprecated)
312
- await sdk.newsletter.subscribe({ newsletterId, email })
313
-
314
- // New
315
- await sdk.cms.subscribeToCollection({
316
- collectionId: newsletterId,
317
- email,
318
- planId: 'plan_free', // Required
319
- })
320
- ```
321
-
322
306
  ## License
323
307
 
324
308
  MIT
package/dist/index.cjs CHANGED
@@ -1496,7 +1496,7 @@ async function injectSvgIntoElement(mediaObject, targetElement, className) {
1496
1496
  }
1497
1497
 
1498
1498
  // src/index.ts
1499
- var SDK_VERSION = "0.3.24";
1499
+ var SDK_VERSION = "0.3.25";
1500
1500
  var SUPPORTED_FRAMEWORKS = [
1501
1501
  "astro",
1502
1502
  "react",