@feedmepos/mf-e-invoice 0.0.9 → 0.0.10
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 +3 -3
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.10",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"./style": "./dist/style.css"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
|
-
"dev": "NODE_ENV=
|
|
18
|
+
"dev": "NODE_ENV=development vite --mode development --port 5178",
|
|
19
19
|
"start": "NODE_ENV=production vite --mode prod",
|
|
20
20
|
"build:dev:standalone": "NODE_ENV=development yarn vite build --mode development",
|
|
21
21
|
"build:prod:standalone": "NODE_ENV=production yarn vite build --mode production",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"format": "prettier --write src/"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@feedmepos/core": "^2.
|
|
40
|
+
"@feedmepos/core": "^2.14.8",
|
|
41
41
|
"@feedmepos/mf-common": "^1.7.4-rc.3",
|
|
42
42
|
"@feedmepos/ui-library": "^1.2.24",
|
|
43
43
|
"@vitejs/plugin-vue-jsx": "^4.0.0",
|