@uniformdev/canvas-next 19.142.0 → 19.142.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/dist/route/index.d.mts +2 -2
- package/dist/route/index.d.ts +2 -2
- package/package.json +7 -7
package/dist/route/index.d.mts
CHANGED
|
@@ -144,7 +144,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
144
144
|
isSearchHit?: boolean | undefined;
|
|
145
145
|
queryStrings?: {
|
|
146
146
|
name: string;
|
|
147
|
-
value
|
|
147
|
+
value?: string | undefined;
|
|
148
148
|
helpText?: string | undefined;
|
|
149
149
|
}[] | undefined;
|
|
150
150
|
previewValue?: string | undefined;
|
|
@@ -328,7 +328,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
328
328
|
isSearchHit?: boolean | undefined;
|
|
329
329
|
queryStrings?: {
|
|
330
330
|
name: string;
|
|
331
|
-
value
|
|
331
|
+
value?: string | undefined;
|
|
332
332
|
helpText?: string | undefined;
|
|
333
333
|
}[] | undefined;
|
|
334
334
|
previewValue?: string | undefined;
|
package/dist/route/index.d.ts
CHANGED
|
@@ -144,7 +144,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
144
144
|
isSearchHit?: boolean | undefined;
|
|
145
145
|
queryStrings?: {
|
|
146
146
|
name: string;
|
|
147
|
-
value
|
|
147
|
+
value?: string | undefined;
|
|
148
148
|
helpText?: string | undefined;
|
|
149
149
|
}[] | undefined;
|
|
150
150
|
previewValue?: string | undefined;
|
|
@@ -328,7 +328,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
328
328
|
isSearchHit?: boolean | undefined;
|
|
329
329
|
queryStrings?: {
|
|
330
330
|
name: string;
|
|
331
|
-
value
|
|
331
|
+
value?: string | undefined;
|
|
332
332
|
helpText?: string | undefined;
|
|
333
333
|
}[] | undefined;
|
|
334
334
|
previewValue?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next",
|
|
3
|
-
"version": "19.142.
|
|
3
|
+
"version": "19.142.1",
|
|
4
4
|
"description": "Next.js SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"document": "api-extractor run --local"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@uniformdev/canvas": "19.142.
|
|
71
|
-
"@uniformdev/canvas-react": "19.142.
|
|
72
|
-
"@uniformdev/project-map": "19.142.
|
|
73
|
-
"@uniformdev/redirect": "19.142.
|
|
74
|
-
"@uniformdev/richtext": "19.142.
|
|
70
|
+
"@uniformdev/canvas": "19.142.1",
|
|
71
|
+
"@uniformdev/canvas-react": "19.142.1",
|
|
72
|
+
"@uniformdev/project-map": "19.142.1",
|
|
73
|
+
"@uniformdev/redirect": "19.142.1",
|
|
74
|
+
"@uniformdev/richtext": "19.142.1",
|
|
75
75
|
"colorette": "2.0.20"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "e158ea370c3f68625a3ea743298ec9ae4d2fc391"
|
|
95
95
|
}
|