@xml-tools/common
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.1.3](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.1.2...@xml-tools/common@0.1.3) (2021-01-20) | ||
**Note:** Version bump only for package @xml-tools/common | ||
## [0.1.2](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.1.1...@xml-tools/common@0.1.2) (2020-06-29) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@xml-tools/common", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "XML-Tools Common Utilities", | ||
@@ -13,7 +13,12 @@ "keywords": [ | ||
"typings": "./api.d.ts", | ||
"files": [ | ||
".reuse", | ||
"LICENSES", | ||
"api.d.ts" | ||
], | ||
"dependencies": { | ||
"lodash": "4.17.15" | ||
"lodash": "4.17.20" | ||
}, | ||
"devDependencies": { | ||
"@xml-tools/parser": "^1.0.7" | ||
"@xml-tools/parser": "^1.0.8" | ||
}, | ||
@@ -40,3 +45,3 @@ "scripts": { | ||
}, | ||
"gitHead": "b1710a793a6c6e5abca1ef5b4bd1a88b478d03cc" | ||
"gitHead": "0835f9ef42ccdac6c69f81b8345eac18778236ea" | ||
} |
@@ -36,8 +36,1 @@ [![npm (scoped)](https://img.shields.io/npm/v/@xml-tools/common.svg)](https://www.npmjs.com/package/@xml-tools/common) | ||
See [CONTRIBUTING.md](./CONTRIBUTING.md). | ||
## License | ||
Copyright (c) 2019-2020 SAP SE or an SAP affiliate company. All rights reserved. | ||
This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE file](../../LICENSE). | ||
[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree |
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
26271
40
36
+ Addedlodash@4.17.20(transitive)
- Removedlodash@4.17.15(transitive)
Updatedlodash@4.17.20