Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.3.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
genaromadrid committed Apr 8, 2020
2 parents 7179ea7 + cb5dd7f commit acf4b2c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.3.2
- Upgrade xml-crypto to fix a bug that didnt create the canonical xml correctly

## v1.3.0
- Remove coffeescript in favor of typescript
- Allow to pass encrypted XMLs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]

Version: 1.3.1
Version: 1.3.2

Electronic signed document XML Protocol **reader** and validator for Node & Browser.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml-fiesta",
"version": "1.3.1",
"version": "1.3.2",
"authors": [
"Genaro Madrid <genmadrid@gmail.com>"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml-fiesta",
"version": "1.3.1",
"version": "1.3.2",
"description": "Electronic signed document XML Protocol for Node & Browser",
"main": "./lib/xml-fiesta.js",
"types": "./lib/xml-fiesta.d.ts",
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"jsrsasign": "^5.0.10",
"promise": "^7.1.1",
"xml-crypto": "^0.8.4",
"xml-crypto": "^1.4.1",
"xml2js": "^0.4.16",
"xmldom": "^0.1.22",
"xpath.js": "^1.0.6"
Expand Down
24 changes: 13 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4507,12 +4507,13 @@ write-file-atomic@^2.4.2:
imurmurhash "^0.1.4"
signal-exit "^3.0.2"

xml-crypto@^0.8.4:
version "0.8.5"
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-0.8.5.tgz#2bbcfb3eb33f3a82a218b822bf672b6b1c20e538"
xml-crypto@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-1.4.1.tgz#4b4e179aff7a26060d7dd00c05a661c9499ea138"
integrity sha512-Q1S0v/txfWBtgCilON/ALqvNSJ4MY5qkGQgyqmed39zN+B4hfQDnlM6elm34PvbexDXk8ldXp7AI4jkahy5DVg==
dependencies:
xmldom "=0.1.19"
xpath.js ">=0.0.3"
xmldom "0.1.27"
xpath "0.0.27"

xml2js@^0.4.16:
version "0.4.19"
Expand All @@ -4539,18 +4540,19 @@ xmlbuilder@~9.0.1:
version "9.0.7"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"

xmldom@=0.1.19:
version "0.1.19"
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.19.tgz#631fc07776efd84118bf25171b37ed4d075a0abc"

xmldom@^0.1.22:
xmldom@0.1.27, xmldom@^0.1.22:
version "0.1.27"
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"

xpath.js@>=0.0.3, xpath.js@^1.0.6:
xpath.js@^1.0.6:
version "1.1.0"
resolved "https://registry.yarnpkg.com/xpath.js/-/xpath.js-1.1.0.tgz#3816a44ed4bb352091083d002a383dd5104a5ff1"

xpath@0.0.27:
version "0.0.27"
resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.27.tgz#dd3421fbdcc5646ac32c48531b4d7e9d0c2cfa92"
integrity sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ==

"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
Expand Down

0 comments on commit acf4b2c

Please sign in to comment.