@uniformdev/canvas-next-rsc-client 20.12.1-alpha.8 → 20.13.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/index.d.mts CHANGED
@@ -1,7 +1,6 @@
1
- import { ManifestV2, TestEvent, Quirks, ScoreVector } from '@uniformdev/context';
1
+ import { ManifestV2, PersonalizationEvent, TestEvent, Quirks, ScoreVector } from '@uniformdev/context';
2
2
  import * as react from 'react';
3
3
  import { ReactNode, PropsWithChildren } from 'react';
4
- import { PersonalizationEvent } from '@uniformdev/context/*';
5
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
5
  import { PureContextualEditingComponentWrapperProps } from '@uniformdev/canvas-react/core';
7
6
  import * as _uniformdev_canvas_next_rsc_shared from '@uniformdev/canvas-next-rsc-shared';
package/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
- import { ManifestV2, TestEvent, Quirks, ScoreVector } from '@uniformdev/context';
1
+ import { ManifestV2, PersonalizationEvent, TestEvent, Quirks, ScoreVector } from '@uniformdev/context';
2
2
  import * as react from 'react';
3
3
  import { ReactNode, PropsWithChildren } from 'react';
4
- import { PersonalizationEvent } from '@uniformdev/context/*';
5
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
5
  import { PureContextualEditingComponentWrapperProps } from '@uniformdev/canvas-react/core';
7
6
  import * as _uniformdev_canvas_next_rsc_shared from '@uniformdev/canvas-next-rsc-shared';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-client",
3
- "version": "20.12.1-alpha.8+98c4209e77",
3
+ "version": "20.13.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -25,29 +25,28 @@
25
25
  "/dist"
26
26
  ],
27
27
  "devDependencies": {
28
- "@types/node": "22.7.8",
28
+ "@types/node": "22.14.0",
29
29
  "@types/react": "18.3.11",
30
- "eslint": "9.9.0",
31
- "next": "15.1.0",
30
+ "next": "15.2.4",
32
31
  "react": "18.3.1",
33
32
  "react-dom": "18.3.1",
34
- "typescript": "5.7.2"
33
+ "typescript": "5.8.3"
35
34
  },
36
35
  "dependencies": {
37
- "@uniformdev/canvas": "20.12.1-alpha.8+98c4209e77",
38
- "@uniformdev/canvas-next-rsc-shared": "^20.12.1-alpha.8+98c4209e77",
39
- "@uniformdev/canvas-react": "^20.12.1-alpha.8+98c4209e77"
36
+ "@uniformdev/canvas": "20.13.0",
37
+ "@uniformdev/canvas-next-rsc-shared": "^20.13.0",
38
+ "@uniformdev/canvas-react": "^20.13.0"
40
39
  },
41
40
  "engines": {
42
41
  "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
43
42
  },
44
43
  "peerDependencies": {
45
- "next": ">=15.1.0",
44
+ "next": ">=15.2.3",
46
45
  "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
47
46
  "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0"
48
47
  },
49
48
  "publishConfig": {
50
49
  "access": "public"
51
50
  },
52
- "gitHead": "98c4209e77221c324d5ef662825e7bdbed42ed43"
51
+ "gitHead": "36c83896202c3bc07890f4ce940fb2047fa51042"
53
52
  }