@openmrs/esm-api 4.4.2-pre.733 → 4.4.2-pre.735

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 9f3858010df18276
1
+ @openmrs/esm-api:build: cache hit, replaying output 765c4d661758863e
2
2
  @openmrs/esm-api:build: Browserslist: caniuse-lite is outdated. Please run:
3
3
  @openmrs/esm-api:build:  npx update-browserslist-db@latest
4
4
  @openmrs/esm-api:build:  Why you should do it regularly: https://github.com/browserslist/update-db#readme
@@ -17,4 +17,4 @@
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
19
  @openmrs/esm-api:build:  external "@openmrs/esm-offline" 42 bytes [built] [code generated]
20
- @openmrs/esm-api:build: webpack 5.77.0 compiled successfully in 5774 ms
20
+ @openmrs/esm-api:build: webpack 5.77.0 compiled successfully in 5691 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "4.4.2-pre.733",
3
+ "version": "4.4.2-pre.735",
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",
@@ -45,10 +45,10 @@
45
45
  "@openmrs/esm-offline": "4.x"
46
46
  },
47
47
  "devDependencies": {
48
- "@openmrs/esm-config": "^4.4.2-pre.733",
49
- "@openmrs/esm-error-handling": "^4.4.2-pre.733",
50
- "@openmrs/esm-state": "^4.4.2-pre.733",
48
+ "@openmrs/esm-config": "^4.4.2-pre.735",
49
+ "@openmrs/esm-error-handling": "^4.4.2-pre.735",
50
+ "@openmrs/esm-state": "^4.4.2-pre.735",
51
51
  "rxjs": "^6.5.3"
52
52
  },
53
- "gitHead": "c7b2de9a6729a047361ff5b77a658fde6d332a06"
53
+ "gitHead": "e579af8e4350984fecc7cb6185d939f4c4c1bae7"
54
54
  }