@subscribeflow/sdk 1.0.27 → 1.0.29

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
+ # @subscribeflow/sdk
2
+
1
3
  <p align="center">
2
4
  <a href="https://subscribeflow.net">
3
5
  <img src="https://docs.subscribeflow.net/assets/sdk-hero.svg" alt="SubscribeFlow" width="100%">
4
6
  </a>
5
7
  </p>
6
8
 
7
- # @subscribeflow/sdk
8
-
9
9
  Official TypeScript SDK for SubscribeFlow — full type safety, tree-shakeable, zero dependencies. Manage email subscriptions, campaigns, and GDPR-compliant preference centers.
10
10
 
11
11
  [![npm Version](https://img.shields.io/npm/v/@subscribeflow/sdk)](https://www.npmjs.com/package/@subscribeflow/sdk)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subscribeflow/sdk",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "TypeScript SDK for SubscribeFlow API - Email subscription management",
5
5
  "author": "SubscribeFlow Team",
6
6
  "license": "MIT",