@openmrs/esm-api 4.1.1-pre.599 → 4.1.1-pre.604

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 13fd60dd6ba0ba3e
1
+ @openmrs/esm-api:build: cache hit, replaying output e0ce75f45a2812d7
2
2
  @openmrs/esm-api:build: asset openmrs-esm-api.js 31.3 KiB [emitted] [minimized] (name: main) 2 related assets
3
3
  @openmrs/esm-api:build: orphan modules 377 KiB [orphan] 227 modules
4
4
  @openmrs/esm-api:build: runtime modules 1.76 KiB 6 modules
@@ -13,4 +13,4 @@
13
13
  @openmrs/esm-api:build:  modules by path external "@openmrs/ 84 bytes
14
14
  @openmrs/esm-api:build:  external "@openmrs/esm-config" 42 bytes [built] [code generated]
15
15
  @openmrs/esm-api:build:  external "@openmrs/esm-error-handling" 42 bytes [built] [code generated]
16
- @openmrs/esm-api:build: webpack 5.74.0 compiled successfully in 5614 ms
16
+ @openmrs/esm-api:build: webpack 5.74.0 compiled successfully in 6926 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "4.1.1-pre.599",
3
+ "version": "4.1.1-pre.604",
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.1.1-pre.599",
48
- "@openmrs/esm-error-handling": "^4.1.1-pre.599",
49
- "@openmrs/esm-state": "^4.1.1-pre.599",
47
+ "@openmrs/esm-config": "^4.1.1-pre.604",
48
+ "@openmrs/esm-error-handling": "^4.1.1-pre.604",
49
+ "@openmrs/esm-state": "^4.1.1-pre.604",
50
50
  "rxjs": "^6.5.3"
51
51
  },
52
- "gitHead": "b2a755fc7af93f6e9c72fad42698e3c35ae1e8f8"
52
+ "gitHead": "77d5a9578df39a2b26969d98a1678ac765ca7967"
53
53
  }