@uniformdev/canvas-next 19.149.0 → 19.150.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.
@@ -239,6 +239,10 @@ declare const getServerSideProps: next.GetServerSideProps<{
239
239
  _id: string;
240
240
  _slug?: string | null | undefined;
241
241
  _name: string;
242
+ _author?: string | undefined;
243
+ _authorSubject?: string | undefined;
244
+ _creator?: string | undefined;
245
+ _creatorSubject?: string | undefined;
242
246
  _pattern?: string | undefined;
243
247
  _patternDataResources?: {
244
248
  [key: string]: {
@@ -423,6 +427,10 @@ declare const getStaticProps: next.GetStaticProps<{
423
427
  _id: string;
424
428
  _slug?: string | null | undefined;
425
429
  _name: string;
430
+ _author?: string | undefined;
431
+ _authorSubject?: string | undefined;
432
+ _creator?: string | undefined;
433
+ _creatorSubject?: string | undefined;
426
434
  _pattern?: string | undefined;
427
435
  _patternDataResources?: {
428
436
  [key: string]: {
@@ -239,6 +239,10 @@ declare const getServerSideProps: next.GetServerSideProps<{
239
239
  _id: string;
240
240
  _slug?: string | null | undefined;
241
241
  _name: string;
242
+ _author?: string | undefined;
243
+ _authorSubject?: string | undefined;
244
+ _creator?: string | undefined;
245
+ _creatorSubject?: string | undefined;
242
246
  _pattern?: string | undefined;
243
247
  _patternDataResources?: {
244
248
  [key: string]: {
@@ -423,6 +427,10 @@ declare const getStaticProps: next.GetStaticProps<{
423
427
  _id: string;
424
428
  _slug?: string | null | undefined;
425
429
  _name: string;
430
+ _author?: string | undefined;
431
+ _authorSubject?: string | undefined;
432
+ _creator?: string | undefined;
433
+ _creatorSubject?: string | undefined;
426
434
  _pattern?: string | undefined;
427
435
  _patternDataResources?: {
428
436
  [key: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next",
3
- "version": "19.149.0",
3
+ "version": "19.150.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.149.0",
71
- "@uniformdev/canvas-react": "19.149.0",
72
- "@uniformdev/project-map": "19.149.0",
73
- "@uniformdev/redirect": "19.149.0",
74
- "@uniformdev/richtext": "19.149.0",
70
+ "@uniformdev/canvas": "19.150.0",
71
+ "@uniformdev/canvas-react": "19.150.0",
72
+ "@uniformdev/project-map": "19.150.0",
73
+ "@uniformdev/redirect": "19.150.0",
74
+ "@uniformdev/richtext": "19.150.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": "fb8b8ed8fe0f1872070ef3ece9961f2970f7f17a"
94
+ "gitHead": "4dc41368724c89d5d3c20ff5e4f84c4cfb1752b2"
95
95
  }