@medplum/bot-layer
Advanced tools
Comparing version 2.1.10 to 2.1.11
{ | ||
"type": "module", | ||
"name": "@medplum/bot-layer", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"description": "Medplum Bot Lambda Layer", | ||
"author": "Medplum <hello@medplum.com>", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"medplum", | ||
"aws", | ||
"lambda", | ||
"bot", | ||
"layer" | ||
], | ||
"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/bot-layer" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Medplum <hello@medplum.com>", | ||
"type": "module", | ||
"dependencies": { | ||
@@ -37,9 +41,5 @@ "@medplum/core": "*", | ||
}, | ||
"keywords": [ | ||
"medplum", | ||
"aws", | ||
"lambda", | ||
"bot", | ||
"layer" | ||
] | ||
"engines": { | ||
"node": ">=18.0.0" | ||
} | ||
} |
749541