@aws-sdk/middleware-sdk-route53
Advanced tools
Comparing version 3.357.0 to 3.363.0
@@ -1,2 +0,2 @@ | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types"; | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types"; | ||
export interface Change { | ||
@@ -3,0 +3,0 @@ ResourceRecordSet: { |
@@ -1,2 +0,2 @@ | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types"; | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types"; | ||
export interface IdentifierBearer { | ||
@@ -3,0 +3,0 @@ DelegationSetId?: string; |
@@ -5,3 +5,3 @@ import { | ||
Pluggable, | ||
} from "@aws-sdk/types"; | ||
} from "@smithy/types"; | ||
export interface Change { | ||
@@ -8,0 +8,0 @@ ResourceRecordSet: { |
@@ -5,3 +5,3 @@ import { | ||
Pluggable, | ||
} from "@aws-sdk/types"; | ||
} from "@smithy/types"; | ||
export interface IdentifierBearer { | ||
@@ -8,0 +8,0 @@ DelegationSetId?: string; |
{ | ||
"name": "@aws-sdk/middleware-sdk-route53", | ||
"version": "3.357.0", | ||
"version": "3.363.0", | ||
"scripts": { | ||
@@ -25,2 +25,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-sdk/types": "3.357.0", | ||
"@smithy/types": "^1.1.0", | ||
"tslib": "^2.5.0" | ||
@@ -27,0 +28,0 @@ }, |
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
21923
3
+ Added@smithy/types@^1.1.0
+ Added@smithy/types@1.2.0(transitive)