minitel-standalone
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -53,3 +53,3 @@ "use strict"; | ||
this.emit('key', acc); | ||
if (acc.match(/^([a-zA-Z0-9,\.';\-\:?!"#$%&\(\)\[\]<>@+=*/ ]|\x13\x47|\x1b\x5b[\x41\x42\x43\x44])$/g)) { | ||
if (acc.match(/^([a-zA-Z0-9,\.';\-\:?!"#$%&\(\)\[\]<>@+=*/ ]|\x0d|\x13\x47|\x1b\x5b[\x41\x42\x43\x44])$/g)) { | ||
const focusedObj = this.focusedObj; | ||
@@ -56,0 +56,0 @@ if (focusedObj) { |
{ | ||
"name": "minitel-standalone", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A standalone package for minitel components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -88,3 +88,3 @@ import { Duplex } from 'stream'; | ||
this.emit('key', acc); | ||
if (acc.match(/^([a-zA-Z0-9,\.';\-\:?!"#$%&\(\)\[\]<>@+=*/ ]|\x13\x47|\x1b\x5b[\x41\x42\x43\x44])$/g)) { | ||
if (acc.match(/^([a-zA-Z0-9,\.';\-\:?!"#$%&\(\)\[\]<>@+=*/ ]|\x0d|\x13\x47|\x1b\x5b[\x41\x42\x43\x44])$/g)) { | ||
const focusedObj = this.focusedObj; | ||
@@ -91,0 +91,0 @@ if (focusedObj) { |
178517