@feedmepos/mf-e-invoice 0.0.57 → 0.0.58
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/app.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-e-invoice",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.58",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
18
|
"dev": "cross-env NODE_ENV=development vite --mode development --port 5178",
|
|
19
|
-
"start": "cross-env NODE_ENV=production vite --mode
|
|
19
|
+
"start": "cross-env NODE_ENV=production vite --mode production --port 5178",
|
|
20
20
|
"build:dev:standalone": "cross-env NODE_ENV=development yarn vite build --mode development",
|
|
21
21
|
"build:prod:standalone": "cross-env NODE_ENV=production yarn vite build --mode production",
|
|
22
22
|
"preview": "vite preview",
|