@superfeedback/widget 0.0.2 → 0.0.4

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/dist/index.js CHANGED
@@ -15885,7 +15885,7 @@ var _globalThis = (function() {
15885
15885
  });
15886
15886
  const api = {
15887
15887
  request: null,
15888
- url: "http://localhost:3000/api/external/v1",
15888
+ url: "https://app.superfeedback.ai/api/external/v1",
15889
15889
  initialized: !1,
15890
15890
  isInitialized() {
15891
15891
  return this.initialized;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfeedback/widget",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "private": false,
@@ -31,8 +31,7 @@
31
31
  "ofetch": "^1.4.1",
32
32
  "roughjs": "^4.6.6",
33
33
  "rrweb-snapshot": "2.0.0-alpha.4",
34
- "vue": "^3.5.25",
35
- "@superfeedback/utils": "0.0.1"
34
+ "vue": "^3.5.25"
36
35
  },
37
36
  "devDependencies": {
38
37
  "@tailwindcss/forms": "^0.5.10",
@@ -45,7 +44,8 @@
45
44
  "typescript": "~5.8.0",
46
45
  "vite": "^6.3.5",
47
46
  "vite-plugin-vue-devtools": "^8.0.0",
48
- "vue-tsc": "^3.1.5"
47
+ "vue-tsc": "^3.1.5",
48
+ "@superfeedback/utils": "0.0.1"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "vue": "^3.3.0"