@openmrs/esm-error-handling 4.3.2-pre.661 → 4.3.2-pre.666

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 b09b348f6842433d
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 11715 ms
1
+ @openmrs/esm-error-handling:build: cache hit, replaying output a164d45a1b168b5c
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 10153 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-error-handling",
3
- "version": "4.3.2-pre.661",
3
+ "version": "4.3.2-pre.666",
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.661"
42
+ "@openmrs/esm-globals": "^4.3.2-pre.666"
43
43
  },
44
- "gitHead": "193646f25ee046b71527128b93e4ad9df6704cf5"
44
+ "gitHead": "c224f96451732d2bc86c4b8b3f1994b92931b8d9"
45
45
  }