@springmicro/rte 0.2.0 → 0.2.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/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -27874,7 +27874,7 @@ function ro(e, t) {
27874
27874
  if (e == null) return {};
27875
27875
  var r = {};
27876
27876
  for (var n in e) if ({}.hasOwnProperty.call(e, n)) {
27877
- if (t.indexOf(n) >= 0) continue;
27877
+ if (t.includes(n)) continue;
27878
27878
  r[n] = e[n];
27879
27879
  }
27880
27880
  return r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@springmicro/rte",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@emotion/css": "^11.11.2",
30
- "@springmicro/utils": "^0.2.0",
30
+ "@springmicro/utils": "^0.2.1",
31
31
  "@uiw/react-textarea-code-editor": "^3.0.2",
32
32
  "domhandler": "^5.0.3",
33
33
  "escape-html": "^1.0.3",
@@ -53,5 +53,5 @@
53
53
  "vite": "^5.2.0",
54
54
  "vite-plugin-dts": "^3.9.0"
55
55
  },
56
- "gitHead": "bada90b1f5c1efcd122b4a69436098408162677c"
56
+ "gitHead": "5060bfe477b5be4d15de32991fb8ebc839143430"
57
57
  }