@yoamigo.com/core 1.5.0 → 1.5.1

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.
Files changed (2) hide show
  1. package/dist/plugin.js +2 -1
  2. package/package.json +1 -1
package/dist/plugin.js CHANGED
@@ -107,7 +107,8 @@ if (import.meta.hot) {
107
107
  include: [
108
108
  "react",
109
109
  "react-dom"
110
- ]
110
+ ],
111
+ exclude: ["@tiptap/pm"]
111
112
  },
112
113
  server: {
113
114
  port: process.env.PORT ? parseInt(process.env.PORT, 10) : 5173,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoamigo.com/core",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Core components, router, and utilities for YoAmigo templates",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",