@nethru/ui 2.1.38 → 2.1.40

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.
@@ -204,7 +204,7 @@ function makeHighlight() {
204
204
  };
205
205
  }
206
206
  function makeEslinter(format, eslintRules, onEslintUpdate, customVariables) {
207
- const regex = /\{\{(\S+)\}\}/g;
207
+ const regex = /\{\{([^}]+)\}\}/g;
208
208
  if (format === 'javascript') {
209
209
  return linter(view => {
210
210
  const text = view.state.doc.toString();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethru/ui",
3
- "version": "2.1.38",
3
+ "version": "2.1.40",
4
4
  "main": "base/index.js",
5
5
  "files": [
6
6
  "/base"