@nextblock-cms/editor 0.2.2 → 0.2.3
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/index.es.js +1 -0
- package/package.json +5 -5
package/index.es.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
'use client';
|
|
1
2
|
import * as re from "react";
|
|
2
3
|
import W, { createRef as h1, memo as f1, createContext as cg, createElement as el, version as Qh, useContext as p1, useRef as Ze, useState as Q, useDebugValue as dg, useEffect as pe, forwardRef as la, useLayoutEffect as aa, useImperativeHandle as m1, useCallback as _e, useMemo as tl } from "react";
|
|
3
4
|
import * as g1 from "react-dom";
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextblock-cms/editor",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"main": "index.js",
|
|
5
|
-
"module": "index.
|
|
3
|
+
"version": "0.2.3",
|
|
4
|
+
"main": "index.cjs.js",
|
|
5
|
+
"module": "index.es.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"types": "./index.d.ts",
|
|
10
|
-
"require": "./index.js",
|
|
11
|
-
"default": "./index.
|
|
10
|
+
"require": "./index.cjs.js",
|
|
11
|
+
"default": "./index.es.js"
|
|
12
12
|
},
|
|
13
13
|
"./package.json": "./package.json"
|
|
14
14
|
},
|