@conboai/app.db.query 0.8.7 → 0.8.8
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
|
@@ -88878,7 +88878,7 @@ const i9e = Co(
|
|
|
88878
88878
|
...I5,
|
|
88879
88879
|
strokeColor: i ? "transparent" : "#2196F3",
|
|
88880
88880
|
visible: !0,
|
|
88881
|
-
editable: !
|
|
88881
|
+
editable: !1,
|
|
88882
88882
|
draggable: !0
|
|
88883
88883
|
},
|
|
88884
88884
|
onLoad: b,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/app.db.query.js",
|
|
6
6
|
"types": "dist/build/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"format": "prettier --write \"src/**/*.{ts,tsx,json}\" --color"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@conboai/storybook.components": "^0.5.
|
|
42
|
+
"@conboai/storybook.components": "^0.5.19",
|
|
43
43
|
"@emotion/react": "^11.11.4",
|
|
44
44
|
"@emotion/styled": "^11.11.5",
|
|
45
45
|
"@hookform/resolvers": "^3.9.1",
|