@medplum/definitions 1.0.5 → 1.0.6

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/README.md CHANGED
@@ -16,4 +16,4 @@ Medplum is a healthcare platform that helps you quickly develop high-quality com
16
16
 
17
17
  ## License
18
18
 
19
- Apache 2.0. Copyright © Medplum 2022
19
+ Apache 2.0. Copyright © Medplum 2023
package/dist/index.js CHANGED
@@ -7,4 +7,3 @@ function readJson(filename) {
7
7
  return JSON.parse((0, fs_1.readFileSync)((0, path_1.resolve)(__dirname, filename), 'utf8'));
8
8
  }
9
9
  exports.readJson = readJson;
10
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,2BAAkC;AAClC,+BAA+B;AAE/B,SAAgB,QAAQ,CAAC,QAAgB;IACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAA,iBAAY,EAAC,IAAA,cAAO,EAAC,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC;AACxE,CAAC;AAFD,4BAEC","sourcesContent":["import { readFileSync } from 'fs';\nimport { resolve } from 'path';\n\nexport function readJson(filename: string): any {\n return JSON.parse(readFileSync(resolve(__dirname, filename), 'utf8'));\n}\n"]}