@medplum/cdk
Advanced tools
Comparing version 2.1.10 to 2.1.11
@@ -42,4 +42,4 @@ import { MedplumInfraConfig } from '@medplum/core'; | ||
* Otherwise, the image name is assumed to be a Docker Hub image. | ||
* @param config The config settings (account number and region). | ||
* @param imageName The image name. | ||
* @param config - The config settings (account number and region). | ||
* @param imageName - The image name. | ||
* @returns The container image. | ||
@@ -46,0 +46,0 @@ */ |
@@ -14,4 +14,4 @@ import { aws_cloudfront as cloudfront, aws_iam as iam, aws_s3 as s3 } from 'aws-cdk-lib'; | ||
* | ||
* @param bucket The S3 bucket. | ||
* @param identity The CloudFront Origin Access Identity. | ||
* @param bucket - The S3 bucket. | ||
* @param identity - The CloudFront Origin Access Identity. | ||
* @returns The policy statement. | ||
@@ -18,0 +18,0 @@ */ |
{ | ||
"name": "@medplum/cdk", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"description": "Medplum CDK Infra as Code", | ||
"author": "Medplum <hello@medplum.com>", | ||
"license": "Apache-2.0", | ||
"homepage": "https://www.medplum.com/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/medplum/medplum.git", | ||
"url": "git+https://github.com/medplum/medplum.git", | ||
"directory": "packages/cdk" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Medplum <hello@medplum.com>", | ||
"scripts": { | ||
"clean": "rimraf dist cdk.out", | ||
"build": "npm run clean && tsc --project tsconfig.build.json && node esbuild.mjs", | ||
"cdk": "cdk", | ||
"clean": "rimraf dist cdk.out", | ||
"test": "jest --runInBand" | ||
@@ -31,5 +28,5 @@ }, | ||
}, | ||
"bin": { | ||
"medplum-cdk-init": "./dist/cjs/init.cjs" | ||
"engines": { | ||
"node": ">=18.0.0" | ||
} | ||
} |
@@ -465,4 +465,4 @@ import { MedplumInfraConfig } from '@medplum/core'; | ||
* Otherwise, the image name is assumed to be a Docker Hub image. | ||
* @param config The config settings (account number and region). | ||
* @param imageName The image name. | ||
* @param config - The config settings (account number and region). | ||
* @param imageName - The image name. | ||
* @returns The container image. | ||
@@ -469,0 +469,0 @@ */ |
@@ -15,4 +15,4 @@ import { aws_cloudfront as cloudfront, aws_iam as iam, aws_s3 as s3 } from 'aws-cdk-lib'; | ||
* | ||
* @param bucket The S3 bucket. | ||
* @param identity The CloudFront Origin Access Identity. | ||
* @param bucket - The S3 bucket. | ||
* @param identity - The CloudFront Origin Access Identity. | ||
* @returns The policy statement. | ||
@@ -19,0 +19,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1656797
3133