@openmrs/esm-api 5.7.1-pre.2091 → 5.7.1
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 +16 -16
- package/.turbo/turbo-lint.log +0 -0
- package/.turbo/turbo-test.log +8 -0
- package/.turbo/turbo-typescript.log +0 -0
- package/package.json +6 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
Browserslist: caniuse-lite is outdated. Please run:
|
|
2
|
-
npx update-browserslist-db@latest
|
|
3
|
-
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
|
-
asset
|
|
5
|
-
orphan modules 440 KiB [orphan] 240 modules
|
|
6
|
-
runtime modules 670 bytes 3 modules
|
|
7
|
-
built modules 140 KiB [built]
|
|
8
|
-
modules by path
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
cacheable modules 139 KiB
|
|
14
|
-
./src/index.ts + 51 modules 135 KiB [built] [code generated]
|
|
15
|
-
../esm-state/dist/openmrs-esm-state.js 4.66 KiB [built] [code generated]
|
|
16
|
-
webpack 5.88.0 compiled
|
|
1
|
+
Browserslist: caniuse-lite is outdated. Please run:
|
|
2
|
+
npx update-browserslist-db@latest
|
|
3
|
+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
|
+
asset [1m[32mopenmrs-esm-api.js[39m[22m 53.4 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 2 related assets
|
|
5
|
+
orphan modules 440 KiB [1m[33m[orphan][39m[22m 240 modules
|
|
6
|
+
runtime modules 670 bytes 3 modules
|
|
7
|
+
built modules 140 KiB [1m[33m[built][39m[22m
|
|
8
|
+
modules by path [1mexternal "@openmrs/[39m[22m 168 bytes
|
|
9
|
+
[1mexternal "@openmrs/esm-config"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
10
|
+
[1mexternal "@openmrs/esm-navigation"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
11
|
+
[1mexternal "@openmrs/esm-error-handling"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
12
|
+
[1mexternal "@openmrs/esm-offline"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
13
|
+
cacheable modules 139 KiB
|
|
14
|
+
[1m./src/index.ts + 51 modules[39m[22m 135 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
15
|
+
[1m../esm-state/dist/openmrs-esm-state.js[39m[22m 4.66 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
16
|
+
webpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in 1270 ms
|
|
File without changes
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/shared-api-objects/[22m[1mcurrent-patient.test.ts[22m
|
|
2
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1mopenmrs-fetch.test.ts[22m
|
|
3
|
+
|
|
4
|
+
[1mTest Suites: [22m[1m[32m2 passed[39m[22m, 2 total
|
|
5
|
+
[1mTests: [22m[1m[32m17 passed[39m[22m, 17 total
|
|
6
|
+
[1mSnapshots: [22m0 total
|
|
7
|
+
[1mTime:[22m 1.715 s
|
|
8
|
+
[2mRan all test suites[22m[2m.[22m
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-api",
|
|
3
|
-
"version": "5.7.1
|
|
3
|
+
"version": "5.7.1",
|
|
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,12 +48,11 @@
|
|
|
48
48
|
"@openmrs/esm-offline": "5.x"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@openmrs/esm-config": "5.7.1
|
|
52
|
-
"@openmrs/esm-error-handling": "5.7.1
|
|
53
|
-
"@openmrs/esm-navigation": "5.7.1
|
|
54
|
-
"@openmrs/esm-state": "5.7.1
|
|
51
|
+
"@openmrs/esm-config": "5.7.1",
|
|
52
|
+
"@openmrs/esm-error-handling": "5.7.1",
|
|
53
|
+
"@openmrs/esm-navigation": "5.7.1",
|
|
54
|
+
"@openmrs/esm-state": "5.7.1",
|
|
55
55
|
"rxjs": "^6.5.3",
|
|
56
56
|
"webpack": "^5.88.0"
|
|
57
|
-
}
|
|
58
|
-
"stableVersion": "5.7.0"
|
|
57
|
+
}
|
|
59
58
|
}
|