@powerhousedao/vetra 4.1.0-dev.20 → 4.1.0-dev.21
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-models/document-editor/gen/base-operations/actions.d.ts +6 -6
- package/dist/document-models/document-editor/gen/base-operations/actions.d.ts.map +1 -1
- package/dist/document-models/document-editor/gen/base-operations/creators.d.ts +3 -3
- package/dist/document-models/document-editor/gen/base-operations/creators.d.ts.map +1 -1
- package/dist/document-models/document-editor/gen/base-operations/creators.js +1 -1
- package/dist/document-models/document-editor/gen/base-operations/creators.js.map +1 -1
- package/dist/document-models/document-editor/gen/base-operations/object.d.ts +2 -2
- package/dist/document-models/document-editor/gen/base-operations/object.d.ts.map +1 -1
- package/dist/document-models/document-editor/gen/base-operations/object.js +4 -4
- package/dist/document-models/document-editor/gen/base-operations/object.js.map +1 -1
- package/dist/document-models/document-editor/gen/base-operations/operations.d.ts +2 -2
- package/dist/document-models/document-editor/gen/base-operations/operations.d.ts.map +1 -1
- package/dist/document-models/document-editor/gen/document-model.js +14 -14
- package/dist/document-models/document-editor/gen/document-model.js.map +1 -1
- package/dist/document-models/document-editor/gen/reducer.d.ts.map +1 -1
- package/dist/document-models/document-editor/gen/reducer.js +7 -4
- package/dist/document-models/document-editor/gen/reducer.js.map +1 -1
- package/dist/document-models/document-editor/gen/schema/types.d.ts +10 -5
- package/dist/document-models/document-editor/gen/schema/types.d.ts.map +1 -1
- package/dist/document-models/document-editor/gen/schema/zod.d.ts +3 -2
- package/dist/document-models/document-editor/gen/schema/zod.d.ts.map +1 -1
- package/dist/document-models/document-editor/gen/schema/zod.js +7 -6
- package/dist/document-models/document-editor/gen/schema/zod.js.map +1 -1
- package/dist/document-models/document-editor/gen/utils.js +2 -2
- package/dist/document-models/document-editor/gen/utils.js.map +1 -1
- package/dist/document-models/document-editor/index.d.ts +1 -1
- package/dist/document-models/document-editor/index.d.ts.map +1 -1
- package/dist/document-models/document-editor/src/reducers/base-operations.js +3 -3
- package/dist/document-models/document-editor/src/reducers/base-operations.js.map +1 -1
- package/dist/document-models/document-editor/src/tests/base-operations.test.js +4 -12
- package/dist/document-models/document-editor/src/tests/base-operations.test.js.map +1 -1
- package/dist/document-models/processor-module/gen/base-operations/actions.d.ts +6 -2
- package/dist/document-models/processor-module/gen/base-operations/actions.d.ts.map +1 -1
- package/dist/document-models/processor-module/gen/base-operations/creators.d.ts +3 -2
- package/dist/document-models/processor-module/gen/base-operations/creators.d.ts.map +1 -1
- package/dist/document-models/processor-module/gen/base-operations/creators.js +1 -0
- package/dist/document-models/processor-module/gen/base-operations/creators.js.map +1 -1
- package/dist/document-models/processor-module/gen/base-operations/object.d.ts +2 -1
- package/dist/document-models/processor-module/gen/base-operations/object.d.ts.map +1 -1
- package/dist/document-models/processor-module/gen/base-operations/object.js +4 -1
- package/dist/document-models/processor-module/gen/base-operations/object.js.map +1 -1
- package/dist/document-models/processor-module/gen/base-operations/operations.d.ts +2 -1
- package/dist/document-models/processor-module/gen/base-operations/operations.d.ts.map +1 -1
- package/dist/document-models/processor-module/gen/document-model.d.ts.map +1 -1
- package/dist/document-models/processor-module/gen/document-model.js +13 -2
- package/dist/document-models/processor-module/gen/document-model.js.map +1 -1
- package/dist/document-models/processor-module/gen/reducer.d.ts.map +1 -1
- package/dist/document-models/processor-module/gen/reducer.js +4 -0
- package/dist/document-models/processor-module/gen/reducer.js.map +1 -1
- package/dist/document-models/processor-module/gen/schema/types.d.ts +5 -0
- package/dist/document-models/processor-module/gen/schema/types.d.ts.map +1 -1
- package/dist/document-models/processor-module/gen/schema/zod.d.ts +3 -1
- package/dist/document-models/processor-module/gen/schema/zod.d.ts.map +1 -1
- package/dist/document-models/processor-module/gen/schema/zod.js +7 -0
- package/dist/document-models/processor-module/gen/schema/zod.js.map +1 -1
- package/dist/document-models/processor-module/gen/utils.d.ts.map +1 -1
- package/dist/document-models/processor-module/gen/utils.js +1 -0
- package/dist/document-models/processor-module/gen/utils.js.map +1 -1
- package/dist/document-models/processor-module/index.d.ts +1 -0
- package/dist/document-models/processor-module/index.d.ts.map +1 -1
- package/dist/document-models/processor-module/src/reducers/base-operations.d.ts.map +1 -1
- package/dist/document-models/processor-module/src/reducers/base-operations.js +3 -0
- package/dist/document-models/processor-module/src/reducers/base-operations.js.map +1 -1
- package/dist/document-models/subgraph-module/gen/base-operations/actions.d.ts +6 -2
- package/dist/document-models/subgraph-module/gen/base-operations/actions.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/gen/base-operations/creators.d.ts +3 -2
- package/dist/document-models/subgraph-module/gen/base-operations/creators.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/gen/base-operations/creators.js +2 -1
- package/dist/document-models/subgraph-module/gen/base-operations/creators.js.map +1 -1
- package/dist/document-models/subgraph-module/gen/base-operations/object.d.ts +2 -1
- package/dist/document-models/subgraph-module/gen/base-operations/object.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/gen/base-operations/object.js +4 -1
- package/dist/document-models/subgraph-module/gen/base-operations/object.js.map +1 -1
- package/dist/document-models/subgraph-module/gen/base-operations/operations.d.ts +2 -1
- package/dist/document-models/subgraph-module/gen/base-operations/operations.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/gen/document-model.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/gen/document-model.js +13 -2
- package/dist/document-models/subgraph-module/gen/document-model.js.map +1 -1
- package/dist/document-models/subgraph-module/gen/reducer.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/gen/reducer.js +4 -0
- package/dist/document-models/subgraph-module/gen/reducer.js.map +1 -1
- package/dist/document-models/subgraph-module/gen/schema/types.d.ts +5 -0
- package/dist/document-models/subgraph-module/gen/schema/types.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/gen/schema/zod.d.ts +3 -1
- package/dist/document-models/subgraph-module/gen/schema/zod.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/gen/schema/zod.js +7 -0
- package/dist/document-models/subgraph-module/gen/schema/zod.js.map +1 -1
- package/dist/document-models/subgraph-module/gen/utils.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/gen/utils.js +1 -0
- package/dist/document-models/subgraph-module/gen/utils.js.map +1 -1
- package/dist/document-models/subgraph-module/index.d.ts +1 -0
- package/dist/document-models/subgraph-module/index.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/src/reducers/base-operations.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/src/reducers/base-operations.js +3 -0
- package/dist/document-models/subgraph-module/src/reducers/base-operations.js.map +1 -1
- package/dist/editors/document-editor/components/DocumentEditorForm.d.ts +3 -3
- package/dist/editors/document-editor/components/DocumentEditorForm.d.ts.map +1 -1
- package/dist/editors/document-editor/components/DocumentEditorForm.js +29 -8
- package/dist/editors/document-editor/components/DocumentEditorForm.js.map +1 -1
- package/dist/editors/document-editor/editor.d.ts.map +1 -1
- package/dist/editors/document-editor/editor.js +4 -11
- package/dist/editors/document-editor/editor.js.map +1 -1
- package/dist/editors/processor-editor/components/ProcessorEditorForm.d.ts +6 -1
- package/dist/editors/processor-editor/components/ProcessorEditorForm.d.ts.map +1 -1
- package/dist/editors/processor-editor/components/ProcessorEditorForm.js +25 -14
- package/dist/editors/processor-editor/components/ProcessorEditorForm.js.map +1 -1
- package/dist/editors/processor-editor/editor.d.ts.map +1 -1
- package/dist/editors/processor-editor/editor.js +17 -6
- package/dist/editors/processor-editor/editor.js.map +1 -1
- package/dist/editors/subgraph-editor/components/SubgraphEditorForm.d.ts +3 -1
- package/dist/editors/subgraph-editor/components/SubgraphEditorForm.d.ts.map +1 -1
- package/dist/editors/subgraph-editor/components/SubgraphEditorForm.js +17 -5
- package/dist/editors/subgraph-editor/components/SubgraphEditorForm.js.map +1 -1
- package/dist/editors/subgraph-editor/editor.d.ts.map +1 -1
- package/dist/editors/subgraph-editor/editor.js +6 -5
- package/dist/editors/subgraph-editor/editor.js.map +1 -1
- package/dist/editors/vetra-drive-app/components/Accordion.d.ts.map +1 -1
- package/dist/editors/vetra-drive-app/components/Accordion.js +6 -1
- package/dist/editors/vetra-drive-app/components/Accordion.js.map +1 -1
- package/dist/package.json +3 -2
- package/dist/processors/codegen/document-handlers/app-handler.d.ts.map +1 -1
- package/dist/processors/codegen/document-handlers/app-handler.js +22 -3
- package/dist/processors/codegen/document-handlers/app-handler.js.map +1 -1
- package/dist/processors/codegen/document-handlers/document-editor-handler.d.ts.map +1 -1
- package/dist/processors/codegen/document-handlers/document-editor-handler.js +32 -5
- package/dist/processors/codegen/document-handlers/document-editor-handler.js.map +1 -1
- package/dist/processors/codegen/document-handlers/document-model-handler.d.ts.map +1 -1
- package/dist/processors/codegen/document-handlers/document-model-handler.js +16 -1
- package/dist/processors/codegen/document-handlers/document-model-handler.js.map +1 -1
- package/dist/processors/codegen/document-handlers/processor-handler.d.ts.map +1 -1
- package/dist/processors/codegen/document-handlers/processor-handler.js +14 -3
- package/dist/processors/codegen/document-handlers/processor-handler.js.map +1 -1
- package/dist/processors/codegen/document-handlers/subgraph-handler.d.ts.map +1 -1
- package/dist/processors/codegen/document-handlers/subgraph-handler.js +28 -3
- package/dist/processors/codegen/document-handlers/subgraph-handler.js.map +1 -1
- package/dist/style.css +3 -3
- package/dist/subgraphs/document-editor/index.d.ts.map +1 -1
- package/dist/subgraphs/document-editor/index.js.map +1 -1
- package/dist/subgraphs/document-editor/resolvers.d.ts.map +1 -1
- package/dist/subgraphs/document-editor/resolvers.js +73 -53
- package/dist/subgraphs/document-editor/resolvers.js.map +1 -1
- package/dist/subgraphs/document-editor/schema.d.ts.map +1 -1
- package/dist/subgraphs/document-editor/schema.js +18 -13
- package/dist/subgraphs/document-editor/schema.js.map +1 -1
- package/dist/subgraphs/processor-module/resolvers.d.ts.map +1 -1
- package/dist/subgraphs/processor-module/resolvers.js +13 -1
- package/dist/subgraphs/processor-module/resolvers.js.map +1 -1
- package/dist/subgraphs/processor-module/schema.d.ts.map +1 -1
- package/dist/subgraphs/processor-module/schema.js +14 -0
- package/dist/subgraphs/processor-module/schema.js.map +1 -1
- package/dist/subgraphs/subgraph-module/resolvers.d.ts.map +1 -1
- package/dist/subgraphs/subgraph-module/resolvers.js +12 -0
- package/dist/subgraphs/subgraph-module/resolvers.js.map +1 -1
- package/dist/subgraphs/subgraph-module/schema.d.ts.map +1 -1
- package/dist/subgraphs/subgraph-module/schema.js +14 -0
- package/dist/subgraphs/subgraph-module/schema.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/vetra",
|
|
3
|
-
"version": "4.1.0-dev.
|
|
3
|
+
"version": "4.1.0-dev.21",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -45,16 +45,17 @@
|
|
|
45
45
|
"./style.css": "./dist/style.css"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
+
"change-case": "^5.4.4",
|
|
48
49
|
"colorette": "^2.0.20",
|
|
49
50
|
"graphql": "^16.10.0",
|
|
50
51
|
"graphql-tag": "^2.12.6",
|
|
51
52
|
"uuid": "^11.1.0",
|
|
52
53
|
"zod": "^3.24.2",
|
|
53
|
-
"@powerhousedao/
|
|
54
|
-
"@powerhousedao/
|
|
55
|
-
"@powerhousedao/config": "4.1.0-dev.
|
|
56
|
-
"
|
|
57
|
-
"
|
|
54
|
+
"@powerhousedao/builder-tools": "4.1.0-dev.21",
|
|
55
|
+
"@powerhousedao/common": "4.1.0-dev.21",
|
|
56
|
+
"@powerhousedao/config": "4.1.0-dev.21",
|
|
57
|
+
"@powerhousedao/design-system": "4.1.0-dev.21",
|
|
58
|
+
"document-model": "4.1.0-dev.21"
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
61
|
"@electric-sql/pglite": "^0.2.12",
|
|
@@ -79,14 +80,14 @@
|
|
|
79
80
|
"typescript-eslint": "^8.27.0",
|
|
80
81
|
"vite": "^6.2.3",
|
|
81
82
|
"vitest": "^3.0.9",
|
|
82
|
-
"@powerhousedao/codegen": "4.1.0-dev.
|
|
83
|
-
"@powerhousedao/ph-cli": "4.1.0-dev.
|
|
84
|
-
"@powerhousedao/reactor-
|
|
85
|
-
"@powerhousedao/reactor-
|
|
86
|
-
"@powerhousedao/
|
|
87
|
-
"@powerhousedao/reactor-
|
|
88
|
-
"@powerhousedao/
|
|
89
|
-
"document-drive": "4.1.0-dev.
|
|
83
|
+
"@powerhousedao/codegen": "4.1.0-dev.21",
|
|
84
|
+
"@powerhousedao/ph-cli": "4.1.0-dev.21",
|
|
85
|
+
"@powerhousedao/reactor-browser": "4.1.0-dev.21",
|
|
86
|
+
"@powerhousedao/reactor-api": "4.1.0-dev.21",
|
|
87
|
+
"@powerhousedao/state": "4.1.0-dev.21",
|
|
88
|
+
"@powerhousedao/reactor-local": "4.1.0-dev.21",
|
|
89
|
+
"@powerhousedao/switchboard": "4.1.0-dev.21",
|
|
90
|
+
"document-drive": "4.1.0-dev.21"
|
|
90
91
|
},
|
|
91
92
|
"peerDependencies": {
|
|
92
93
|
"react": "^18.3.1",
|