@openmrs/esm-api 6.2.1-pre.2921 → 6.3.0

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