@flexkit/desk 0.0.7 → 0.0.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flexkit/desk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Core Flexkit Studio plugin that powers the main interface for browsing entities, managing attributes, and performing CRUD operations on structured business data.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flexkit",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"react": "^18.2.0",
|
|
52
52
|
"react-dom": "^18.2.0",
|
|
53
53
|
"tailwindcss": "3.4.10",
|
|
54
|
-
"tsup": "8.5.
|
|
54
|
+
"tsup": "8.5.1",
|
|
55
55
|
"typescript": "^5.3.3",
|
|
56
|
-
"@flexkit/studio": "0.0.
|
|
56
|
+
"@flexkit/studio": "0.0.8",
|
|
57
57
|
"eslint-config-custom": "0.0.0",
|
|
58
58
|
"tailwind-config": "0.0.1",
|
|
59
59
|
"tsconfig": "0.0.0"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": "^18.0.0 || ^19.0.0",
|
|
69
69
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
70
|
-
"@flexkit/studio": "0.0.
|
|
70
|
+
"@flexkit/studio": "0.0.8"
|
|
71
71
|
},
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|