midtrans-client
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -19,1 +19,7 @@ > Warning: This note is for developer/maintainer of this package only | ||
``` | ||
## Dev & Test via Docker Compose | ||
- To use docker-compose to test and run project, `cd` to repo dir | ||
- Run `docker-compose up`, which basically run pytest on container | ||
- Run `docker-compose down`, to clean up when done |
{ | ||
"name": "midtrans-client", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Official Midtrans Payment API Client for Node JS", | ||
@@ -27,4 +27,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"lodash": "^4.17.11" | ||
"axios": "^0.18.1", | ||
"lodash": "^4.17.15" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
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
32001
14
Updatedaxios@^0.18.1
Updatedlodash@^4.17.15