@bliptarjs/sdk 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![bundle size](https://img.shields.io/bundlephobia/minzip/@bliptarjs/sdk?style=flat-square&label=gzip)](https://bundlephobia.com/package/@bliptarjs/sdk)
9
9
  [![license](https://img.shields.io/npm/l/@bliptarjs/sdk.svg?style=flat-square)](LICENSE)
10
10
 
11
- [Website](https://bliptar.com) · [Documentation](https://app.bliptar.com/docs)
11
+ [Website](https://bliptar.com) · [Documentation](https://bliptar.com/docs)
12
12
 
13
13
  </div>
14
14
 
@@ -72,7 +72,7 @@ That's it! The SDK automatically fetches your campaigns and sets up triggers.
72
72
 
73
73
  ## How It Works
74
74
 
75
- 1. **Create campaigns** in the [Bliptar Dashboard](https://app.bliptar.com)
75
+ 1. **Create campaigns** in the [Bliptar Dashboard](https://bliptar.com)
76
76
  2. **Configure triggers** – page view, scroll depth, time on page, exit intent, or custom events
77
77
  3. **Add the SDK** to your app with your API key
78
78
  4. **Done** – forms appear automatically based on your campaign rules
@@ -96,7 +96,7 @@ bliptar.identify('user-123', { plan: 'pro' });
96
96
  bliptar.track('checkout_complete', { total: 99.99 });
97
97
  ```
98
98
 
99
- For the full API reference, see the [Documentation](https://app.bliptar.com/docs).
99
+ For the full API reference, see the [Documentation](https://bliptar.com/docs).
100
100
 
101
101
  ---
102
102
 
@@ -204,7 +204,7 @@ import { createBliptar, BliptarConfig, BliptarInstance } from '@bliptarjs/sdk';
204
204
  ## Links
205
205
 
206
206
  - [Website](https://bliptar.com)
207
- - [Documentation](https://app.bliptar.com/docs)
207
+ - [Documentation](https://bliptar.com/docs)
208
208
  - [npm](https://www.npmjs.com/package/@bliptarjs/sdk)
209
209
 
210
210
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bliptarjs/sdk",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Bliptar SDK - Lightweight micro-feedback for web apps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",