@cntrl-site/sdk-nextjs 1.0.12 → 1.0.13

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.
@@ -96,7 +96,6 @@ class RichTextConverter {
96
96
  }
97
97
  kids.push(...entityKids);
98
98
  }
99
- // sliceSymbols(content, style.start, style.end).forEach(c => console.log(c.charCodeAt(0)))
100
99
  if (offset < getSymbolsCount(content)) {
101
100
  kids.push(sliceSymbols(content, offset));
102
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk-nextjs",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "SDK for Next.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/index.ts",
@@ -127,7 +127,6 @@ export class RichTextConverter {
127
127
  }
128
128
  kids.push(...entityKids);
129
129
  }
130
- // sliceSymbols(content, style.start, style.end).forEach(c => console.log(c.charCodeAt(0)))
131
130
  if (offset < getSymbolsCount(content)) {
132
131
  kids.push(sliceSymbols(content, offset));
133
132
  }