ibm-blockchain-js
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -333,3 +333,3 @@ 'use strict'; | ||
// Step 2c. | ||
var regex = /function\s+==\s+["'](\w+)["']/g; //find the exposed chaincode functions in "Invoke()"" | ||
var regex = /function\s+.=\s+["'](\w+)["']/g; //find the exposed chaincode functions in "Invoke()"" | ||
var result2; | ||
@@ -336,0 +336,0 @@ while ( (result2 = regex.exec(str)) ) { |
{ | ||
"name": "ibm-blockchain-js", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A library for easily interacting with IBM Blockchain.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |