@uniformdev/canvas-next 19.58.0 → 19.58.1-alpha.16

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.
@@ -1,10 +1,10 @@
1
1
  import * as next from 'next';
2
2
  import { GetServerSidePropsContext, PreviewData, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
3
3
  import { c as UniformGetServerSideProps, a as UniformPreviewData, b as UniformGetStaticProps } from '../models-f9fd03c4.js';
4
- import * as node_querystring from 'node:querystring';
4
+ import * as querystring from 'querystring';
5
+ import { ParsedUrlQuery } from 'querystring';
5
6
  import * as _uniformdev_canvas from '@uniformdev/canvas';
6
7
  import { CanvasClient, DataResolutionOption } from '@uniformdev/canvas';
7
- import { ParsedUrlQuery } from 'querystring';
8
8
  export { w as withUniformGetStaticPaths } from '../withUniformGetStaticPaths-77db0164.js';
9
9
  import '@uniformdev/canvas-react';
10
10
  import '@uniformdev/project-map';
@@ -75,11 +75,11 @@ declare const withUniformGetStaticProps: <TProps extends {
75
75
 
76
76
  declare const getServerSideProps: next.GetServerSideProps<{
77
77
  [key: string]: any;
78
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
78
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
79
79
  /** Ready to go getStaticProps for dynamic route with 'path' param for [[...path]].jsx */
80
80
  declare const getStaticProps: next.GetStaticProps<{
81
81
  [key: string]: any;
82
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
82
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
83
83
  declare const getStaticPaths: () => Promise<{
84
84
  paths: string[] | undefined;
85
85
  fallback: boolean;
@@ -1,10 +1,10 @@
1
1
  import * as next from 'next';
2
2
  import { GetServerSidePropsContext, PreviewData, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
3
3
  import { c as UniformGetServerSideProps, a as UniformPreviewData, b as UniformGetStaticProps } from '../models-f9fd03c4.js';
4
- import * as node_querystring from 'node:querystring';
4
+ import * as querystring from 'querystring';
5
+ import { ParsedUrlQuery } from 'querystring';
5
6
  import * as _uniformdev_canvas from '@uniformdev/canvas';
6
7
  import { CanvasClient, DataResolutionOption } from '@uniformdev/canvas';
7
- import { ParsedUrlQuery } from 'querystring';
8
8
  export { w as withUniformGetStaticPaths } from '../withUniformGetStaticPaths-77db0164.js';
9
9
  import '@uniformdev/canvas-react';
10
10
  import '@uniformdev/project-map';
@@ -75,11 +75,11 @@ declare const withUniformGetStaticProps: <TProps extends {
75
75
 
76
76
  declare const getServerSideProps: next.GetServerSideProps<{
77
77
  [key: string]: any;
78
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
78
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
79
79
  /** Ready to go getStaticProps for dynamic route with 'path' param for [[...path]].jsx */
80
80
  declare const getStaticProps: next.GetStaticProps<{
81
81
  [key: string]: any;
82
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
82
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
83
83
  declare const getStaticPaths: () => Promise<{
84
84
  paths: string[] | undefined;
85
85
  fallback: boolean;
@@ -1,10 +1,10 @@
1
1
  import * as next from 'next';
2
2
  import { GetServerSidePropsContext, GetServerSidePropsResult, GetServerSideProps, GetStaticPropsContext, GetStaticPropsResult, GetStaticProps } from 'next';
3
3
  import { a as UniformPreviewData } from '../models-f9fd03c4.js';
4
- import * as node_querystring from 'node:querystring';
4
+ import * as querystring from 'querystring';
5
+ import { ParsedUrlQuery } from 'querystring';
5
6
  export { w as withUniformGetStaticPaths } from '../withUniformGetStaticPaths-77db0164.js';
6
7
  import { RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, RouteClient, RouteGetParameters, RootComponentInstance } from '@uniformdev/canvas';
7
- import { ParsedUrlQuery } from 'querystring';
8
8
  import '@uniformdev/canvas-react';
9
9
  import '@uniformdev/project-map';
10
10
 
@@ -182,7 +182,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
182
182
  variants?: boolean | undefined;
183
183
  } | undefined;
184
184
  };
185
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
185
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
186
186
 
187
187
  /**
188
188
  * Default implementation of getStaticProps with routes
@@ -306,7 +306,7 @@ declare const getStaticProps: next.GetStaticProps<{
306
306
  variants?: boolean | undefined;
307
307
  } | undefined;
308
308
  };
309
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
309
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
310
310
  /**
311
311
  * Default implementation of getStaticPaths with routes
312
312
  * To configure custom behavior, use:
@@ -1,10 +1,10 @@
1
1
  import * as next from 'next';
2
2
  import { GetServerSidePropsContext, GetServerSidePropsResult, GetServerSideProps, GetStaticPropsContext, GetStaticPropsResult, GetStaticProps } from 'next';
3
3
  import { a as UniformPreviewData } from '../models-f9fd03c4.js';
4
- import * as node_querystring from 'node:querystring';
4
+ import * as querystring from 'querystring';
5
+ import { ParsedUrlQuery } from 'querystring';
5
6
  export { w as withUniformGetStaticPaths } from '../withUniformGetStaticPaths-77db0164.js';
6
7
  import { RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, RouteClient, RouteGetParameters, RootComponentInstance } from '@uniformdev/canvas';
7
- import { ParsedUrlQuery } from 'querystring';
8
8
  import '@uniformdev/canvas-react';
9
9
  import '@uniformdev/project-map';
10
10
 
@@ -182,7 +182,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
182
182
  variants?: boolean | undefined;
183
183
  } | undefined;
184
184
  };
185
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
185
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
186
186
 
187
187
  /**
188
188
  * Default implementation of getStaticProps with routes
@@ -306,7 +306,7 @@ declare const getStaticProps: next.GetStaticProps<{
306
306
  variants?: boolean | undefined;
307
307
  } | undefined;
308
308
  };
309
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
309
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
310
310
  /**
311
311
  * Default implementation of getStaticPaths with routes
312
312
  * To configure custom behavior, use:
@@ -1,10 +1,10 @@
1
1
  import * as next from 'next';
2
2
  import { GetServerSidePropsContext, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
3
3
  import { a as UniformPreviewData, c as UniformGetServerSideProps, b as UniformGetStaticProps } from '../models-f9fd03c4.js';
4
- import * as node_querystring from 'node:querystring';
4
+ import * as querystring from 'querystring';
5
+ import { ParsedUrlQuery } from 'querystring';
5
6
  import * as _uniformdev_canvas from '@uniformdev/canvas';
6
7
  import { CanvasClient, DataResolutionOption, CompositionGetParameters, CompositionGetResponse } from '@uniformdev/canvas';
7
- import { ParsedUrlQuery } from 'querystring';
8
8
  import '@uniformdev/canvas-react';
9
9
 
10
10
  declare const withUniformGetServerSideProps: <TProps extends {
@@ -86,11 +86,11 @@ declare const withUniformGetStaticProps: <TProps extends {
86
86
 
87
87
  declare const getServerSideProps: next.GetServerSideProps<{
88
88
  [key: string]: any;
89
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
89
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
90
90
  /** Ready to go getStaticProps for dynamic route with 'slug' param for [[...slug]].jsx */
91
91
  declare const getStaticProps: next.GetStaticProps<{
92
92
  [key: string]: any;
93
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
93
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
94
94
  declare const getStaticPaths: () => Promise<{
95
95
  paths: string[];
96
96
  fallback: boolean;
@@ -1,10 +1,10 @@
1
1
  import * as next from 'next';
2
2
  import { GetServerSidePropsContext, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
3
3
  import { a as UniformPreviewData, c as UniformGetServerSideProps, b as UniformGetStaticProps } from '../models-f9fd03c4.js';
4
- import * as node_querystring from 'node:querystring';
4
+ import * as querystring from 'querystring';
5
+ import { ParsedUrlQuery } from 'querystring';
5
6
  import * as _uniformdev_canvas from '@uniformdev/canvas';
6
7
  import { CanvasClient, DataResolutionOption, CompositionGetParameters, CompositionGetResponse } from '@uniformdev/canvas';
7
- import { ParsedUrlQuery } from 'querystring';
8
8
  import '@uniformdev/canvas-react';
9
9
 
10
10
  declare const withUniformGetServerSideProps: <TProps extends {
@@ -86,11 +86,11 @@ declare const withUniformGetStaticProps: <TProps extends {
86
86
 
87
87
  declare const getServerSideProps: next.GetServerSideProps<{
88
88
  [key: string]: any;
89
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
89
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
90
90
  /** Ready to go getStaticProps for dynamic route with 'slug' param for [[...slug]].jsx */
91
91
  declare const getStaticProps: next.GetStaticProps<{
92
92
  [key: string]: any;
93
- }, node_querystring.ParsedUrlQuery, UniformPreviewData>;
93
+ }, querystring.ParsedUrlQuery, UniformPreviewData>;
94
94
  declare const getStaticPaths: () => Promise<{
95
95
  paths: string[];
96
96
  fallback: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next",
3
- "version": "19.58.0",
3
+ "version": "19.58.1-alpha.16+5b13596bc",
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.58.0",
71
- "@uniformdev/canvas-react": "19.58.0",
72
- "@uniformdev/project-map": "19.58.0",
73
- "@uniformdev/redirect": "19.58.0",
74
- "@uniformdev/richtext": "19.58.0",
70
+ "@uniformdev/canvas": "19.58.1-alpha.16+5b13596bc",
71
+ "@uniformdev/canvas-react": "19.58.1-alpha.16+5b13596bc",
72
+ "@uniformdev/project-map": "19.58.1-alpha.16+5b13596bc",
73
+ "@uniformdev/redirect": "19.58.1-alpha.16+5b13596bc",
74
+ "@uniformdev/richtext": "19.58.1-alpha.16+5b13596bc",
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": "1e355c1405dc744f333cbce45766965c160c535c"
94
+ "gitHead": "5b13596bc07ad3b8d3809122c9843d17e4a6f413"
95
95
  }