@usepatch/widget 0.2.0 → 0.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usepatch/widget",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Embeddable feedback widget for Patch. Lets clients pin annotations directly on your preview deployments.",
5
5
  "license": "MIT",
6
6
  "author": "Sim Studio BV",
@@ -40,7 +40,7 @@
40
40
  "sideEffects": false,
41
41
  "scripts": {
42
42
  "prebuild": "bun run scripts/compile-styles.ts",
43
- "build": "tsup",
43
+ "build": "tsup && bun run scripts/add-use-client.ts",
44
44
  "dev": "tsup --watch",
45
45
  "prepublishOnly": "bun run build",
46
46
  "test": "bun run scripts/compile-styles.ts && vitest run",
@@ -63,7 +63,6 @@
63
63
  "@types/react": "^19.2.14",
64
64
  "@types/react-dom": "^19.2.3",
65
65
  "happy-dom": "^20.9.0",
66
- "msw": "^2.14.2",
67
66
  "postcss": "^8.5.14",
68
67
  "react": "^19.2.5",
69
68
  "react-dom": "^19.2.5",