@medplum/definitions 4.3.7 → 4.3.9
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/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,wBAAgB,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAE9C;AAED;;;GAGG;AACH,eAAO,MAAM,6BAA6B,UAIzC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SEARCH_PARAMETER_BUNDLE_FILES = void 0;
|
|
4
4
|
exports.readJson = readJson;
|
|
5
|
+
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
5
7
|
const fs_1 = require("fs");
|
|
6
8
|
const path_1 = require("path");
|
|
7
9
|
function readJson(filename) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/definitions",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.9",
|
|
4
4
|
"description": "Medplum Data Definitions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"build": "npm run clean && tsc --project tsconfig.build.json",
|
|
38
38
|
"clean": "rimraf dist/index.js dist/index.d.ts",
|
|
39
39
|
"lint": "eslint .",
|
|
40
|
+
"lint:fix": "eslint . --fix",
|
|
40
41
|
"test": "jest"
|
|
41
42
|
},
|
|
42
43
|
"engines": {
|