@superfeedback/widget 0.0.10 → 0.0.11

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": "@superfeedback/widget",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "private": false,
@@ -58,9 +58,10 @@
58
58
  },
59
59
  "scripts": {
60
60
  "dev": "vite",
61
+ "dev:prod": "vite --mode production",
61
62
  "build": "run-p type-check \"build-only {@}\" --",
62
63
  "build-only": "run-s build:lib build:vue",
63
- "build:lib": "vite build",
64
+ "build:lib": "vite build && IIFE_ENTRY=index vite build --config vite.config.iife.ts && IIFE_ENTRY=widget vite build --config vite.config.iife.ts",
64
65
  "build:vue": "vite build --config vite.config.vue.ts",
65
66
  "type-check": "vue-tsc --build",
66
67
  "publish:lint": "publint"