Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DEFAULT_CONTROL_CHARACTERS = '\\~`!@#$%^&*()-_+="<>{}[]/|' | ||
exports.DEFAULT_CONTROL_CHARACTERS = '\\~`!@#$%^&*()-_+="\'<>{}[]/|' | ||
.split('') | ||
@@ -5,0 +5,0 @@ .map(function (_) { return _.charCodeAt(0); }); |
{ | ||
"name": "rho", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "Extensible semantic markup language", | ||
@@ -5,0 +5,0 @@ "main": "out/main/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
211142