@frontegg/vue 2.0.2-alpha.2988154158 → 2.0.2-alpha.3010620632
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/vue",
|
|
3
|
-
"version": "2.0.2-alpha.
|
|
3
|
+
"version": "2.0.2-alpha.3010620632",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.ssr.js",
|
|
6
6
|
"browser": "dist/index.js",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"scripts": {
|
|
17
17
|
"serve": "vue-cli-service serve dev/serve.ts",
|
|
18
|
-
"build:watch": "rollup -w --config
|
|
19
|
-
"build": "cross-env NODE_ENV=production rollup --config
|
|
20
|
-
"build:ssr": "cross-env NODE_ENV=production rollup --config
|
|
21
|
-
"build:es": "cross-env NODE_ENV=production rollup --config
|
|
22
|
-
"build:unpkg": "cross-env NODE_ENV=production rollup --config
|
|
18
|
+
"build:watch": "rollup -w --config rollup.config.js --format es",
|
|
19
|
+
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js",
|
|
20
|
+
"build:ssr": "cross-env NODE_ENV=production rollup --config rollup.config.js --format cjs",
|
|
21
|
+
"build:es": "cross-env NODE_ENV=production rollup --config rollup.config.js --format es",
|
|
22
|
+
"build:unpkg": "cross-env NODE_ENV=production rollup --config rollup.config.js --format iife"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@frontegg/js": "6.2.3",
|