@platecms/delta-vue 0.9.3 → 0.10.1
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/__generated__/graphql.ts +2 -2
- package/package.json +5 -5
package/__generated__/graphql.ts
CHANGED
|
@@ -880,8 +880,8 @@ export type CreateGridInput = {
|
|
|
880
880
|
};
|
|
881
881
|
|
|
882
882
|
export type CreateGridPlacementInput = {
|
|
883
|
-
/** The PRN of the Experience Component to place in this Grid Placement.
|
|
884
|
-
experienceComponent
|
|
883
|
+
/** The PRN of the Experience Component to place in this Grid Placement. */
|
|
884
|
+
experienceComponent: Scalars['PRN']['input'];
|
|
885
885
|
grid: Scalars['PRN']['input'];
|
|
886
886
|
row: Scalars['Int']['input'];
|
|
887
887
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platecms/delta-vue",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "Plugin to connect to the Plate Delta CMS in a Vue application.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"publishConfig": {
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"./style.css": "./style.css"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@platecms/delta-cast": "0.
|
|
27
|
-
"@platecms/delta-castscript": "0.
|
|
28
|
-
"@platecms/delta-client": "0.
|
|
29
|
-
"@platecms/delta-plate-resource-notation": "0.
|
|
26
|
+
"@platecms/delta-cast": "0.10.1",
|
|
27
|
+
"@platecms/delta-castscript": "0.10.1",
|
|
28
|
+
"@platecms/delta-client": "0.10.1",
|
|
29
|
+
"@platecms/delta-plate-resource-notation": "0.10.1",
|
|
30
30
|
"@graphql-codegen/cli": "5.0.7",
|
|
31
31
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
32
32
|
"axios": "1.11.0",
|