@openmrs/esm-error-handling 4.3.1 → 4.3.2-pre.660
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.
- package/.turbo/turbo-build.log +14 -11
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
1
|
+
[35m@openmrs/esm-error-handling:build[0m: cache hit, replaying output [2mad0e95e0afb5c259[0m
|
|
2
|
+
[35m@openmrs/esm-error-handling:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
3
|
+
[35m@openmrs/esm-error-handling:build: [0m npx update-browserslist-db@latest
|
|
4
|
+
[35m@openmrs/esm-error-handling:build: [0m Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
5
|
+
[35m@openmrs/esm-error-handling:build: [0masset [1m[32mopenmrs-esm-error-handling.js[39m[22m 3.07 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 1 related asset
|
|
6
|
+
[35m@openmrs/esm-error-handling:build: [0mruntime modules 1.76 KiB 6 modules
|
|
7
|
+
[35m@openmrs/esm-error-handling:build: [0mbuilt modules 5.33 KiB [1m[33m[built][39m[22m
|
|
8
|
+
[35m@openmrs/esm-error-handling:build: [0m modules by path [1m../../../node_modules/systemjs-webpack-interop/[39m[22m 3.27 KiB
|
|
9
|
+
[35m@openmrs/esm-error-handling:build: [0m [1m../../../node_modules/systemjs-webpack-interop/auto-public-path/1.js[39m[22m 89 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
10
|
+
[35m@openmrs/esm-error-handling:build: [0m [1m../../../node_modules/systemjs-webpack-interop/auto-public-path/auto-public-path.js[39m[22m 846 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
11
|
+
[35m@openmrs/esm-error-handling:build: [0m [1m../../../node_modules/systemjs-webpack-interop/public-path.js[39m[22m 2.36 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
12
|
+
[35m@openmrs/esm-error-handling:build: [0m [1m./src/index.ts[39m[22m 2.02 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
13
|
+
[35m@openmrs/esm-error-handling:build: [0m [1mexternal "@openmrs/esm-globals"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
14
|
+
[35m@openmrs/esm-error-handling:build: [0mwebpack 5.77.0 compiled [1m[32msuccessfully[39m[22m in 10745 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-error-handling",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2-pre.660",
|
|
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.
|
|
42
|
+
"@openmrs/esm-globals": "^4.3.2-pre.660"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "7b4eed59da0624b69ea0b86baada3dc111f6407a"
|
|
45
45
|
}
|