@openmrs/esm-api 3.3.2-pre.33 → 4.0.0-pre.0
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 +2 -0
- package/.turbo/turbo-test.log +10 -0
- package/.turbo/turbo-typescript.log +2 -0
- package/dist/openmrs-esm-api.js +0 -0
- package/dist/openmrs-esm-api.js.map +0 -0
- package/jest.config.js +4 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
[33m@openmrs/esm-api:build: [0mcache hit, replaying output [
|
|
1
|
+
[33m@openmrs/esm-api:build: [0mcache hit, replaying output [2m18f95a77d799268c[0m
|
|
2
2
|
[33m@openmrs/esm-api:build: [0m$ webpack --mode=production
|
|
3
|
-
[33m@openmrs/esm-api:build: [0masset
|
|
4
|
-
[33m@openmrs/esm-api:build: [0morphan modules 369 KiB
|
|
3
|
+
[33m@openmrs/esm-api:build: [0masset openmrs-esm-api.js 49.5 KiB [emitted] [minimized] (name: main) 1 related asset
|
|
4
|
+
[33m@openmrs/esm-api:build: [0morphan modules 369 KiB [orphan] 226 modules
|
|
5
5
|
[33m@openmrs/esm-api:build: [0mruntime modules 2.14 KiB 8 modules
|
|
6
|
-
[33m@openmrs/esm-api:build: [0mbuilt modules 150 KiB
|
|
7
|
-
[33m@openmrs/esm-api:build: [0m modules by path
|
|
8
|
-
[33m@openmrs/esm-api:build: [0m modules by path
|
|
9
|
-
[33m@openmrs/esm-api:build: [0m modules by path
|
|
10
|
-
[33m@openmrs/esm-api:build: [0m
|
|
11
|
-
[33m@openmrs/esm-api:build: [0m
|
|
12
|
-
[33m@openmrs/esm-api:build: [0m
|
|
13
|
-
[33m@openmrs/esm-api:build: [0m modules by path
|
|
14
|
-
[33m@openmrs/esm-api:build: [0m
|
|
15
|
-
[33m@openmrs/esm-api:build: [0m
|
|
16
|
-
[33m@openmrs/esm-api:build: [0m
|
|
17
|
-
[33m@openmrs/esm-api:build: [0m
|
|
18
|
-
[33m@openmrs/esm-api:build: [0mwebpack 5.70.0 compiled
|
|
6
|
+
[33m@openmrs/esm-api:build: [0mbuilt modules 150 KiB [built]
|
|
7
|
+
[33m@openmrs/esm-api:build: [0m modules by path ../../../node_modules/ 61.5 KiB
|
|
8
|
+
[33m@openmrs/esm-api:build: [0m modules by path ../../../node_modules/fhir.js/src/ 28.9 KiB 13 modules
|
|
9
|
+
[33m@openmrs/esm-api:build: [0m modules by path ../../../node_modules/systemjs-webpack-interop/ 3.27 KiB 3 modules
|
|
10
|
+
[33m@openmrs/esm-api:build: [0m ../../../node_modules/regenerator-runtime/runtime.js 24.3 KiB [built] [code generated]
|
|
11
|
+
[33m@openmrs/esm-api:build: [0m ../../../node_modules/merge/merge.js 2.85 KiB [built] [code generated]
|
|
12
|
+
[33m@openmrs/esm-api:build: [0m ../../../node_modules/Base64/base64.js 2.17 KiB [built] [code generated]
|
|
13
|
+
[33m@openmrs/esm-api:build: [0m modules by path external "@openmrs/ 84 bytes
|
|
14
|
+
[33m@openmrs/esm-api:build: [0m external "@openmrs/esm-config" 42 bytes [built] [code generated]
|
|
15
|
+
[33m@openmrs/esm-api:build: [0m external "@openmrs/esm-error-handling" 42 bytes [built] [code generated]
|
|
16
|
+
[33m@openmrs/esm-api:build: [0m ./src/index.ts + 44 modules 80.9 KiB [built] [code generated]
|
|
17
|
+
[33m@openmrs/esm-api:build: [0m ../esm-state/dist/openmrs-esm-state.js 7.52 KiB [built] [code generated]
|
|
18
|
+
[33m@openmrs/esm-api:build: [0mwebpack 5.70.0 compiled successfully in 4484 ms
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[33m@openmrs/esm-api:test: [0mcache hit, replaying output [2ma92031ffe5e66814[0m
|
|
2
|
+
[33m@openmrs/esm-api:test: [0m$ jest --config jest.config.js --passWithNoTests
|
|
3
|
+
[33m@openmrs/esm-api:test: [0mPASS src/openmrs-fetch.test.ts
|
|
4
|
+
[33m@openmrs/esm-api:test: [0mPASS src/shared-api-objects/current-patient.test.ts
|
|
5
|
+
[33m@openmrs/esm-api:test: [0m
|
|
6
|
+
[33m@openmrs/esm-api:test: [0mTest Suites: 2 passed, 2 total
|
|
7
|
+
[33m@openmrs/esm-api:test: [0mTests: 17 passed, 17 total
|
|
8
|
+
[33m@openmrs/esm-api:test: [0mSnapshots: 0 total
|
|
9
|
+
[33m@openmrs/esm-api:test: [0mTime: 9.243 s
|
|
10
|
+
[33m@openmrs/esm-api:test: [0mRan all test suites.
|
package/dist/openmrs-esm-api.js
CHANGED
|
File without changes
|
|
File without changes
|
package/jest.config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-pre.0",
|
|
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",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"lodash-es": "^4.17.21"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@openmrs/esm-config": "
|
|
44
|
-
"@openmrs/esm-error-handling": "
|
|
43
|
+
"@openmrs/esm-config": "4.x",
|
|
44
|
+
"@openmrs/esm-error-handling": "4.x"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@openmrs/esm-config": "^
|
|
48
|
-
"@openmrs/esm-error-handling": "^
|
|
49
|
-
"@openmrs/esm-state": "^
|
|
47
|
+
"@openmrs/esm-config": "^4.0.0-pre.0",
|
|
48
|
+
"@openmrs/esm-error-handling": "^4.0.0-pre.0",
|
|
49
|
+
"@openmrs/esm-state": "^4.0.0-pre.0",
|
|
50
50
|
"@types/fhir": "0.0.31",
|
|
51
51
|
"rxjs": "^6.5.3"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "254a7226212aac82df4434639b2584e24ac240e4"
|
|
54
54
|
}
|