@appland/appmap-agent-js
Advanced tools
Comparing version 9.3.0 to 9.3.1
@@ -0,1 +1,9 @@ | ||
## [9.3.1](https://github.com/applandinc/appmap-agent-js/compare/v9.3.0...v9.3.1) (2022-01-12) | ||
### Bug Fixes | ||
* Add semver to package.json ([c81163d](https://github.com/applandinc/appmap-agent-js/commit/c81163dc3ddeafcd6c961369e752bc57acd10611)) | ||
* Tighten node version restrictions ([f45700f](https://github.com/applandinc/appmap-agent-js/commit/f45700f98af1ae3116c748725f6bbb18b396f89e)) | ||
# [9.3.0](https://github.com/applandinc/appmap-agent-js/compare/v9.2.0...v9.3.0) (2022-01-12) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@appland/appmap-agent-js", | ||
"version": "9.3.0", | ||
"version": "9.3.1", | ||
"bin": { | ||
@@ -55,2 +55,3 @@ "appmap-agent-js": "bin/bin.mjs" | ||
"prompts": "^2.4.2", | ||
"semver": "^7.3.5", | ||
"treeify": "^1.1.0", | ||
@@ -57,0 +58,0 @@ "yaml": "^1.10.2" |
Sorry, the diff of this file is not supported yet
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
457188
16
+ Addedsemver@^7.3.5