@openmrs/esm-api 5.7.1 → 5.7.2-pre.2092
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/package.json +7 -6
- package/.turbo/turbo-lint.log +0 -0
- package/.turbo/turbo-test.log +0 -8
- package/.turbo/turbo-typescript.log +0 -0
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
|
|
6
|
-
runtime modules 670 bytes 3 modules
|
|
7
|
-
built modules 140 KiB
|
|
8
|
-
modules by path
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
cacheable modules 139 KiB
|
|
14
|
-
|
|
15
|
-
|
|
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 openmrs-esm-api.js 53.4 KiB [emitted] [minimized] (name: main) 2 related assets
|
|
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 external "@openmrs/ 168 bytes
|
|
9
|
+
external "@openmrs/esm-config" 42 bytes [built] [code generated]
|
|
10
|
+
external "@openmrs/esm-navigation" 42 bytes [built] [code generated]
|
|
11
|
+
external "@openmrs/esm-error-handling" 42 bytes [built] [code generated]
|
|
12
|
+
external "@openmrs/esm-offline" 42 bytes [built] [code generated]
|
|
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 successfully in 4226 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-api",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.2-pre.2092",
|
|
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,11 +48,12 @@
|
|
|
48
48
|
"@openmrs/esm-offline": "5.x"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@openmrs/esm-config": "5.7.
|
|
52
|
-
"@openmrs/esm-error-handling": "5.7.
|
|
53
|
-
"@openmrs/esm-navigation": "5.7.
|
|
54
|
-
"@openmrs/esm-state": "5.7.
|
|
51
|
+
"@openmrs/esm-config": "5.7.2-pre.2092",
|
|
52
|
+
"@openmrs/esm-error-handling": "5.7.2-pre.2092",
|
|
53
|
+
"@openmrs/esm-navigation": "5.7.2-pre.2092",
|
|
54
|
+
"@openmrs/esm-state": "5.7.2-pre.2092",
|
|
55
55
|
"rxjs": "^6.5.3",
|
|
56
56
|
"webpack": "^5.88.0"
|
|
57
|
-
}
|
|
57
|
+
},
|
|
58
|
+
"stableVersion": "5.7.1"
|
|
58
59
|
}
|
package/.turbo/turbo-lint.log
DELETED
|
File without changes
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
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
|