@kyro-cms/admin 0.10.0 → 0.10.2

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.cjs CHANGED
@@ -15041,33 +15041,10 @@ export default debug;
15041
15041
  "kyro:config": resolvedConfig
15042
15042
  }
15043
15043
  },
15044
- build: {
15045
- rollupOptions: {
15046
- output: {
15047
- manualChunks(id) {
15048
- if (id.includes("@tiptap") || id.includes("prosemirror")) {
15049
- return "vendor-tiptap";
15050
- }
15051
- }
15052
- }
15053
- }
15054
- },
15055
15044
  optimizeDeps: {
15056
15045
  include: [
15057
- "use-sync-external-store",
15058
- "@tiptap/core",
15059
- "@tiptap/react",
15060
- "@tiptap/pm",
15061
- "@tiptap/starter-kit",
15062
- "@tiptap/extension-link",
15063
- "@tiptap/extension-image",
15064
- "@tiptap/extension-text-align",
15065
- "@tiptap/extension-underline",
15066
- "@tiptap/extension-highlight",
15067
- "@tiptap/extension-task-list",
15068
- "@tiptap/extension-task-item",
15069
- "@tiptap/extension-text-style",
15070
- "@tiptap/extension-color"
15046
+ "@kyro-cms/admin",
15047
+ "use-sync-external-store"
15071
15048
  ],
15072
15049
  exclude: ["debug", "react/compiler-runtime"]
15073
15050
  },