@mhosaic/feedback 0.33.0 → 0.35.0

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": "@mhosaic/feedback",
3
- "version": "0.33.0",
3
+ "version": "0.35.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.mjs",
@@ -42,6 +42,10 @@
42
42
  "types": "./dist/react.d.ts",
43
43
  "import": "./dist/react.mjs"
44
44
  },
45
+ "./vue": {
46
+ "types": "./dist/vue.d.ts",
47
+ "import": "./dist/vue.mjs"
48
+ },
45
49
  "./webvitals": {
46
50
  "types": "./dist/webvitals.d.ts",
47
51
  "import": "./dist/webvitals.mjs"
@@ -75,20 +79,25 @@
75
79
  "dist"
76
80
  ],
77
81
  "peerDependencies": {
78
- "react": ">=18"
82
+ "react": ">=18",
83
+ "vue": ">=3.4"
79
84
  },
80
85
  "peerDependenciesMeta": {
81
86
  "react": {
82
87
  "optional": true
88
+ },
89
+ "vue": {
90
+ "optional": true
83
91
  }
84
92
  },
85
93
  "dependencies": {
86
- "preact": "^10.24.0",
87
94
  "html2canvas-pro": "^1.5.8",
88
- "web-vitals": "^4.2.0",
89
- "rrweb": "^2.0.0-alpha.18"
95
+ "preact": "^10.24.0",
96
+ "rrweb": "^2.0.0-alpha.18",
97
+ "web-vitals": "^4.2.0"
90
98
  },
91
99
  "devDependencies": {
100
+ "@size-limit/preset-small-lib": "^11.1.5",
92
101
  "@testing-library/preact": "^3.2.4",
93
102
  "@testing-library/react": "^14.0.0",
94
103
  "@types/node": "^22.5.0",
@@ -98,10 +107,10 @@
98
107
  "react": "^18.3.1",
99
108
  "react-dom": "^18.3.1",
100
109
  "size-limit": "^11.1.5",
101
- "@size-limit/preset-small-lib": "^11.1.5",
102
110
  "tsup": "^8.3.0",
103
111
  "typescript": "5.6.3",
104
- "vitest": "^2.1.0"
112
+ "vitest": "^2.1.0",
113
+ "vue": "^3.4"
105
114
  },
106
115
  "scripts": {
107
116
  "build": "tsup",