@etrepum/lexical-builder-devtools-core 0.0.33 → 0.0.35
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BuilderGraphComponent.d.ts +0 -1
- package/dist/Mermaid.d.ts +0 -1
- package/dist/buildGraph.d.ts +0 -1
- package/dist/displayName.d.ts +0 -1
- package/dist/index.js +1 -1
- package/package.json +12 -8
package/dist/Mermaid.d.ts
CHANGED
package/dist/buildGraph.d.ts
CHANGED
package/dist/displayName.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
"lint": "eslint",
|
17
17
|
"test:watch": "vitest"
|
18
18
|
},
|
19
|
-
"version": "0.0.
|
19
|
+
"version": "0.0.35",
|
20
20
|
"license": "MIT",
|
21
21
|
"repository": {
|
22
22
|
"type": "git",
|
@@ -53,14 +53,18 @@
|
|
53
53
|
"eslint": "^8.57.0",
|
54
54
|
"jsdom": "^24.1.0",
|
55
55
|
"tslib": "^2.6.2",
|
56
|
-
"typescript": "^5.
|
57
|
-
"vite": "^5.
|
58
|
-
"vite-plugin-dts": "
|
59
|
-
"vite-plugin-package-version": "
|
60
|
-
"vitest": "
|
56
|
+
"typescript": "^5.5.2",
|
57
|
+
"vite": "^5.4.0",
|
58
|
+
"vite-plugin-dts": "^4.0.2",
|
59
|
+
"vite-plugin-package-version": "^1.1.0",
|
60
|
+
"vitest": "^2.0.5"
|
61
|
+
},
|
62
|
+
"exports": {
|
63
|
+
".": {
|
64
|
+
"types": "./dist/index.d.ts",
|
65
|
+
"default": "./dist/index.js"
|
66
|
+
}
|
61
67
|
},
|
62
|
-
"module": "dist/index.js",
|
63
|
-
"types": "dist/index.d.ts",
|
64
68
|
"files": [
|
65
69
|
"dist"
|
66
70
|
]
|