conseiljs
Advanced tools
Comparing version 5.0.5-beta.2 to 5.0.5-beta.3
@@ -55,3 +55,3 @@ "use strict"; | ||
word: /[a-zA-Z_0-9]+/, | ||
string: /"(?:\\["\\]|[^\n"\\])*"/ | ||
string: /"(?:\\["\\]|[^\n"\\])*"/s | ||
}); | ||
@@ -329,3 +329,3 @@ const checkC_R = c_r => { | ||
if (checkKeyword(word)) { | ||
return [expandKeyword(word, null)]; | ||
return expandKeyword(word, null); | ||
} | ||
@@ -332,0 +332,0 @@ else { |
{ | ||
"name": "conseiljs", | ||
"version": "5.0.5-beta.2", | ||
"version": "5.0.5-beta.3", | ||
"description": "Client-side library for Tezos dApp development.", | ||
@@ -12,3 +12,3 @@ "browser": "dist/index-web.js", | ||
"scripts": { | ||
"test": "mocha --require ts-node/register \"test/**/*.spec.ts\"", | ||
"test": "mocha --require ts-node/register \"test/**/MichelsonParser.spec.ts\"", | ||
"integration-test": "mocha --require ts-node/register --full-trace -t 600000 -b false \"integration_test/**/*.spec.ts\"", | ||
@@ -15,0 +15,0 @@ "format": "eslint --fix-dry-run src/*/*.ts", |
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
710916