@uniformdev/canvas-next-rsc 19.134.0 → 19.134.3-alpha.10
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/component.d.mts +1 -1
- package/dist/component.d.ts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +12 -12
- /package/dist/{UniformComposition-0pvEHduc.d.mts → UniformComposition-D4tBQ2U4.d.mts} +0 -0
- /package/dist/{UniformComposition-0pvEHduc.d.ts → UniformComposition-D4tBQ2U4.d.ts} +0 -0
package/dist/component.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps, CompositionContext, SlotDefinition } from '@uniformdev/canvas-next-rsc-shared';
|
|
2
2
|
export { ComponentProps, CompositionContext } from '@uniformdev/canvas-next-rsc-shared';
|
|
3
3
|
import React__default, { PropsWithChildren, ReactNode, Key } from 'react';
|
|
4
|
-
export { R as ResolveComponentFunction, b as ResolveComponentResult } from './UniformComposition-
|
|
4
|
+
export { R as ResolveComponentFunction, b as ResolveComponentResult } from './UniformComposition-D4tBQ2U4.mjs';
|
|
5
5
|
import { ComponentInstance } from '@uniformdev/canvas';
|
|
6
6
|
import { RichTextNode } from '@uniformdev/richtext';
|
|
7
7
|
import { PureUniformTextProps } from '@uniformdev/canvas-react/core';
|
package/dist/component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps, CompositionContext, SlotDefinition } from '@uniformdev/canvas-next-rsc-shared';
|
|
2
2
|
export { ComponentProps, CompositionContext } from '@uniformdev/canvas-next-rsc-shared';
|
|
3
3
|
import React__default, { PropsWithChildren, ReactNode, Key } from 'react';
|
|
4
|
-
export { R as ResolveComponentFunction, b as ResolveComponentResult } from './UniformComposition-
|
|
4
|
+
export { R as ResolveComponentFunction, b as ResolveComponentResult } from './UniformComposition-D4tBQ2U4.js';
|
|
5
5
|
import { ComponentInstance } from '@uniformdev/canvas';
|
|
6
6
|
import { RichTextNode } from '@uniformdev/richtext';
|
|
7
7
|
import { PureUniformTextProps } from '@uniformdev/canvas-react/core';
|
package/dist/index.d.mts
CHANGED
|
@@ -5,8 +5,8 @@ import { ManifestClient } from '@uniformdev/context/api';
|
|
|
5
5
|
import { ProjectMapClient, ProjectMapNode } from '@uniformdev/project-map';
|
|
6
6
|
import { ContextState, ContextOptions } from '@uniformdev/context';
|
|
7
7
|
import React__default, { PropsWithChildren } from 'react';
|
|
8
|
-
import { U as UniformCompositionProps } from './UniformComposition-
|
|
9
|
-
export { a as UniformComposition, r as resolveComposition } from './UniformComposition-
|
|
8
|
+
import { U as UniformCompositionProps } from './UniformComposition-D4tBQ2U4.mjs';
|
|
9
|
+
export { a as UniformComposition, r as resolveComposition } from './UniformComposition-D4tBQ2U4.mjs';
|
|
10
10
|
import { ClientContextComponent } from '@uniformdev/canvas-next-rsc-client';
|
|
11
11
|
|
|
12
12
|
type GetCanvasClientOptions = {
|
package/dist/index.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ import { ManifestClient } from '@uniformdev/context/api';
|
|
|
5
5
|
import { ProjectMapClient, ProjectMapNode } from '@uniformdev/project-map';
|
|
6
6
|
import { ContextState, ContextOptions } from '@uniformdev/context';
|
|
7
7
|
import React__default, { PropsWithChildren } from 'react';
|
|
8
|
-
import { U as UniformCompositionProps } from './UniformComposition-
|
|
9
|
-
export { a as UniformComposition, r as resolveComposition } from './UniformComposition-
|
|
8
|
+
import { U as UniformCompositionProps } from './UniformComposition-D4tBQ2U4.js';
|
|
9
|
+
export { a as UniformComposition, r as resolveComposition } from './UniformComposition-D4tBQ2U4.js';
|
|
10
10
|
import { ClientContextComponent } from '@uniformdev/canvas-next-rsc-client';
|
|
11
11
|
|
|
12
12
|
type GetCanvasClientOptions = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next-rsc",
|
|
3
|
-
"version": "19.134.
|
|
3
|
+
"version": "19.134.3-alpha.10+ae656e8e4c",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/node": "^20.0.0",
|
|
57
57
|
"@types/react": "18.2.40",
|
|
58
|
-
"eslint": "8.
|
|
58
|
+
"eslint": "8.57.0",
|
|
59
59
|
"next": "^13.4.12",
|
|
60
60
|
"react": "18.2.0",
|
|
61
61
|
"react-dom": "18.2.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@uniformdev/canvas": "19.134.
|
|
65
|
-
"@uniformdev/canvas-next-rsc-client": "^19.134.
|
|
66
|
-
"@uniformdev/canvas-next-rsc-shared": "^19.134.
|
|
67
|
-
"@uniformdev/canvas-react": "19.134.
|
|
68
|
-
"@uniformdev/context": "19.134.
|
|
69
|
-
"@uniformdev/project-map": "19.134.
|
|
70
|
-
"@uniformdev/redirect": "19.134.
|
|
71
|
-
"@uniformdev/richtext": "19.134.
|
|
72
|
-
"@uniformdev/webhooks": "19.134.
|
|
64
|
+
"@uniformdev/canvas": "19.134.3-alpha.10+ae656e8e4c",
|
|
65
|
+
"@uniformdev/canvas-next-rsc-client": "^19.134.3-alpha.10+ae656e8e4c",
|
|
66
|
+
"@uniformdev/canvas-next-rsc-shared": "^19.134.3-alpha.10+ae656e8e4c",
|
|
67
|
+
"@uniformdev/canvas-react": "19.134.3-alpha.10+ae656e8e4c",
|
|
68
|
+
"@uniformdev/context": "19.134.3-alpha.10+ae656e8e4c",
|
|
69
|
+
"@uniformdev/project-map": "19.134.3-alpha.10+ae656e8e4c",
|
|
70
|
+
"@uniformdev/redirect": "19.134.3-alpha.10+ae656e8e4c",
|
|
71
|
+
"@uniformdev/richtext": "19.134.3-alpha.10+ae656e8e4c",
|
|
72
|
+
"@uniformdev/webhooks": "19.134.3-alpha.10+ae656e8e4c",
|
|
73
73
|
"@vercel/edge-config": "^0.4.0",
|
|
74
74
|
"encoding": "^0.1.13",
|
|
75
75
|
"server-only": "^0.0.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "ae656e8e4c730dbf960ef43b6c5e9a0b8ba13193"
|
|
90
90
|
}
|
|
File without changes
|
|
File without changes
|