Comparing version 0.2.3 to 0.3.0
@@ -75,2 +75,7 @@ 'use strict'; | ||
this.When(/^I parse the xml payload as camt\.052\.001\.02$/, function (callback) { | ||
this.parsedResult = corporate.camt05200102(this.xml); | ||
callback(); | ||
}); | ||
this.Then(/^the result hash map should be$/, function (string, callback) { | ||
@@ -77,0 +82,0 @@ var expected = eval('(' + string + ')'); |
@@ -6,2 +6,3 @@ 'use strict'; | ||
pain00200103: require('./lib/pain.002.001.03'), | ||
camt05200102: require('./lib/camt.052.001.02'), | ||
camt05300102: require('./lib/camt.053.001.02'), | ||
@@ -8,0 +9,0 @@ camt05400102: require('./lib/camt.054.001.02'), |
{ | ||
"name": "corporate", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "A module for parsing (mostly) ISO20022 messages", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"cucumber": "^0.4.4", | ||
"cucumber": "^0.4.9", | ||
"should": "^4.3.0", | ||
@@ -15,0 +15,0 @@ "sinon": "^1.12.1" |
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
136484
25
765