@siteping/widget 0.9.0 → 0.9.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 +3 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  [![npm version](https://img.shields.io/npm/v/@siteping/widget)](https://www.npmjs.com/package/@siteping/widget)
2
+ [![Live Demo](https://img.shields.io/badge/demo-try%20it%20live-22c55e)](https://siteping.dev/demo)
2
3
  [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue)](https://www.typescriptlang.org/)
3
4
 
4
5
  # @siteping/widget
@@ -7,7 +8,7 @@
7
8
 
8
9
  A lightweight feedback widget that lets your clients annotate websites during development. Draw rectangles, leave comments, track bugs — directly on the live site.
9
10
 
10
- Part of the [@siteping](https://github.com/NeosiaNexus/siteping) monorepo.
11
+ Part of the [@siteping](https://github.com/NeosiaNexus/SitePing) monorepo — **[try the live demo](https://siteping.dev/demo)**.
11
12
 
12
13
  ## Install
13
14
 
@@ -79,4 +80,4 @@ initSiteping({
79
80
 
80
81
  ## License
81
82
 
82
- [MIT](https://github.com/NeosiaNexus/siteping/blob/main/LICENSE)
83
+ [MIT](https://github.com/NeosiaNexus/SitePing/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siteping/widget",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "Feedback widget for client review during development — annotations, bugs, questions directly on the site",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -37,10 +37,10 @@
37
37
  ],
38
38
  "author": "neosianexus",
39
39
  "license": "MIT",
40
- "homepage": "https://github.com/NeosiaNexus/siteping/tree/main/packages/widget",
40
+ "homepage": "https://siteping.dev",
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "git+https://github.com/NeosiaNexus/siteping.git",
43
+ "url": "git+https://github.com/NeosiaNexus/SitePing.git",
44
44
  "directory": "packages/widget"
45
45
  },
46
46
  "dependencies": {