@orbe-agro/client-core 5.3.12 → 5.3.14
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orbe-agro/client-core",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.14",
|
|
4
4
|
"description": "Biblioteca principal de componentes e utilidades para os microfrontends do Orbe Agro.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -182,6 +182,7 @@
|
|
|
182
182
|
"dev": "vite",
|
|
183
183
|
"build": "tsc -b && vite build",
|
|
184
184
|
"build:lib": "tsc -b ./tsconfig.lib.json && vite build",
|
|
185
|
-
"lint": "eslint ."
|
|
185
|
+
"lint": "eslint .",
|
|
186
|
+
"bump": "pnpm version patch --git-tag-version false"
|
|
186
187
|
}
|
|
187
188
|
}
|