@awboost/cfntypes
Advanced tools
Comparing version 1.0.0-beta.54 to 1.0.0-beta.55
@@ -305,3 +305,3 @@ import { CreationPolicy, DeletionPolicy, UpdatePolicy } from "./policies.js"; | ||
*/ | ||
export type CustomResourceDefinition<P = any, T extends string = string> = ResourceDefinitionBase<P & CustomResourcePropertiesBase, CustomResourceType<T>>; | ||
export type CustomResourceDefinition<P = unknown, T extends string = string> = ResourceDefinitionBase<P & CustomResourcePropertiesBase, CustomResourceType<T>>; | ||
/** | ||
@@ -308,0 +308,0 @@ * Represents an AWS or custom resource definition. |
{ | ||
"name": "@awboost/cfntypes", | ||
"version": "1.0.0-beta.54", | ||
"version": "1.0.0-beta.55", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
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
3937081