@etrepum/lexical-builder-devtools-core 0.0.26-nightly.20240625.0 → 0.0.26
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
export declare const BuilderGraphComponent: import('react').LazyExoticComponent<typeof import('./BuilderGraphComponent').BuilderGraphComponent>;
|
3
2
|
export declare const BuilderGraphPlan: import('@etrepum/lexical-builder').LexicalPlan<import('@etrepum/lexical-builder').PlanConfigBase, "@etrepum/lexical-builder-devtools-core/BuilderGraphPlan", {
|
4
3
|
Component: () => import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"BuilderGraphPlan.d.ts","sourceRoot":"","sources":["../src/BuilderGraphPlan.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"BuilderGraphPlan.d.ts","sourceRoot":"","sources":["../src/BuilderGraphPlan.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,qGAEjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;WAY3B,CAAC"}
|
package/dist/index.js
CHANGED
@@ -79,7 +79,7 @@ const S = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
79
79
|
Component: () => /* @__PURE__ */ d(y, { children: /* @__PURE__ */ d(M, { editor: t }) })
|
80
80
|
});
|
81
81
|
}
|
82
|
-
}), k = "0.0.26
|
82
|
+
}), k = "0.0.26";
|
83
83
|
export {
|
84
84
|
m as BuilderGraphComponent,
|
85
85
|
T as BuilderGraphPlan,
|
package/package.json
CHANGED
@@ -13,9 +13,10 @@
|
|
13
13
|
"build": "tsc --noEmit && vite build",
|
14
14
|
"dev": "vite",
|
15
15
|
"test": "vitest run",
|
16
|
+
"lint": "eslint",
|
16
17
|
"test:watch": "vitest"
|
17
18
|
},
|
18
|
-
"version": "0.0.26
|
19
|
+
"version": "0.0.26",
|
19
20
|
"license": "MIT",
|
20
21
|
"repository": {
|
21
22
|
"type": "git",
|
@@ -43,11 +44,13 @@
|
|
43
44
|
},
|
44
45
|
"sideEffects": false,
|
45
46
|
"devDependencies": {
|
47
|
+
"@repo/eslint-config": "*",
|
46
48
|
"@testing-library/dom": "^10.1.0",
|
47
49
|
"@testing-library/jest-dom": "^6.4.5",
|
48
50
|
"@testing-library/react": "^16.0.0",
|
49
51
|
"@testing-library/user-event": "^14.5.2",
|
50
52
|
"@types/pako": "^2.0.3",
|
53
|
+
"eslint": "^8.57.0",
|
51
54
|
"jsdom": "^24.1.0",
|
52
55
|
"tslib": "^2.6.2",
|
53
56
|
"typescript": "^5.4.5",
|