warehouse.ai-api-client
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [7.0.1](https://github.com/warehouseai/warehouse.ai-api-client/compare/7.0.0...7.0.1) (2022-07-07) | ||
## [7.0.0](https://github.com/warehouseai/warehouse.ai-api-client/compare/6.1.0...7.0.0) (2022-07-07) | ||
@@ -7,0 +9,0 @@ |
@@ -32,2 +32,6 @@ const WarehouseRequest = require('./utils/request'); | ||
module.exports = WarehouseSDK; | ||
module.exports = { | ||
WarehouseSDK, | ||
WarehouseRequest, | ||
ObjectAPI | ||
}; |
const tap = require('tap'); | ||
const WarehouseSDK = require('./index'); | ||
const { WarehouseSDK } = require('./index'); | ||
const ObjectAPI = require('./object'); | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "warehouse.ai-api-client", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Node.JS API to communicate with warehouse.ai", | ||
"main": "lib/index.js", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"directories": { | ||
@@ -7,0 +8,0 @@ "lib": "lib" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
25765
391
3