conseiljs
Advanced tools
Comparing version 5.0.9-beta.1 to 5.0.9-beta.2
@@ -195,3 +195,5 @@ "use strict"; | ||
} | ||
return operations; | ||
else { | ||
return operations.map((o, i) => { return Object.assign(Object.assign({}, o), { counter: `${counter + i}` }); }); | ||
} | ||
}); | ||
@@ -198,0 +200,0 @@ } |
{ | ||
"name": "conseiljs", | ||
"version": "5.0.9-beta.1", | ||
"version": "5.0.9-beta.2", | ||
"description": "Client-side library for Tezos dApp development.", | ||
@@ -5,0 +5,0 @@ "browser": "dist/index-web.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
814774
7851