@openmrs/esm-api 5.0.0 → 5.0.1-pre.813
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
|
-
[34m@openmrs/esm-api:build[0m: cache hit, replaying output [
|
|
1
|
+
[34m@openmrs/esm-api:build[0m: cache hit, replaying output [2m9612993e197915ca[0m
|
|
2
2
|
[34m@openmrs/esm-api:build: [0masset [1m[32mopenmrs-esm-api.js[39m[22m 147 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 2 related assets
|
|
3
3
|
[34m@openmrs/esm-api:build: [0morphan modules 892 KiB [1m[33m[orphan][39m[22m 593 modules
|
|
4
4
|
[34m@openmrs/esm-api:build: [0mruntime modules 891 bytes 4 modules
|
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
[34m@openmrs/esm-api:build: [0m [1m./src/index.ts + 93 modules[39m[22m 282 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
7
7
|
[34m@openmrs/esm-api:build: [0m [1m../esm-state/dist/openmrs-esm-state.js[39m[22m 2.56 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
8
8
|
[34m@openmrs/esm-api:build: [0m [1m../esm-error-handling/dist/openmrs-esm-error-handling.js[39m[22m 6.21 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
9
|
-
[34m@openmrs/esm-api:build: [0mwebpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in
|
|
9
|
+
[34m@openmrs/esm-api:build: [0mwebpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in 7494 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-api",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1-pre.813",
|
|
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",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@openmrs/esm-offline": "4.x"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@openmrs/esm-config": "^5.0.
|
|
50
|
-
"@openmrs/esm-error-handling": "^5.0.
|
|
51
|
-
"@openmrs/esm-state": "^5.0.
|
|
49
|
+
"@openmrs/esm-config": "^5.0.1-pre.813",
|
|
50
|
+
"@openmrs/esm-error-handling": "^5.0.1-pre.813",
|
|
51
|
+
"@openmrs/esm-state": "^5.0.1-pre.813",
|
|
52
52
|
"rxjs": "^6.5.3"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "0987145a28a9cddc5dca2eb63fc0728c0bc0e2fe"
|
|
55
55
|
}
|