@openmrs/esm-api 4.0.2-pre.335 → 4.0.2-pre.336

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 f8947585fbe31fcb
1
+ @openmrs/esm-api:build: cache hit, replaying output baf3988629aefdab
2
2
  @openmrs/esm-api:build: asset openmrs-esm-api.js 35.7 KiB [emitted] [minimized] (name: main) 1 related asset
3
3
  @openmrs/esm-api:build: orphan modules 370 KiB [orphan] 227 modules
4
4
  @openmrs/esm-api:build: runtime modules 2.02 KiB 7 modules
@@ -15,4 +15,4 @@
15
15
  @openmrs/esm-api:build:  modules by path external "@openmrs/ 84 bytes
16
16
  @openmrs/esm-api:build:  external "@openmrs/esm-config" 42 bytes [built] [code generated]
17
17
  @openmrs/esm-api:build:  external "@openmrs/esm-error-handling" 42 bytes [built] [code generated]
18
- @openmrs/esm-api:build: webpack 5.74.0 compiled successfully in 6185 ms
18
+ @openmrs/esm-api:build: webpack 5.74.0 compiled successfully in 5332 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "4.0.2-pre.335",
3
+ "version": "4.0.2-pre.336",
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,10 +44,10 @@
44
44
  "@openmrs/esm-error-handling": "4.x"
45
45
  },
46
46
  "devDependencies": {
47
- "@openmrs/esm-config": "^4.0.2-pre.335",
48
- "@openmrs/esm-error-handling": "^4.0.2-pre.335",
49
- "@openmrs/esm-state": "^4.0.2-pre.335",
47
+ "@openmrs/esm-config": "^4.0.2-pre.336",
48
+ "@openmrs/esm-error-handling": "^4.0.2-pre.336",
49
+ "@openmrs/esm-state": "^4.0.2-pre.336",
50
50
  "rxjs": "^6.5.3"
51
51
  },
52
- "gitHead": "34bf99f0e1ff5df6dd24deb896b80a8a05ec4578"
52
+ "gitHead": "214eea9966cddd5723d48c80b6aaac0a26c6d7c3"
53
53
  }