@appland/appmap-agent-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## [1.0.1](https://github.com/applandinc/appmap-agent-js/compare/v1.0.0...v1.0.1) (2021-03-30) | ||
### Bug Fixes | ||
* added bin to package json ([6ac7995](https://github.com/applandinc/appmap-agent-js/commit/6ac7995797bd394c04b19764b39b0bfdacd23ae6)) | ||
# 1.0.0 (2021-03-30) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@appland/appmap-agent-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
@@ -15,2 +15,5 @@ "commit": "npx prettier --write 'lib/**/*.mjs' 'src/**/*.js' 'test/**/*.mjs' 'bin/*.mjs' && npx cz", | ||
], | ||
"bin": { | ||
"appmap": "bin/client.mjs" | ||
}, | ||
"dependencies": { | ||
@@ -17,0 +20,0 @@ "acorn": "^7.4.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
66221