@openmrs/esm-error-handling 4.4.1 → 4.4.2-pre.712
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 +2 -2
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[36m@openmrs/esm-error-handling:build[0m: cache hit, replaying output [
|
|
1
|
+
[36m@openmrs/esm-error-handling:build[0m: cache hit, replaying output [2m150b819817450ac3[0m
|
|
2
2
|
[36m@openmrs/esm-error-handling:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
3
3
|
[36m@openmrs/esm-error-handling:build: [0m npx update-browserslist-db@latest
|
|
4
4
|
[36m@openmrs/esm-error-handling:build: [0m Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
[36m@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
12
|
[36m@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
13
|
[36m@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
|
-
[36m@openmrs/esm-error-handling:build: [0mwebpack 5.77.0 compiled [1m[32msuccessfully[39m[22m in
|
|
14
|
+
[36m@openmrs/esm-error-handling:build: [0mwebpack 5.77.0 compiled [1m[32msuccessfully[39m[22m in 14564 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-error-handling",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.2-pre.712",
|
|
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.4.
|
|
42
|
+
"@openmrs/esm-globals": "^4.4.2-pre.712"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "f9c256c58d5c090993cff959fbbccbf6b70cf814"
|
|
45
45
|
}
|