@medplum/agent 4.3.12 → 4.3.14

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 (3) hide show
  1. package/README.md +1 -5
  2. package/dist/cjs/index.cjs +16982 -565
  3. package/package.json +7 -5
package/README.md CHANGED
@@ -2,11 +2,6 @@
2
2
 
3
3
  On-prem agent for device connectivity.
4
4
 
5
- > [!WARNING]
6
- > The Medplum Agent is currently in "alpha", and not ready for production use.
7
- >
8
- > Please [contact Medplum](mailto:hello@medplum.com) if you would like to learn more or get involved.
9
-
10
5
  ## Building
11
6
 
12
7
  Published releases are built using Github Actions. See the [installer build script](../../scripts/build-agent-installer.sh) for details.
@@ -62,6 +57,7 @@ docker run --rm \
62
57
  ```
63
58
 
64
59
  Optionally set the `MEDPLUM_LOG_LEVEL` environment variable
60
+
65
61
  ```bash
66
62
  -e MEDPLUM_LOG_LEVEL="DEBUG"
67
63
  ```