create-medplum 5.0.13 → 5.0.15

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,4 +22,4 @@ Medplum is a healthcare platform that helps you quickly develop high-quality com
22
22
 
23
23
  ## License
24
24
 
25
- Apache 2.0. Copyright © Medplum 2025
25
+ [Apache 2.0](../../LICENSE.txt)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-medplum",
3
- "version": "5.0.13",
3
+ "version": "5.0.15",
4
4
  "description": "Medplum NPM Initializer",
5
5
  "keywords": [
6
6
  "medplum",
@@ -44,7 +44,7 @@
44
44
  "test": "jest"
45
45
  },
46
46
  "devDependencies": {
47
- "@types/node": "22.19.7"
47
+ "@types/node": "22.19.11"
48
48
  },
49
49
  "engines": {
50
50
  "node": "^22.18.0 || >=24.2.0"