@medplum/cli 5.0.10 → 5.0.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/cli",
3
- "version": "5.0.10",
3
+ "version": "5.0.11",
4
4
  "description": "Medplum Command Line Interface",
5
5
  "keywords": [
6
6
  "medplum",
@@ -51,7 +51,7 @@
51
51
  "dist/esm"
52
52
  ],
53
53
  "scripts": {
54
- "api-extractor": "api-extractor run --local && cp dist/types.d.ts dist/cjs/index.d.ts && cp dist/types.d.ts dist/esm/index.d.ts",
54
+ "api-extractor": "api-extractor run --local && shx cp dist/types.d.ts dist/cjs/index.d.ts && shx cp dist/types.d.ts dist/esm/index.d.ts",
55
55
  "build": "npm run clean && tsc && node esbuild.mjs && npm run api-extractor",
56
56
  "clean": "rimraf dist",
57
57
  "lint": "eslint .",
@@ -60,27 +60,27 @@
60
60
  "test": "jest"
61
61
  },
62
62
  "dependencies": {
63
- "@aws-sdk/client-acm": "3.948.0",
64
- "@aws-sdk/client-cloudformation": "3.948.0",
65
- "@aws-sdk/client-cloudfront": "3.948.0",
66
- "@aws-sdk/client-ecs": "3.948.0",
67
- "@aws-sdk/client-s3": "3.948.0",
68
- "@aws-sdk/client-ssm": "3.948.0",
69
- "@aws-sdk/client-sts": "3.948.0",
70
- "@aws-sdk/types": "3.936.0",
71
- "@medplum/core": "5.0.10",
72
- "@medplum/hl7": "5.0.10",
63
+ "@aws-sdk/client-acm": "3.965.0",
64
+ "@aws-sdk/client-cloudformation": "3.965.0",
65
+ "@aws-sdk/client-cloudfront": "3.965.0",
66
+ "@aws-sdk/client-ecs": "3.965.0",
67
+ "@aws-sdk/client-s3": "3.965.0",
68
+ "@aws-sdk/client-ssm": "3.965.0",
69
+ "@aws-sdk/client-sts": "3.965.0",
70
+ "@aws-sdk/types": "3.965.0",
71
+ "@medplum/core": "5.0.11",
72
+ "@medplum/hl7": "5.0.11",
73
73
  "commander": "12.1.0",
74
74
  "dotenv": "17.2.3",
75
75
  "fast-glob": "3.3.3",
76
- "iconv-lite": "0.7.1",
76
+ "iconv-lite": "0.7.2",
77
77
  "node-fetch": "2.7.0",
78
78
  "semver": "7.7.3",
79
- "tar": "7.5.2"
79
+ "tar": "7.5.3"
80
80
  },
81
81
  "devDependencies": {
82
- "@medplum/fhirtypes": "5.0.10",
83
- "@medplum/mock": "5.0.10",
82
+ "@medplum/fhirtypes": "5.0.11",
83
+ "@medplum/mock": "5.0.11",
84
84
  "@types/node-fetch": "2.6.13",
85
85
  "@types/semver": "7.7.1",
86
86
  "aws-sdk-client-mock": "4.1.0"