@openmrs/esm-api 3.3.2-pre.1193 → 3.3.2-pre.1208

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,4 +1,4 @@
1
- @openmrs/esm-api:build: cache hit, replaying output f81d0073e1da918e
1
+ @openmrs/esm-api:build: cache hit, replaying output ff1c4bde90e8e201
2
2
  @openmrs/esm-api:build: $ webpack --mode=production
3
3
  @openmrs/esm-api:build: Starting type checking service...
4
4
  @openmrs/esm-api:build: Using 1 worker with 2048MB memory limit
@@ -17,4 +17,4 @@
17
17
  @openmrs/esm-api:build: external "@openmrs/esm-error-handling" 42 bytes [built] [code generated]
18
18
  @openmrs/esm-api:build: ./src/index.ts + 44 modules 80.9 KiB [built] [code generated]
19
19
  @openmrs/esm-api:build: ../esm-state/dist/openmrs-esm-state.js 7.52 KiB [built] [code generated]
20
- @openmrs/esm-api:build: webpack 5.70.0 compiled successfully in 19222 ms
20
+ @openmrs/esm-api:build: webpack 5.70.0 compiled successfully in 23201 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "3.3.2-pre.1193",
3
+ "version": "3.3.2-pre.1208",
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.1193",
48
- "@openmrs/esm-error-handling": "^3.3.2-pre.1193",
49
- "@openmrs/esm-state": "^3.3.2-pre.1193",
47
+ "@openmrs/esm-config": "^3.3.2-pre.1208",
48
+ "@openmrs/esm-error-handling": "^3.3.2-pre.1208",
49
+ "@openmrs/esm-state": "^3.3.2-pre.1208",
50
50
  "@types/fhir": "0.0.31",
51
51
  "rxjs": "^6.5.3"
52
52
  },
53
- "gitHead": "8a30755ac68941f2b6d70373ef98126410608d24"
53
+ "gitHead": "535fc8b5e11e011d0c14df5458c62c2b6c4630c6"
54
54
  }