@openmrs/esm-error-handling 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,7 +1,7 @@
1
- @openmrs/esm-error-handling:build: cache hit, replaying output f65fd1c3c50ec2ca
2
- @openmrs/esm-error-handling:build: asset openmrs-esm-error-handling.js 3.44 KiB [emitted] [minimized] (name: main) 1 related asset
3
- @openmrs/esm-error-handling:build: runtime modules 937 bytes 4 modules
4
- @openmrs/esm-error-handling:build: cacheable modules 4.43 KiB
5
- @openmrs/esm-error-handling:build:  ./src/index.ts 1.79 KiB [built] [code generated]
6
- @openmrs/esm-error-handling:build:  ../esm-globals/dist/openmrs-esm-globals.js 2.64 KiB [built] [code generated]
7
- @openmrs/esm-error-handling:build: webpack 5.88.0 compiled successfully in 16950 ms
1
+ @openmrs/esm-error-handling:build: cache hit, replaying output dc4aabd3516cde5c
2
+ @openmrs/esm-error-handling:build: asset openmrs-esm-error-handling.js 3.44 KiB [emitted] [minimized] (name: main) 1 related asset
3
+ @openmrs/esm-error-handling:build: runtime modules 937 bytes 4 modules
4
+ @openmrs/esm-error-handling:build: cacheable modules 4.43 KiB
5
+ @openmrs/esm-error-handling:build:  ./src/index.ts 1.79 KiB [built] [code generated]
6
+ @openmrs/esm-error-handling:build:  ../esm-globals/dist/openmrs-esm-globals.js 2.64 KiB [built] [code generated]
7
+ @openmrs/esm-error-handling:build: webpack 5.88.0 compiled successfully in 13600 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-error-handling",
3
- "version": "5.0.0",
3
+ "version": "5.0.1-pre.813",
4
4
  "license": "MPL-2.0",
5
5
  "description": "An ES module to help with error handling",
6
6
  "browser": "dist/openmrs-esm-error-handling.js",
@@ -40,7 +40,7 @@
40
40
  "@openmrs/esm-globals": "4.x"
41
41
  },
42
42
  "devDependencies": {
43
- "@openmrs/esm-globals": "^5.0.0"
43
+ "@openmrs/esm-globals": "^5.0.1-pre.813"
44
44
  },
45
- "gitHead": "2de5bf392a036e12c6d48425ff61881be7e32344"
45
+ "gitHead": "0987145a28a9cddc5dca2eb63fc0728c0bc0e2fe"
46
46
  }