ekms 8.0.0-beta.63 → 8.0.0-beta.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ const config = {
14
14
  words: {
15
15
  patterns: [
16
16
  { pattern: [{ type: 'space' }, { repeat: true }], defs: [ { remove: true } ] },
17
- { pattern: [{ type: 'alphanumeric' }, { repeat: true }], defs: [ { id: 'unknown', initial: "{ value: text, unknown: true }" } ] },
17
+ { pattern: [{ type: 'alphanumeric' }, { repeat: true }], scale: 0.8, check_spelling: true, is_unknown: true, defs: [ { id: 'unknown', initial: "{ value: text, unknown: true }" } ] },
18
18
  ],
19
19
  hierarchy: [
20
20
  { child: ' ', parent: 'space' },
package/package.json CHANGED
@@ -295,8 +295,8 @@
295
295
  "table": "^6.7.1",
296
296
  "base-64": "^1.0.0",
297
297
  "argparse": "^2.0.1",
298
- "theprogrammablemind": "8.0.0-beta.63"
298
+ "theprogrammablemind": "8.0.0-beta.65"
299
299
  },
300
- "version": "8.0.0-beta.63",
300
+ "version": "8.0.0-beta.65",
301
301
  "license": "UNLICENSED"
302
302
  }