@openmrs/esm-api 5.3.3-pre.1376 → 5.3.3-pre.1383
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 +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[35m@openmrs/esm-api:build[0m: cache hit, replaying output [
|
|
1
|
+
[35m@openmrs/esm-api:build[0m: cache hit, replaying output [2m87e475a01a12f6ae[0m
|
|
2
2
|
[35m@openmrs/esm-api:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
3
3
|
[35m@openmrs/esm-api:build: [0m npx update-browserslist-db@latest
|
|
4
4
|
[35m@openmrs/esm-api:build: [0m Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
[35m@openmrs/esm-api:build: [0m cacheable modules 139 KiB
|
|
15
15
|
[35m@openmrs/esm-api:build: [0m [1m./src/index.ts + 51 modules[39m[22m 135 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
16
16
|
[35m@openmrs/esm-api:build: [0m [1m../esm-state/dist/openmrs-esm-state.js[39m[22m 4.17 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
17
|
-
[35m@openmrs/esm-api:build: [0mwebpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in
|
|
17
|
+
[35m@openmrs/esm-api:build: [0mwebpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in 4114 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-api",
|
|
3
|
-
"version": "5.3.3-pre.
|
|
3
|
+
"version": "5.3.3-pre.1383",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The javascript module for interacting with the OpenMRS API",
|
|
6
6
|
"browser": "dist/openmrs-esm-api.js",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"@openmrs/esm-offline": "5.x"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@openmrs/esm-config": "5.3.3-pre.
|
|
52
|
-
"@openmrs/esm-error-handling": "5.3.3-pre.
|
|
53
|
-
"@openmrs/esm-navigation": "5.3.3-pre.
|
|
54
|
-
"@openmrs/esm-state": "5.3.3-pre.
|
|
51
|
+
"@openmrs/esm-config": "5.3.3-pre.1383",
|
|
52
|
+
"@openmrs/esm-error-handling": "5.3.3-pre.1383",
|
|
53
|
+
"@openmrs/esm-navigation": "5.3.3-pre.1383",
|
|
54
|
+
"@openmrs/esm-state": "5.3.3-pre.1383",
|
|
55
55
|
"rxjs": "^6.5.3",
|
|
56
56
|
"webpack": "^5.88.0"
|
|
57
57
|
},
|