@openmrs/esm-api 6.2.0 → 6.2.1-pre.2743

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.
@@ -13,4 +13,4 @@ built modules 144 KiB [built]
13
13
  cacheable modules 144 KiB
14
14
  ./src/index.ts + 51 modules 136 KiB [built] [code generated]
15
15
  ../esm-state/dist/openmrs-esm-state.js 8.12 KiB [built] [code generated]
16
- webpack 5.88.0 compiled successfully in 4565 ms
16
+ webpack 5.88.0 compiled successfully in 4552 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "6.2.0",
3
+ "version": "6.2.1-pre.2743",
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",
@@ -48,11 +48,12 @@
48
48
  "@openmrs/esm-offline": "6.x"
49
49
  },
50
50
  "devDependencies": {
51
- "@openmrs/esm-config": "6.2.0",
52
- "@openmrs/esm-error-handling": "6.2.0",
53
- "@openmrs/esm-navigation": "6.2.0",
54
- "@openmrs/esm-state": "6.2.0",
51
+ "@openmrs/esm-config": "6.2.1-pre.2743",
52
+ "@openmrs/esm-error-handling": "6.2.1-pre.2743",
53
+ "@openmrs/esm-navigation": "6.2.1-pre.2743",
54
+ "@openmrs/esm-state": "6.2.1-pre.2743",
55
55
  "rxjs": "^6.5.3",
56
56
  "webpack": "^5.88.0"
57
- }
57
+ },
58
+ "stableVersion": "6.2.0"
58
59
  }