@openmrs/esm-api 4.5.1-pre.810 → 5.0.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.
@@ -1,4 +1,4 @@
1
- @openmrs/esm-api:build: cache hit, replaying output f84e27e6ac582e52
1
+ @openmrs/esm-api:build: cache hit, replaying output 24ac365aed9359db
2
2
  @openmrs/esm-api:build: asset openmrs-esm-api.js 147 KiB [emitted] [minimized] (name: main) 2 related assets
3
3
  @openmrs/esm-api:build: orphan modules 892 KiB [orphan] 593 modules
4
4
  @openmrs/esm-api:build: runtime modules 891 bytes 4 modules
@@ -6,4 +6,4 @@
6
6
  @openmrs/esm-api:build:  ./src/index.ts + 93 modules 282 KiB [built] [code generated]
7
7
  @openmrs/esm-api:build:  ../esm-state/dist/openmrs-esm-state.js 2.56 KiB [built] [code generated]
8
8
  @openmrs/esm-api:build:  ../esm-error-handling/dist/openmrs-esm-error-handling.js 6.21 KiB [built] [code generated]
9
- @openmrs/esm-api:build: webpack 5.88.0 compiled successfully in 8042 ms
9
+ @openmrs/esm-api:build: webpack 5.88.0 compiled successfully in 10189 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "4.5.1-pre.810",
3
+ "version": "5.0.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",
@@ -46,10 +46,10 @@
46
46
  "@openmrs/esm-offline": "4.x"
47
47
  },
48
48
  "devDependencies": {
49
- "@openmrs/esm-config": "^4.5.1-pre.810",
50
- "@openmrs/esm-error-handling": "^4.5.1-pre.810",
51
- "@openmrs/esm-state": "^4.5.1-pre.810",
49
+ "@openmrs/esm-config": "^5.0.0",
50
+ "@openmrs/esm-error-handling": "^5.0.0",
51
+ "@openmrs/esm-state": "^5.0.0",
52
52
  "rxjs": "^6.5.3"
53
53
  },
54
- "gitHead": "ddc1390944b8c5f44e19a4461f0e602c51651e54"
54
+ "gitHead": "2de5bf392a036e12c6d48425ff61881be7e32344"
55
55
  }