@opengis/admin 0.4.26 → 0.4.28

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.
@@ -1,4 +1,4 @@
1
- import { _ as u, f as a } from "./import-file-CTfP2EGc.js";
1
+ import { _ as u, f as a } from "./import-file-CMP-e6v7.js";
2
2
  import "./user-DCzCj0wb.js";
3
3
  import { resolveComponent as m, createElementBlock as p, openBlock as c, createElementVNode as r, createTextVNode as d, toDisplayString as b, createBlock as h, createCommentVNode as f } from "vue";
4
4
  const g = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/admin",
3
- "version": "0.4.26",
3
+ "version": "0.4.28",
4
4
  "description": "This project Softpro Admin",
5
5
  "main": "dist/admin.js",
6
6
  "type": "module",
@@ -16,6 +16,7 @@
16
16
  "config.js"
17
17
  ],
18
18
  "scripts": {
19
+ "patch": "npm run build && npm version patch && git push && npm publish",
19
20
  "prepublishOnly": "npm run build",
20
21
  "test": "node --test",
21
22
  "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
@@ -78,4 +79,4 @@
78
79
  "eslint-plugin-vue": "^9.17.0",
79
80
  "sass-embedded": "1.89.2"
80
81
  }
81
- }
82
+ }