@openmrs/esm-api 5.0.0 → 5.0.1-pre.813

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 24ac365aed9359db
1
+ @openmrs/esm-api:build: cache hit, replaying output 9612993e197915ca
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 10189 ms
9
+ @openmrs/esm-api:build: webpack 5.88.0 compiled successfully in 7494 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-api",
3
- "version": "5.0.0",
3
+ "version": "5.0.1-pre.813",
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": "^5.0.0",
50
- "@openmrs/esm-error-handling": "^5.0.0",
51
- "@openmrs/esm-state": "^5.0.0",
49
+ "@openmrs/esm-config": "^5.0.1-pre.813",
50
+ "@openmrs/esm-error-handling": "^5.0.1-pre.813",
51
+ "@openmrs/esm-state": "^5.0.1-pre.813",
52
52
  "rxjs": "^6.5.3"
53
53
  },
54
- "gitHead": "2de5bf392a036e12c6d48425ff61881be7e32344"
54
+ "gitHead": "0987145a28a9cddc5dca2eb63fc0728c0bc0e2fe"
55
55
  }