@uniformdev/canvas-next 19.99.1-alpha.0 → 19.100.0
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 -0
- package/dist/route/index.d.ts +2 -0
- package/package.json +7 -7
package/dist/route/index.d.mts
CHANGED
|
@@ -192,6 +192,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
192
192
|
} | undefined;
|
|
193
193
|
variants?: boolean | undefined;
|
|
194
194
|
} | undefined;
|
|
195
|
+
_locales?: string[] | undefined;
|
|
195
196
|
}[];
|
|
196
197
|
} | undefined;
|
|
197
198
|
_id: string;
|
|
@@ -339,6 +340,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
339
340
|
} | undefined;
|
|
340
341
|
variants?: boolean | undefined;
|
|
341
342
|
} | undefined;
|
|
343
|
+
_locales?: string[] | undefined;
|
|
342
344
|
}[];
|
|
343
345
|
} | undefined;
|
|
344
346
|
_id: string;
|
package/dist/route/index.d.ts
CHANGED
|
@@ -192,6 +192,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
192
192
|
} | undefined;
|
|
193
193
|
variants?: boolean | undefined;
|
|
194
194
|
} | undefined;
|
|
195
|
+
_locales?: string[] | undefined;
|
|
195
196
|
}[];
|
|
196
197
|
} | undefined;
|
|
197
198
|
_id: string;
|
|
@@ -339,6 +340,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
339
340
|
} | undefined;
|
|
340
341
|
variants?: boolean | undefined;
|
|
341
342
|
} | undefined;
|
|
343
|
+
_locales?: string[] | undefined;
|
|
342
344
|
}[];
|
|
343
345
|
} | undefined;
|
|
344
346
|
_id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.100.0",
|
|
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.
|
|
71
|
-
"@uniformdev/canvas-react": "19.
|
|
72
|
-
"@uniformdev/project-map": "19.
|
|
73
|
-
"@uniformdev/redirect": "19.
|
|
74
|
-
"@uniformdev/richtext": "19.
|
|
70
|
+
"@uniformdev/canvas": "19.100.0",
|
|
71
|
+
"@uniformdev/canvas-react": "19.100.0",
|
|
72
|
+
"@uniformdev/project-map": "19.100.0",
|
|
73
|
+
"@uniformdev/redirect": "19.100.0",
|
|
74
|
+
"@uniformdev/richtext": "19.100.0",
|
|
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": "3a7c70c06a71b4ecc211ab15eb3bb185480ccf36"
|
|
95
95
|
}
|