@openmrs/esm-api 3.4.1-pre.139 → 3.4.1-pre.146

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 8daae46415d86fea
1
+ @openmrs/esm-api:build: cache hit, replaying output 52cdf6f802d94162
2
2
  @openmrs/esm-api:build: $ webpack --mode=production
3
3
  @openmrs/esm-api:build: asset openmrs-esm-api.js 35.5 KiB [emitted] [minimized] (name: main) 1 related asset
4
4
  @openmrs/esm-api:build: orphan modules 369 KiB [orphan] 226 modules
@@ -16,4 +16,4 @@
16
16
  @openmrs/esm-api:build:  modules by path external "@openmrs/ 84 bytes
17
17
  @openmrs/esm-api:build:  external "@openmrs/esm-config" 42 bytes [built] [code generated]
18
18
  @openmrs/esm-api:build:  external "@openmrs/esm-error-handling" 42 bytes [built] [code generated]
19
- @openmrs/esm-api:build: webpack 5.70.0 compiled successfully in 5639 ms
19
+ @openmrs/esm-api:build: webpack 5.70.0 compiled successfully in 5178 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "3.4.1-pre.139",
3
+ "version": "3.4.1-pre.146",
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": "3.x"
45
45
  },
46
46
  "devDependencies": {
47
- "@openmrs/esm-config": "^3.4.1-pre.139",
48
- "@openmrs/esm-error-handling": "^3.4.1-pre.139",
49
- "@openmrs/esm-state": "^3.4.1-pre.139",
47
+ "@openmrs/esm-config": "^3.4.1-pre.146",
48
+ "@openmrs/esm-error-handling": "^3.4.1-pre.146",
49
+ "@openmrs/esm-state": "^3.4.1-pre.146",
50
50
  "rxjs": "^6.5.3"
51
51
  },
52
- "gitHead": "59cfc00c57bdc9900cd915b2dfc6676c9c13f318"
52
+ "gitHead": "778740715dc4112e140f372d75da1b57523babc6"
53
53
  }