@uniformdev/canvas-next 18.18.1-alpha.12 → 18.19.1-alpha.7
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,8 +1,8 @@
|
|
|
1
|
-
import * as querystring from 'querystring';
|
|
2
|
-
import { ParsedUrlQuery } from 'querystring';
|
|
3
1
|
import { c as UniformGetServerSideProps, b as UniformGetStaticProps, a as UniformPreviewData } from '../models-6ff72d91.js';
|
|
4
2
|
import * as next from 'next';
|
|
5
3
|
import { GetServerSideProps, GetStaticProps } from 'next';
|
|
4
|
+
import * as querystring from 'querystring';
|
|
5
|
+
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import * as _uniformdev_canvas from '@uniformdev/canvas';
|
|
7
7
|
import { CanvasClient, DataResolutionOptionNegative, DataResolutionOption } from '@uniformdev/canvas';
|
|
8
8
|
import { ProjectMapNodeGetResponse, ProjectMapClient } from '@uniformdev/project-map';
|
|
@@ -24,6 +24,7 @@ declare const withUniformGetServerSideProps: <TProps extends {
|
|
|
24
24
|
requestOptions?: Partial<{
|
|
25
25
|
skipEnhance?: boolean | undefined;
|
|
26
26
|
skipPatternResolution?: boolean | undefined;
|
|
27
|
+
skipOverridesResolution?: boolean | undefined;
|
|
27
28
|
state?: number | undefined;
|
|
28
29
|
withComponentIDs?: boolean | undefined;
|
|
29
30
|
withTotalCount?: boolean | undefined;
|
|
@@ -85,6 +86,7 @@ declare const withUniformGetStaticProps: <TProps extends {
|
|
|
85
86
|
requestOptions?: Partial<{
|
|
86
87
|
skipEnhance?: boolean | undefined;
|
|
87
88
|
skipPatternResolution?: boolean | undefined;
|
|
89
|
+
skipOverridesResolution?: boolean | undefined;
|
|
88
90
|
state?: number | undefined;
|
|
89
91
|
withComponentIDs?: boolean | undefined;
|
|
90
92
|
withTotalCount?: boolean | undefined;
|
package/dist/slug/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSideProps, GetStaticProps } from 'next';
|
|
3
|
+
import { c as UniformGetServerSideProps, a as UniformPreviewData, b as UniformGetStaticProps } from '../models-6ff72d91.js';
|
|
3
4
|
import * as querystring from 'querystring';
|
|
4
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
5
|
-
import { c as UniformGetServerSideProps, a as UniformPreviewData, b as UniformGetStaticProps } from '../models-6ff72d91.js';
|
|
6
6
|
import * as _uniformdev_canvas from '@uniformdev/canvas';
|
|
7
7
|
import { CanvasClient, DataResolutionOptionNegative, CompositionGetParameters, CompositionGetResponse } from '@uniformdev/canvas';
|
|
8
8
|
import '@uniformdev/canvas-react';
|
|
@@ -19,6 +19,7 @@ declare const withUniformGetServerSideProps: <TProps extends {
|
|
|
19
19
|
requestOptions?: Partial<{
|
|
20
20
|
skipEnhance?: boolean | undefined;
|
|
21
21
|
skipPatternResolution?: boolean | undefined;
|
|
22
|
+
skipOverridesResolution?: boolean | undefined;
|
|
22
23
|
state?: number | undefined;
|
|
23
24
|
withComponentIDs?: boolean | undefined;
|
|
24
25
|
withTotalCount?: boolean | undefined;
|
|
@@ -61,6 +62,7 @@ declare const withUniformGetStaticProps: <TProps extends {
|
|
|
61
62
|
requestOptions?: Partial<{
|
|
62
63
|
skipEnhance?: boolean | undefined;
|
|
63
64
|
skipPatternResolution?: boolean | undefined;
|
|
65
|
+
skipOverridesResolution?: boolean | undefined;
|
|
64
66
|
state?: number | undefined;
|
|
65
67
|
withComponentIDs?: boolean | undefined;
|
|
66
68
|
withTotalCount?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.19.1-alpha.7+b4918b2f5",
|
|
4
4
|
"description": "Next.js SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -49,12 +49,13 @@
|
|
|
49
49
|
"clean": "rimraf dist",
|
|
50
50
|
"test": "jest --maxWorkers=1 --passWithNoTests",
|
|
51
51
|
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
52
|
-
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
52
|
+
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
|
|
53
|
+
"document": "api-extractor run --local"
|
|
53
54
|
},
|
|
54
55
|
"dependencies": {
|
|
55
|
-
"@uniformdev/canvas": "18.
|
|
56
|
-
"@uniformdev/canvas-react": "18.
|
|
57
|
-
"@uniformdev/project-map": "18.
|
|
56
|
+
"@uniformdev/canvas": "18.19.1-alpha.7+b4918b2f5",
|
|
57
|
+
"@uniformdev/canvas-react": "18.19.1-alpha.7+b4918b2f5",
|
|
58
|
+
"@uniformdev/project-map": "18.19.1-alpha.7+b4918b2f5"
|
|
58
59
|
},
|
|
59
60
|
"peerDependencies": {
|
|
60
61
|
"next": ">= 12.0.0",
|
|
@@ -63,7 +64,7 @@
|
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
66
|
"@types/react": "18.0.28",
|
|
66
|
-
"next": "13.1
|
|
67
|
+
"next": "13.2.1",
|
|
67
68
|
"react": "18.2.0",
|
|
68
69
|
"react-dom": "18.2.0"
|
|
69
70
|
},
|
|
@@ -73,5 +74,5 @@
|
|
|
73
74
|
"publishConfig": {
|
|
74
75
|
"access": "public"
|
|
75
76
|
},
|
|
76
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "b4918b2f547ebb0b889528bbbacbc930cbb66694"
|
|
77
78
|
}
|