@conboai/app.db.query 0.3.26 → 0.3.27
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.db.query.js +1 -1
- package/package.json +2 -2
package/dist/app.db.query.js
CHANGED
|
@@ -83019,7 +83019,7 @@ const hfe = (t) => {
|
|
|
83019
83019
|
const n = Math.floor(t / 1e3);
|
|
83020
83020
|
let r = "";
|
|
83021
83021
|
return e > 0 ? (r += `${e} min`, n > 0 && (r += ` ${n} sec`), r) : n > 0 ? (r += `${n} sec`, r) : "0 sec";
|
|
83022
|
-
}, bI = (t, e) => un(t).add(e, "millisecond").toISOString(), va = (t, e) => un.utc(t).tz(e).format("YYYY-MM-DDTHH:mm:ssZ"), yc = (t, e) => un(t).tz(e).format(), pfe = (t, e) => un.tz(t, e).utcOffset() < 0, vc = (t, e) => pfe(t, e) ? un.tz(t, e).utc().add(3, "hour").format() : un.tz(t, e).format(), r2 = ({
|
|
83022
|
+
}, bI = (t, e) => un(t).add(e, "millisecond").toISOString(), va = (t, e) => un.utc(t).tz(e).format("YYYY-MM-DDTHH:mm:ssZ"), yc = (t, e) => un(t).tz(e).format(), pfe = (t, e) => un.tz(t, e).utcOffset() < 0, vc = (t, e) => pfe(t, e) ? un.tz(t, e).utc().add(3, "hour").set("seconds", 0).format("YYYY-MM-DDTHH:mm:ss") : un.tz(t, e).set("seconds", 0).format("YYYY-MM-DDTHH:mm:ss"), r2 = ({
|
|
83023
83023
|
date: t,
|
|
83024
83024
|
withTime: e = !1,
|
|
83025
83025
|
withAmPm: n = !1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/app.db.query.js",
|
|
6
6
|
"types": "dist/build/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"generate-cargo": "openapi --input https://plt.gateway.conbo.ai/api/action/docs-yaml --output ./src/api/cargo"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@conboai/storybook.components": "^0.2.
|
|
28
|
+
"@conboai/storybook.components": "^0.2.94",
|
|
29
29
|
"@emotion/react": "^11.11.4",
|
|
30
30
|
"@emotion/styled": "^11.11.5",
|
|
31
31
|
"@mui/material": "^5.15.17",
|