@cesdk/engine 1.59.0-nightly.20250821 → 1.59.0-nightly.20250823

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.
@@ -62,7 +62,7 @@ export declare function useEngineSelector<T>(engine: CreativeEngine | undefined,
62
62
  *
63
63
  * @example
64
64
  * ```tsx
65
- * import withEngine, { type WithEngine } from '@cesdk/engine/integrations/react'
65
+ * import withEngine, { type WithEngine } from '@cesdk/engine/react'
66
66
  *
67
67
  * export interface MyProps {
68
68
  * blockId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cesdk/engine",
3
- "version": "1.59.0-nightly.20250821",
3
+ "version": "1.59.0-nightly.20250823",
4
4
  "main": "./index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -8,7 +8,7 @@
8
8
  "import": "./index.js",
9
9
  "module": "./index.js"
10
10
  },
11
- "./integrations/react": {
11
+ "./react": {
12
12
  "types": "./integrations/react.d.ts",
13
13
  "import": "./integrations/react.js",
14
14
  "module": "./integrations/react.js"