@openmrs/esm-extensions 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 +8 -7
- package/.turbo/turbo-lint.log +0 -0
- package/.turbo/turbo-test.log +0 -7
- 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 99.8 KiB
|
|
6
|
-
runtime modules 670 bytes 3 modules
|
|
7
|
-
built modules 100 KiB
|
|
8
|
-
modules by path
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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-extensions.js 24.8 KiB [emitted] [minimized] (name: main) 1 related asset
|
|
5
|
+
orphan modules 99.8 KiB [orphan] 94 modules
|
|
6
|
+
runtime modules 670 bytes 3 modules
|
|
7
|
+
built modules 100 KiB [built]
|
|
8
|
+
modules by path external "@openmrs/ 210 bytes
|
|
9
|
+
external "@openmrs/esm-config" 42 bytes [built] [code generated]
|
|
10
|
+
external "@openmrs/esm-state" 42 bytes [built] [code generated]
|
|
11
|
+
external "@openmrs/esm-api" 42 bytes [built] [code generated]
|
|
12
|
+
external "@openmrs/esm-feature-flags" 42 bytes [built] [code generated]
|
|
13
|
+
external "@openmrs/esm-utils" 42 bytes [built] [code generated]
|
|
14
|
+
./src/index.ts + 94 modules 100 KiB [built] [code generated]
|
|
15
|
+
external "single-spa" 42 bytes [built] [code generated]
|
|
16
|
+
webpack 5.88.0 compiled successfully in 6865 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-extensions",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.2-pre.2092",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Coordinates extensions and extension points in the OpenMRS Frontend",
|
|
6
6
|
"browser": "dist/openmrs-esm-extensions.js",
|
|
@@ -46,14 +46,15 @@
|
|
|
46
46
|
"single-spa": "5.x"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@openmrs/esm-api": "5.7.
|
|
50
|
-
"@openmrs/esm-config": "5.7.
|
|
51
|
-
"@openmrs/esm-feature-flags": "5.7.
|
|
52
|
-
"@openmrs/esm-state": "5.7.
|
|
53
|
-
"@openmrs/esm-utils": "5.7.
|
|
49
|
+
"@openmrs/esm-api": "5.7.2-pre.2092",
|
|
50
|
+
"@openmrs/esm-config": "5.7.2-pre.2092",
|
|
51
|
+
"@openmrs/esm-feature-flags": "5.7.2-pre.2092",
|
|
52
|
+
"@openmrs/esm-state": "5.7.2-pre.2092",
|
|
53
|
+
"@openmrs/esm-utils": "5.7.2-pre.2092",
|
|
54
54
|
"single-spa": "^6.0.1"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"lodash-es": "^4.17.21"
|
|
58
|
-
}
|
|
58
|
+
},
|
|
59
|
+
"stableVersion": "5.7.1"
|
|
59
60
|
}
|
package/.turbo/turbo-lint.log
DELETED
|
File without changes
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1mextensions.test.ts[22m
|
|
2
|
-
|
|
3
|
-
[1mTest Suites: [22m[1m[32m1 passed[39m[22m, 1 total
|
|
4
|
-
[1mTests: [22m[1m[32m1 passed[39m[22m, 1 total
|
|
5
|
-
[1mSnapshots: [22m0 total
|
|
6
|
-
[1mTime:[22m 0.76 s, estimated 1 s
|
|
7
|
-
[2mRan all test suites[22m[2m.[22m
|
|
File without changes
|