Skip to content

Commit 961d45f

Browse files
author
Chris Wiechmann
committed
Prepare to release new XML-Flow-Node
1 parent d6c61b3 commit 961d45f

File tree

4 files changed

+38
-37
lines changed

4 files changed

+38
-37
lines changed

api-builder-plugin-fn-xml-node/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
- Changed @axway/api-builder-sdk from version 1.1.0 to 1.1.5
1212
- Changed @axway/api-builder-runtime from version 4.5.0 to 4.64.1
1313
- Changed @axway/api-builder-test-utils from version 1.1.7 to 1.1.12
14+
- Changed @livereach/jsonpath version 1.2.2 to jsonpath version 1.1.1
1415

1516
## [1.0.9] 2021-02-13
1617
### Added

api-builder-plugin-fn-xml-node/package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-builder-plugin-fn-xml-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"dependencies": {
3232
"@axway/api-builder-sdk": "^1.1.5",
33-
"@livereach/jsonpath": "^1.2.2",
33+
"jsonpath": "^1.1.1",
3434
"xml-js": "1.6.11"
3535
},
3636
"peerDependencies": {

api-builder-plugin-fn-xml-node/src/xmlToJson.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const convert = require('xml-js');
2-
var jp = require('@livereach/jsonpath');
2+
var jp = require('jsonpath');
33
/**
44
* Action method.
55
*

0 commit comments

Comments
 (0)