@powerhousedao/vetra-builder-package 5.2.0-dev.0 → 5.2.0-staging.12
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.
|
@@ -16,9 +16,7 @@ export declare const actions: {
|
|
|
16
16
|
setSlug: (input: import("./index.js").SetSlugInput) => import("./index.js").SetSlugAction;
|
|
17
17
|
setDescription: (input: import("./index.js").SetDescriptionInput) => import("./index.js").SetDescriptionAction;
|
|
18
18
|
setSocials: (input: import("./index.js").SetSocialsInput) => import("./index.js").SetSocialsAction;
|
|
19
|
-
setName: (name: string
|
|
20
|
-
name: string;
|
|
21
|
-
}) => import("document-model").SetNameAction;
|
|
19
|
+
setName: (name: string) => import("document-model").SetNameAction;
|
|
22
20
|
undo: (count?: number, scope?: string) => import("document-model").UndoAction;
|
|
23
21
|
redo: (count?: number, scope?: string) => import("document-model").RedoAction;
|
|
24
22
|
prune: (start?: number, end?: number, scope?: string) => import("document-model").SchemaPruneAction;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/builder-team/actions.ts"],"names":[],"mappings":"AAQA,iDAAiD;AAEjD,eAAO,MAAM,OAAO;iBAOuI,2CAAsB;wBAA4K,kDAA6B;oBAA8L,8CAAyB;sBAAmL,gDAA2B;eAA9pB,yCAAoB;sBAAoK,gDAA2B;kBAAsL,4CAAuB;oBAA2K,8CAAyB;gBAAnqB,0CAAqB;uBAAwK,iDAA4B;mBAA0L,6CAAwB;cAArU,wCAAmB;kBAA6J,4CAAuB;cAAsK,wCAAmB;qBAAgK,+CAA0B;iBAAiL,2CAAsB
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/builder-team/actions.ts"],"names":[],"mappings":"AAQA,iDAAiD;AAEjD,eAAO,MAAM,OAAO;iBAOuI,2CAAsB;wBAA4K,kDAA6B;oBAA8L,8CAAyB;sBAAmL,gDAA2B;eAA9pB,yCAAoB;sBAAoK,gDAA2B;kBAAsL,4CAAuB;oBAA2K,8CAAyB;gBAAnqB,0CAAqB;uBAAwK,iDAA4B;mBAA0L,6CAAwB;cAArU,wCAAmB;kBAA6J,4CAAuB;cAAsK,wCAAmB;qBAAgK,+CAA0B;iBAAiL,2CAAsB;;gBAAw4L,CAAC,eAAe,CAAC;gBAAkE,CAAC,eAAe,CAAC;iBAAmE,CAAC,aAAa,CAAC,eAAe,CAAC;;;;gBAAqS,CAAC;CAD5xO,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/vetra-builder-package",
|
|
3
3
|
"description": "Vetra document models, editors, and processors for Powerhouse",
|
|
4
|
-
"version": "5.2.0-
|
|
4
|
+
"version": "5.2.0-staging.12",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@powerhousedao/builder-tools": "
|
|
76
|
-
"@powerhousedao/common": "
|
|
77
|
-
"@powerhousedao/connect": "
|
|
78
|
-
"@powerhousedao/design-system": "
|
|
75
|
+
"@powerhousedao/builder-tools": "6.0.1-staging.1",
|
|
76
|
+
"@powerhousedao/common": "6.0.1-staging.1",
|
|
77
|
+
"@powerhousedao/connect": "6.0.1-staging.1",
|
|
78
|
+
"@powerhousedao/design-system": "6.0.1-staging.1",
|
|
79
79
|
"@powerhousedao/document-engineering": "^1.38.0",
|
|
80
80
|
"@renown/sdk": "dev",
|
|
81
|
-
"document-model": "
|
|
81
|
+
"document-model": "6.0.1-staging.1",
|
|
82
82
|
"graphql": "^16.10.0",
|
|
83
83
|
"graphql-request": "^7.2.0",
|
|
84
84
|
"graphql-tag": "^2.12.6",
|
|
@@ -92,17 +92,17 @@
|
|
|
92
92
|
"@electric-sql/pglite": "^0.3.15",
|
|
93
93
|
"@eslint/js": "^9.38.0",
|
|
94
94
|
"@openfeature/core": "^1.9.1",
|
|
95
|
-
"@powerhousedao/analytics-engine-core": "6.0.
|
|
96
|
-
"@powerhousedao/codegen": "
|
|
97
|
-
"@powerhousedao/config": "
|
|
98
|
-
"@powerhousedao/ph-cli": "
|
|
99
|
-
"@powerhousedao/reactor": "
|
|
100
|
-
"@powerhousedao/reactor-api": "
|
|
101
|
-
"@powerhousedao/reactor-browser": "
|
|
102
|
-
"@powerhousedao/reactor-local": "
|
|
103
|
-
"@powerhousedao/scalars": "
|
|
104
|
-
"@powerhousedao/switchboard": "
|
|
105
|
-
"@powerhousedao/vetra": "
|
|
95
|
+
"@powerhousedao/analytics-engine-core": "6.0.1-staging.1",
|
|
96
|
+
"@powerhousedao/codegen": "6.0.1-staging.1",
|
|
97
|
+
"@powerhousedao/config": "6.0.1-staging.1",
|
|
98
|
+
"@powerhousedao/ph-cli": "6.0.1-staging.1",
|
|
99
|
+
"@powerhousedao/reactor": "6.0.1-staging.1",
|
|
100
|
+
"@powerhousedao/reactor-api": "6.0.1-staging.1",
|
|
101
|
+
"@powerhousedao/reactor-browser": "6.0.1-staging.1",
|
|
102
|
+
"@powerhousedao/reactor-local": "6.0.1-staging.1",
|
|
103
|
+
"@powerhousedao/scalars": "1.33.1-staging.5",
|
|
104
|
+
"@powerhousedao/switchboard": "6.0.1-staging.1",
|
|
105
|
+
"@powerhousedao/vetra": "6.0.1-staging.1",
|
|
106
106
|
"@semantic-release/changelog": "^6.0.3",
|
|
107
107
|
"@semantic-release/git": "^10.0.1",
|
|
108
108
|
"@tailwindcss/cli": "^4.1.4",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@vitejs/plugin-react": "^5.1.0",
|
|
115
115
|
"adm-zip": "^0.5.16",
|
|
116
116
|
"cmd-ts": "^0.15.0",
|
|
117
|
-
"document-drive": "
|
|
117
|
+
"document-drive": "6.0.1-staging.1",
|
|
118
118
|
"eslint": "^9.38.0",
|
|
119
119
|
"eslint-config-prettier": "^10.1.8",
|
|
120
120
|
"eslint-plugin-prettier": "^5.5.4",
|