@cm-sigoo-temp/ui 0.2.29 → 0.2.31
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.
|
@@ -8,7 +8,7 @@ import co from "@emotion/styled";
|
|
|
8
8
|
import "@emotion/react";
|
|
9
9
|
const lo = async (e, r) => {
|
|
10
10
|
const t = new URL(
|
|
11
|
-
"https://autorizaciones-
|
|
11
|
+
"https://cm-autorizaciones-backend-55480048671.us-central1.run.app/api/v1/permisosUsuario/generarPermisosUsuario"
|
|
12
12
|
);
|
|
13
13
|
return (await fetch(t, {
|
|
14
14
|
method: "post",
|
package/package.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"build:plugins": "node --experimental-strip-types node/vite/plugins/build.ts",
|
|
105
105
|
"build:storybook": "storybook build -o dist/storybook",
|
|
106
106
|
"dev": "vite -c node/vite/app.config.ts",
|
|
107
|
-
"prepublishOnly": "npm run build:lib && npm run build:plugins",
|
|
108
107
|
"lint": "eslint .",
|
|
109
108
|
"prepare": "husky",
|
|
110
109
|
"preview": "vite preview -c node/vite/app.config.ts",
|
|
@@ -112,5 +111,5 @@
|
|
|
112
111
|
},
|
|
113
112
|
"type": "module",
|
|
114
113
|
"types": "dist/lib/lib.d.ts",
|
|
115
|
-
"version": "0.2.
|
|
114
|
+
"version": "0.2.31"
|
|
116
115
|
}
|