@powerhousedao/builder-tools 0.9.38-dev.2 → 0.9.38-dev.3
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/document-model-editor/components/code-editors/graphql-editor.d.ts.map +1 -1
- package/dist/document-model-editor/components/code-editors/graphql-editor.js +14 -21
- package/dist/document-model-editor/components/code-editors/graphql-editor.js.map +1 -1
- package/dist/document-model-editor/components/code-editors/utils.d.ts.map +1 -1
- package/dist/document-model-editor/components/code-editors/utils.js +5 -4
- package/dist/document-model-editor/components/code-editors/utils.js.map +1 -1
- package/dist/document-model-editor/components/form.d.ts +1 -1
- package/dist/document-model-editor/components/form.d.ts.map +1 -1
- package/dist/document-model-editor/components/state-schemas.d.ts.map +1 -1
- package/dist/document-model-editor/components/state-schemas.js +26 -6
- package/dist/document-model-editor/components/state-schemas.js.map +1 -1
- package/dist/document-model-editor/components/text-field.d.ts.map +1 -1
- package/dist/document-model-editor/components/text-field.js +5 -4
- package/dist/document-model-editor/components/text-field.js.map +1 -1
- package/dist/document-model-editor/constants/documents.js +1 -1
- package/dist/document-model-editor/constants/documents.js.map +1 -1
- package/dist/document-model-editor/constants/graphql-kinds.d.ts +9 -0
- package/dist/document-model-editor/constants/graphql-kinds.d.ts.map +1 -0
- package/dist/document-model-editor/constants/graphql-kinds.js +13 -0
- package/dist/document-model-editor/constants/graphql-kinds.js.map +1 -0
- package/dist/document-model-editor/context/schema-context.d.ts +2 -0
- package/dist/document-model-editor/context/schema-context.d.ts.map +1 -1
- package/dist/document-model-editor/context/schema-context.js +5 -5
- package/dist/document-model-editor/context/schema-context.js.map +1 -1
- package/dist/document-model-editor/types.d.ts +2 -0
- package/dist/document-model-editor/types.d.ts.map +1 -0
- package/dist/document-model-editor/types.js +2 -0
- package/dist/document-model-editor/types.js.map +1 -0
- package/dist/document-model-editor/utils/helpers.d.ts +16 -16
- package/dist/document-model-editor/utils/helpers.d.ts.map +1 -1
- package/dist/document-model-editor/utils/helpers.js +278 -216
- package/dist/document-model-editor/utils/helpers.js.map +1 -1
- package/dist/document-model-editor/utils/linting.d.ts.map +1 -1
- package/dist/document-model-editor/utils/linting.js +13 -10
- package/dist/document-model-editor/utils/linting.js.map +1 -1
- package/dist/style.css +95 -39
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +41 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/builder-tools",
|
|
3
|
-
"version": "0.9.38-dev.
|
|
3
|
+
"version": "0.9.38-dev.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"publishConfig": {
|
|
@@ -29,61 +29,62 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@codemirror/autocomplete": "^6.18.6",
|
|
32
|
-
"@codemirror/commands": "^6.8.
|
|
33
|
-
"@codemirror/lang-javascript": "^6.2.
|
|
32
|
+
"@codemirror/commands": "^6.8.1",
|
|
33
|
+
"@codemirror/lang-javascript": "^6.2.3",
|
|
34
34
|
"@codemirror/lang-json": "^6.0.1",
|
|
35
|
-
"@codemirror/language": "^6.
|
|
36
|
-
"@codemirror/lint": "^6.8.
|
|
37
|
-
"@codemirror/search": "^6.5.
|
|
35
|
+
"@codemirror/language": "^6.11.0",
|
|
36
|
+
"@codemirror/lint": "^6.8.5",
|
|
37
|
+
"@codemirror/search": "^6.5.10",
|
|
38
38
|
"@codemirror/state": "^6.5.2",
|
|
39
39
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
40
|
-
"@codemirror/view": "^6.36.
|
|
41
|
-
"@graphql-tools/schema": "^10.0.
|
|
42
|
-
"@graphql-tools/utils": "^10.
|
|
43
|
-
"@hookform/resolvers": "^
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
40
|
+
"@codemirror/view": "^6.36.7",
|
|
41
|
+
"@graphql-tools/schema": "^10.0.23",
|
|
42
|
+
"@graphql-tools/utils": "^10.8.6",
|
|
43
|
+
"@hookform/resolvers": "^5.0.1",
|
|
44
|
+
"@powerhousedao/document-engineering": "^1.0.2",
|
|
45
|
+
"@prettier/sync": "^0.5.5",
|
|
46
|
+
"@radix-ui/react-checkbox": "^1.2.3",
|
|
46
47
|
"@radix-ui/react-icons": "^1.3.2",
|
|
47
|
-
"@radix-ui/react-label": "^2.1.
|
|
48
|
-
"@radix-ui/react-radio-group": "^1.
|
|
49
|
-
"@radix-ui/react-select": "^2.
|
|
50
|
-
"@radix-ui/react-slot": "^1.
|
|
51
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
52
|
-
"@tailwindcss/cli": "^4.
|
|
53
|
-
"@tailwindcss/vite": "^4.
|
|
48
|
+
"@radix-ui/react-label": "^2.1.4",
|
|
49
|
+
"@radix-ui/react-radio-group": "^1.3.4",
|
|
50
|
+
"@radix-ui/react-select": "^2.2.2",
|
|
51
|
+
"@radix-ui/react-slot": "^1.2.0",
|
|
52
|
+
"@radix-ui/react-tabs": "^1.1.9",
|
|
53
|
+
"@tailwindcss/cli": "^4.1.4",
|
|
54
|
+
"@tailwindcss/vite": "^4.1.4",
|
|
54
55
|
"@theguild/editor": "^1.3.10",
|
|
55
|
-
"@vitejs/plugin-basic-ssl": "^
|
|
56
|
-
"@vitejs/plugin-react": "^4.
|
|
56
|
+
"@vitejs/plugin-basic-ssl": "^2.0.0",
|
|
57
|
+
"@vitejs/plugin-react": "^4.4.1",
|
|
57
58
|
"change-case": "^5.4.4",
|
|
58
59
|
"class-variance-authority": "^0.7.1",
|
|
59
60
|
"clsx": "^2.1.1",
|
|
60
|
-
"cm6-graphql": "^0.2.
|
|
61
|
-
"commander": "^
|
|
62
|
-
"constrained-editor-plugin": "^1.
|
|
61
|
+
"cm6-graphql": "^0.2.1",
|
|
62
|
+
"commander": "^13.1.0",
|
|
63
|
+
"constrained-editor-plugin": "^1.4.0",
|
|
63
64
|
"copy-anything": "^4.0.2",
|
|
64
65
|
"date-fns": "^3.6.0",
|
|
65
66
|
"dspot-powerhouse-components": "^1.1.0",
|
|
67
|
+
"es-toolkit": "^1.37.2",
|
|
66
68
|
"esbuild": "^0.24.0",
|
|
67
69
|
"fast-glob": "^3.3.3",
|
|
68
|
-
"graphql": "^16.
|
|
70
|
+
"graphql": "^16.11.0",
|
|
69
71
|
"magic-string": "^0.30.17",
|
|
70
|
-
"react-hook-form": "^7.
|
|
72
|
+
"react-hook-form": "^7.56.1",
|
|
71
73
|
"resolve.exports": "^2.0.3",
|
|
72
|
-
"tailwind-merge": "^3.0
|
|
73
|
-
"tailwindcss": "^4.
|
|
74
|
+
"tailwind-merge": "^3.2.0",
|
|
75
|
+
"tailwindcss": "^4.1.4",
|
|
74
76
|
"thememirror": "^2.0.1",
|
|
75
|
-
"usehooks-ts": "^3.1.
|
|
76
|
-
"uuid": "^11.0
|
|
77
|
-
"validator": "^13.
|
|
78
|
-
"viem": "^2.
|
|
79
|
-
"vite": "^6.
|
|
80
|
-
"vite-envs": "^4.
|
|
81
|
-
"zod": "^3.24.
|
|
82
|
-
"@powerhousedao/
|
|
83
|
-
"@powerhousedao/
|
|
84
|
-
"@powerhousedao/reactor-browser": "1.22.36-dev.
|
|
85
|
-
"document-model": "2.28.1-dev.
|
|
86
|
-
"@powerhousedao/design-system": "1.39.28-dev.0"
|
|
77
|
+
"usehooks-ts": "^3.1.1",
|
|
78
|
+
"uuid": "^11.1.0",
|
|
79
|
+
"validator": "^13.15.0",
|
|
80
|
+
"viem": "^2.28.0",
|
|
81
|
+
"vite": "^6.3.3",
|
|
82
|
+
"vite-envs": "^4.6.0",
|
|
83
|
+
"zod": "^3.24.3",
|
|
84
|
+
"@powerhousedao/config": "1.27.0-dev.13",
|
|
85
|
+
"@powerhousedao/design-system": "1.39.28-dev.1",
|
|
86
|
+
"@powerhousedao/reactor-browser": "1.22.36-dev.1",
|
|
87
|
+
"document-model": "2.28.1-dev.14"
|
|
87
88
|
},
|
|
88
89
|
"peerDependencies": {
|
|
89
90
|
"react": "^18.0.0",
|