@markup-canvas/react 1.3.7 → 1.3.9

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.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Markup Canvas React
3
3
  * React components and hooks for markup-canvas
4
- * @version 1.3.7
4
+ * @version 1.3.9
5
5
  */
6
6
  'use strict';
7
7
 
package/dist/index.esm.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Markup Canvas React
3
3
  * React components and hooks for markup-canvas
4
- * @version 1.3.7
4
+ * @version 1.3.9
5
5
  */
6
6
  import { jsx } from 'react/jsx-runtime';
7
7
  import { MarkupCanvas as MarkupCanvas$1 } from '@markup-canvas/core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markup-canvas/react",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "React components and hooks for markup-canvas",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
@@ -22,7 +22,7 @@
22
22
  "peerDependencies": {
23
23
  "react": ">=18.0.0",
24
24
  "react-dom": ">=18.0.0",
25
- "@markup-canvas/core": "1.3.7"
25
+ "@markup-canvas/core": "1.3.9"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.3.0",