@scalar/use-codemirror 0.5.2 → 0.5.3

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8340,7 +8340,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
8340
8340
  extensions.push(EditorView$1.editorAttributes.of({ class: classes.join(" ") }));
8341
8341
  if (props.extensions) {
8342
8342
  props.extensions.forEach((extension) => {
8343
- extensions.push(extension);
8343
+ extensions.push(toRaw(extension));
8344
8344
  });
8345
8345
  }
8346
8346
  if (props.readOnly) {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "composable",
8
8
  "codemirror"
9
9
  ],
10
- "version": "0.5.2",
10
+ "version": "0.5.3",
11
11
  "author": "Scalar (https://github.com/scalar)",
12
12
  "homepage": "https://github.com/scalar/scalar",
13
13
  "repository": {