@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.
- package/README.md +3 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
[](https://www.npmjs.com/package/@siteping/widget)
|
|
2
|
+
[](https://siteping.dev/demo)
|
|
2
3
|
[](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/
|
|
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/
|
|
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.
|
|
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://
|
|
40
|
+
"homepage": "https://siteping.dev",
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|
|
43
|
-
"url": "git+https://github.com/NeosiaNexus/
|
|
43
|
+
"url": "git+https://github.com/NeosiaNexus/SitePing.git",
|
|
44
44
|
"directory": "packages/widget"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|