@bliptarjs/sdk 0.3.1 → 0.3.2

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 +1 -2
  2. package/package.json +2 -2
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) · [Dashboard](https://app.bliptar.com)
11
+ [Website](https://bliptar.com) · [Documentation](https://app.bliptar.com/docs)
12
12
 
13
13
  </div>
14
14
 
@@ -205,7 +205,6 @@ import { createBliptar, BliptarConfig, BliptarInstance } from '@bliptarjs/sdk';
205
205
 
206
206
  - [Website](https://bliptar.com)
207
207
  - [Documentation](https://app.bliptar.com/docs)
208
- - [Dashboard](https://app.bliptar.com)
209
208
  - [npm](https://www.npmjs.com/package/@bliptarjs/sdk)
210
209
 
211
210
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bliptarjs/sdk",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Bliptar SDK - Lightweight micro-feedback for web apps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -24,7 +24,7 @@
24
24
  "bugs": {
25
25
  "url": "https://github.com/bliptar/sdk/issues"
26
26
  },
27
- "homepage": "https://bliptar.com/docs/sdk",
27
+ "homepage": "https://www.bliptar.com/docs",
28
28
  "scripts": {
29
29
  "build": "tsup src/index.ts --format esm,cjs --dts --minify",
30
30
  "dev": "tsup src/index.ts --format esm,cjs --dts --watch",