@lafken/common 0.10.2 → 0.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ export interface VpcConfig {
28
28
  */
29
29
  subnetIds: string[];
30
30
  }
31
- export type VpcConfigValue = VpcConfig | ((props: Pick<GetResourceProps, 'getSSMValue'>) => VpcConfig);
31
+ export type VpcConfigValue = VpcConfig | ((props: Omit<GetResourceProps, 'getResourceValue'>) => VpcConfig);
32
32
  export interface AliasConfig {
33
33
  /**
34
34
  * The name of the Lambda alias.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lafken/common",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "private": false,
5
5
  "description": "Lafken utilities - TypeScript decorator factories and metadata reflection for infrastructure-as-code decorators",
6
6
  "keywords": [