@openmrs/esm-api 5.0.2-pre.818 → 5.0.2
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 [2m9c04d75ebeb377ad[0m
|
|
2
2
|
[34m@openmrs/esm-api:build: [0masset [1m[32mopenmrs-esm-api.js[39m[22m 26.8 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 366 KiB [1m[33m[orphan][39m[22m 226 modules
|
|
4
4
|
[34m@openmrs/esm-api:build: [0mruntime modules 1.81 KiB 6 modules
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
[34m@openmrs/esm-api:build: [0m [1mexternal "@openmrs/esm-config"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
15
15
|
[34m@openmrs/esm-api:build: [0m [1mexternal "@openmrs/esm-error-handling"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
16
16
|
[34m@openmrs/esm-api:build: [0m [1mexternal "@openmrs/esm-offline"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
17
|
-
[34m@openmrs/esm-api:build: [0mwebpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in
|
|
17
|
+
[34m@openmrs/esm-api:build: [0mwebpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in 5787 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-api",
|
|
3
|
-
"version": "5.0.2
|
|
3
|
+
"version": "5.0.2",
|
|
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,11 +46,11 @@
|
|
|
46
46
|
"@openmrs/esm-offline": "4.x"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@openmrs/esm-config": "^5.0.2
|
|
50
|
-
"@openmrs/esm-error-handling": "^5.0.2
|
|
51
|
-
"@openmrs/esm-state": "^5.0.2
|
|
49
|
+
"@openmrs/esm-config": "^5.0.2",
|
|
50
|
+
"@openmrs/esm-error-handling": "^5.0.2",
|
|
51
|
+
"@openmrs/esm-state": "^5.0.2",
|
|
52
52
|
"rxjs": "^6.5.3",
|
|
53
53
|
"webpack": "^5.88.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "0a5da41b12979457322425409fbed4195d5b13da"
|
|
56
56
|
}
|