@smithy/node-http-handler
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@smithy/node-http-handler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Provides a way to make requests", | ||
@@ -28,6 +28,6 @@ "scripts": { | ||
"dependencies": { | ||
"@smithy/abort-controller": "workspace:^", | ||
"@smithy/protocol-http": "workspace:^", | ||
"@smithy/querystring-builder": "workspace:^", | ||
"@smithy/types": "workspace:^", | ||
"@smithy/abort-controller": "^1.0.1", | ||
"@smithy/protocol-http": "^1.1.0", | ||
"@smithy/querystring-builder": "^1.0.1", | ||
"@smithy/types": "^1.1.0", | ||
"tslib": "^2.5.0" | ||
@@ -66,3 +66,6 @@ }, | ||
"entryPoint": "src/index.ts" | ||
}, | ||
"publishConfig": { | ||
"directory": ".release/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
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
71740
+ Added@smithy/abort-controller@1.1.0(transitive)
+ Added@smithy/protocol-http@1.2.0(transitive)
+ Added@smithy/querystring-builder@1.1.0(transitive)
+ Added@smithy/types@1.2.0(transitive)
+ Added@smithy/util-uri-escape@1.1.0(transitive)
Updated@smithy/protocol-http@^1.1.0
Updated@smithy/types@^1.1.0