@flexkit/studio 0.0.8 → 0.0.9
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/index.js +81 -81
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flexkit/studio",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "Flexkit Studio - Build custom internal tools like PIMs, CRMs, and ERPs with a flexible React UI and a graph-backed API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flexkit",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"tailwindcss-animate": "1.0.7",
|
|
70
70
|
"tsup": "8.5.1",
|
|
71
71
|
"typescript": "^5.3.3",
|
|
72
|
-
"tailwind-config": "0.0.1",
|
|
73
72
|
"eslint-config-custom": "0.0.0",
|
|
73
|
+
"tailwind-config": "0.0.1",
|
|
74
74
|
"tsconfig": "0.0.0"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|