@riab/forge-ui 0.1.0-beta.6 → 0.1.0-beta.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@riab/forge-ui",
3
3
  "private": false,
4
- "version": "0.1.0-beta.6",
4
+ "version": "0.1.0-beta.8",
5
5
  "type": "module",
6
6
  "description": "Forge web components for embedding in host applications (CodeIgniter, Complysci)",
7
7
  "publishConfig": {
@@ -18,6 +18,9 @@
18
18
  },
19
19
  "scripts": {
20
20
  "dev": "vite",
21
+ "dev:development": "cross-env VITE_DEV_ENVIRONMENT=development vite",
22
+ "dev:qa": "cross-env VITE_DEV_ENVIRONMENT=qa vite",
23
+ "dev:uat": "cross-env VITE_DEV_ENVIRONMENT=uat vite",
21
24
  "build": "vue-tsc -b && vite build",
22
25
  "build:lib": "cross-env NODE_ENV=production VITE_LIB_MODE=1 vite build && node scripts/validate-lib-build.mjs",
23
26
  "build:shell": "vue-tsc -b && vite build --config vite.shell.config.ts",