@openmrs/esm-api 3.3.2-pre.1184 → 3.3.2-pre.1187

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.
@@ -1,5 +1,7 @@
1
- @openmrs/esm-api:build: cache hit, replaying output ca13664f86d01920
1
+ @openmrs/esm-api:build: cache hit, replaying output d5183b8c3f352fd1
2
2
  @openmrs/esm-api:build: $ webpack --mode=production
3
+ @openmrs/esm-api:build: Starting type checking service...
4
+ @openmrs/esm-api:build: Using 1 worker with 2048MB memory limit
3
5
  @openmrs/esm-api:build: asset openmrs-esm-api.js 57.2 KiB [emitted] [minimized] (name: main) 1 related asset
4
6
  @openmrs/esm-api:build: orphan modules 367 KiB [orphan] 226 modules
5
7
  @openmrs/esm-api:build: runtime modules 2.14 KiB 8 modules
@@ -16,4 +18,4 @@
16
18
  @openmrs/esm-api:build: external "@openmrs/esm-config" 42 bytes [built] [code generated]
17
19
  @openmrs/esm-api:build: ../../../node_modules/merge/merge.js 2.85 KiB [built] [code generated]
18
20
  @openmrs/esm-api:build: ../../../node_modules/Base64/base64.js 2.17 KiB [built] [code generated]
19
- @openmrs/esm-api:build: webpack 5.70.0 compiled successfully in 8345 ms
21
+ @openmrs/esm-api:build: webpack 5.70.0 compiled successfully in 26296 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "3.3.2-pre.1184",
3
+ "version": "3.3.2-pre.1187",
4
4
  "license": "MPL-2.0",
5
5
  "description": "The javascript module for interacting with the OpenMRS API",
6
6
  "browser": "dist/openmrs-esm-api.js",
@@ -44,11 +44,11 @@
44
44
  "@openmrs/esm-error-handling": "3.x"
45
45
  },
46
46
  "devDependencies": {
47
- "@openmrs/esm-config": "^3.3.2-pre.1184",
48
- "@openmrs/esm-error-handling": "^3.3.2-pre.1184",
49
- "@openmrs/esm-state": "^3.3.2-pre.1184",
47
+ "@openmrs/esm-config": "^3.3.2-pre.1187",
48
+ "@openmrs/esm-error-handling": "^3.3.2-pre.1187",
49
+ "@openmrs/esm-state": "^3.3.2-pre.1187",
50
50
  "@types/fhir": "0.0.31",
51
51
  "rxjs": "^6.5.3"
52
52
  },
53
- "gitHead": "e111f79dfae61386b2f738291787310f8fc93f9d"
53
+ "gitHead": "6739e87e1c98a4b3b1d7471b44c06a016d2cfff6"
54
54
  }