@riab/forge-ui 0.1.0-beta.1 → 0.1.0-beta.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/elements.js +16949 -19465
- package/dist/elements.js.map +1 -1
- package/package.json +2 -2
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.
|
|
4
|
+
"version": "0.1.0-beta.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Forge web components for embedding in host applications (CodeIgniter, Complysci)",
|
|
7
7
|
"publishConfig": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"dev": "vite",
|
|
21
21
|
"build": "vue-tsc -b && vite build",
|
|
22
|
-
"build:lib": "cross-env VITE_LIB_MODE=1 vite build",
|
|
22
|
+
"build:lib": "cross-env NODE_ENV=production VITE_LIB_MODE=1 vite build && node scripts/validate-lib-build.mjs",
|
|
23
23
|
"build:shell": "vue-tsc -b && vite build --config vite.shell.config.ts",
|
|
24
24
|
"preview": "vite preview",
|
|
25
25
|
"typecheck": "vue-tsc --noEmit",
|