@openmrs/esm-error-handling 4.3.2-pre.667 → 4.3.2-pre.668

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,14 +1,14 @@
1
- @openmrs/esm-error-handling:build: cache hit, replaying output bb97b5bb6b90f12c
2
- @openmrs/esm-error-handling:build: Browserslist: caniuse-lite is outdated. Please run:
3
- @openmrs/esm-error-handling:build:  npx update-browserslist-db@latest
4
- @openmrs/esm-error-handling:build:  Why you should do it regularly: https://github.com/browserslist/update-db#readme
5
- @openmrs/esm-error-handling:build: asset openmrs-esm-error-handling.js 3.07 KiB [emitted] [minimized] (name: main) 1 related asset
6
- @openmrs/esm-error-handling:build: runtime modules 1.76 KiB 6 modules
7
- @openmrs/esm-error-handling:build: built modules 5.33 KiB [built]
8
- @openmrs/esm-error-handling:build:  modules by path ../../../node_modules/systemjs-webpack-interop/ 3.27 KiB
9
- @openmrs/esm-error-handling:build:  ../../../node_modules/systemjs-webpack-interop/auto-public-path/1.js 89 bytes [built] [code generated]
10
- @openmrs/esm-error-handling:build:  ../../../node_modules/systemjs-webpack-interop/auto-public-path/auto-public-path.js 846 bytes [built] [code generated]
11
- @openmrs/esm-error-handling:build:  ../../../node_modules/systemjs-webpack-interop/public-path.js 2.36 KiB [built] [code generated]
12
- @openmrs/esm-error-handling:build:  ./src/index.ts 2.02 KiB [built] [code generated]
13
- @openmrs/esm-error-handling:build:  external "@openmrs/esm-globals" 42 bytes [built] [code generated]
14
- @openmrs/esm-error-handling:build: webpack 5.77.0 compiled successfully in 10342 ms
1
+ @openmrs/esm-error-handling:build: cache hit, replaying output 423313ef08c3eb8c
2
+ @openmrs/esm-error-handling:build: Browserslist: caniuse-lite is outdated. Please run:
3
+ @openmrs/esm-error-handling:build:  npx update-browserslist-db@latest
4
+ @openmrs/esm-error-handling:build:  Why you should do it regularly: https://github.com/browserslist/update-db#readme
5
+ @openmrs/esm-error-handling:build: asset openmrs-esm-error-handling.js 3.07 KiB [emitted] [minimized] (name: main) 1 related asset
6
+ @openmrs/esm-error-handling:build: runtime modules 1.76 KiB 6 modules
7
+ @openmrs/esm-error-handling:build: built modules 5.33 KiB [built]
8
+ @openmrs/esm-error-handling:build:  modules by path ../../../node_modules/systemjs-webpack-interop/ 3.27 KiB
9
+ @openmrs/esm-error-handling:build:  ../../../node_modules/systemjs-webpack-interop/auto-public-path/1.js 89 bytes [built] [code generated]
10
+ @openmrs/esm-error-handling:build:  ../../../node_modules/systemjs-webpack-interop/auto-public-path/auto-public-path.js 846 bytes [built] [code generated]
11
+ @openmrs/esm-error-handling:build:  ../../../node_modules/systemjs-webpack-interop/public-path.js 2.36 KiB [built] [code generated]
12
+ @openmrs/esm-error-handling:build:  ./src/index.ts 2.02 KiB [built] [code generated]
13
+ @openmrs/esm-error-handling:build:  external "@openmrs/esm-globals" 42 bytes [built] [code generated]
14
+ @openmrs/esm-error-handling:build: webpack 5.77.0 compiled successfully in 12408 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-error-handling",
3
- "version": "4.3.2-pre.667",
3
+ "version": "4.3.2-pre.668",
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",
@@ -39,7 +39,7 @@
39
39
  "@openmrs/esm-globals": "4.x"
40
40
  },
41
41
  "devDependencies": {
42
- "@openmrs/esm-globals": "^4.3.2-pre.667"
42
+ "@openmrs/esm-globals": "^4.3.2-pre.668"
43
43
  },
44
- "gitHead": "13e4aa4f7337f9e27e406b7b35beca5d31b0a6b0"
44
+ "gitHead": "25595991df88b41b94fea3ac01ee83d574e46b71"
45
45
  }