@openmrs/esm-framework 5.7.1 → 5.7.2-pre.2094
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 +31 -32
- package/package.json +19 -18
- package/.turbo/turbo-document.log +0 -16
- package/.turbo/turbo-lint.log +0 -0
- package/.turbo/turbo-test.log +0 -26
- package/.turbo/turbo-typescript.log +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,32 +1,31 @@
|
|
|
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
|
-
assets by chunk 244 KiB (id hint: vendors)
|
|
5
|
-
asset
|
|
6
|
-
asset
|
|
7
|
-
asset
|
|
8
|
-
asset
|
|
9
|
-
asset
|
|
10
|
-
asset
|
|
11
|
-
asset
|
|
12
|
-
asset
|
|
13
|
-
asset
|
|
14
|
-
orphan modules 8.5 MiB
|
|
15
|
-
runtime modules 20 KiB 14 modules
|
|
16
|
-
built modules 4.88 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-shared)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
This can impact web performance.
|
|
23
|
-
Assets:
|
|
24
|
-
openmrs-esm-framework.js (1.52 MiB)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
Entrypoints:
|
|
28
|
-
main (1.52 MiB)
|
|
29
|
-
openmrs-esm-framework.js
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
webpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in 8856 ms
|
|
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
|
+
assets by chunk 244 KiB (id hint: vendors)
|
|
5
|
+
asset 788.openmrs-esm-framework.js 130 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
6
|
+
asset 278.openmrs-esm-framework.js 53.9 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
7
|
+
asset 645.openmrs-esm-framework.js 37.2 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
8
|
+
asset 746.openmrs-esm-framework.js 17.6 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
9
|
+
asset 126.openmrs-esm-framework.js 5.24 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
10
|
+
asset openmrs-esm-framework.js 1.52 MiB [emitted] [minimized] [big] (name: main) 2 related assets
|
|
11
|
+
asset 619.openmrs-esm-framework.js 18.8 KiB [emitted] [minimized] 1 related asset
|
|
12
|
+
asset 735.openmrs-esm-framework.js 6.54 KiB [emitted] [minimized] 2 related assets
|
|
13
|
+
asset 530.openmrs-esm-framework.js 6.4 KiB [emitted] [minimized] 1 related asset
|
|
14
|
+
orphan modules 8.5 MiB [orphan] 2773 modules
|
|
15
|
+
runtime modules 20 KiB 14 modules
|
|
16
|
+
built modules 4.88 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-shared) [built] 323 modules
|
|
17
|
+
|
|
18
|
+
WARNING in shared module swr -> /home/runner/work/openmrs-esm-core/openmrs-esm-core/node_modules/swr/core/dist/index.mjs
|
|
19
|
+
No version specified and unable to automatically determine one. No version in description file (usually package.json). Add version to description file /home/runner/work/openmrs-esm-core/openmrs-esm-core/node_modules/swr/core/package.json, or manually specify version in shared config.
|
|
20
|
+
|
|
21
|
+
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
22
|
+
This can impact web performance.
|
|
23
|
+
Assets:
|
|
24
|
+
openmrs-esm-framework.js (1.52 MiB)
|
|
25
|
+
|
|
26
|
+
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
27
|
+
Entrypoints:
|
|
28
|
+
main (1.52 MiB)
|
|
29
|
+
openmrs-esm-framework.js
|
|
30
|
+
|
|
31
|
+
webpack 5.88.0 compiled with 3 warnings in 26155 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.2-pre.2094",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@openmrs/esm-api": "5.7.
|
|
41
|
-
"@openmrs/esm-config": "5.7.
|
|
42
|
-
"@openmrs/esm-context": "5.7.
|
|
43
|
-
"@openmrs/esm-dynamic-loading": "5.7.
|
|
44
|
-
"@openmrs/esm-error-handling": "5.7.
|
|
45
|
-
"@openmrs/esm-extensions": "5.7.
|
|
46
|
-
"@openmrs/esm-feature-flags": "5.7.
|
|
47
|
-
"@openmrs/esm-globals": "5.7.
|
|
48
|
-
"@openmrs/esm-navigation": "5.7.
|
|
49
|
-
"@openmrs/esm-offline": "5.7.
|
|
50
|
-
"@openmrs/esm-react-utils": "5.7.
|
|
51
|
-
"@openmrs/esm-routes": "5.7.
|
|
52
|
-
"@openmrs/esm-state": "5.7.
|
|
53
|
-
"@openmrs/esm-styleguide": "5.7.
|
|
54
|
-
"@openmrs/esm-translations": "5.7.
|
|
55
|
-
"@openmrs/esm-utils": "5.7.
|
|
40
|
+
"@openmrs/esm-api": "5.7.2-pre.2094",
|
|
41
|
+
"@openmrs/esm-config": "5.7.2-pre.2094",
|
|
42
|
+
"@openmrs/esm-context": "5.7.2-pre.2094",
|
|
43
|
+
"@openmrs/esm-dynamic-loading": "5.7.2-pre.2094",
|
|
44
|
+
"@openmrs/esm-error-handling": "5.7.2-pre.2094",
|
|
45
|
+
"@openmrs/esm-extensions": "5.7.2-pre.2094",
|
|
46
|
+
"@openmrs/esm-feature-flags": "5.7.2-pre.2094",
|
|
47
|
+
"@openmrs/esm-globals": "5.7.2-pre.2094",
|
|
48
|
+
"@openmrs/esm-navigation": "5.7.2-pre.2094",
|
|
49
|
+
"@openmrs/esm-offline": "5.7.2-pre.2094",
|
|
50
|
+
"@openmrs/esm-react-utils": "5.7.2-pre.2094",
|
|
51
|
+
"@openmrs/esm-routes": "5.7.2-pre.2094",
|
|
52
|
+
"@openmrs/esm-state": "5.7.2-pre.2094",
|
|
53
|
+
"@openmrs/esm-styleguide": "5.7.2-pre.2094",
|
|
54
|
+
"@openmrs/esm-translations": "5.7.2-pre.2094",
|
|
55
|
+
"@openmrs/esm-utils": "5.7.2-pre.2094",
|
|
56
56
|
"dayjs": "^1.10.7"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
@@ -71,5 +71,6 @@
|
|
|
71
71
|
"jest-environment-jsdom": "^29.7.0",
|
|
72
72
|
"svgo-loader": "^4.0.0",
|
|
73
73
|
"webpack": "^5.88.0"
|
|
74
|
-
}
|
|
74
|
+
},
|
|
75
|
+
"stableVersion": "5.7.1"
|
|
75
76
|
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
Generating new API docs
|
|
2
|
-
[96mInfo: [0mLoaded plugin /Users/ibacher/Documents/openmrs/openmrs-esm-core/node_modules/typedoc-plugin-file-tags
|
|
3
|
-
[96mInfo: [0mLoaded plugin /Users/ibacher/Documents/openmrs/openmrs-esm-core/node_modules/typedoc-plugin-markdown
|
|
4
|
-
[96mInfo: [0mLoaded plugin /Users/ibacher/Documents/openmrs/openmrs-esm-core/node_modules/typedoc-plugin-no-inherit
|
|
5
|
-
[93mWarning: [0mcoreTranslations, defined at ../esm-translations/src/translations.ts:36, is referenced by CoreTranslationKey but not included in the documentation.
|
|
6
|
-
[93mWarning: [0mAppComponent, defined at ../esm-globals/src/types.ts:114, is referenced by RegisteredPageDefinition but not included in the documentation.
|
|
7
|
-
[93mWarning: [0mSideNavProps, defined at src/declarations.d.ts:2, is referenced by LeftNavMenu but not included in the documentation.
|
|
8
|
-
[93mWarning: [0mFetchBody, defined at ../esm-api/src/openmrs-fetch.ts:321, is referenced by FetchConfig.body but not included in the documentation.
|
|
9
|
-
[93mWarning: [0mCustomOverflowMenuProps, defined at ../esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx:7, is referenced by CustomOverflowMenu.CustomOverflowMenu.__namedParameters but not included in the documentation.
|
|
10
|
-
[93mWarning: [0mContactDetailsProps, defined at ../esm-styleguide/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx:13, is referenced by PatientBannerContactDetails.PatientBannerContactDetails.__namedParameters but not included in the documentation.
|
|
11
|
-
[93mWarning: [0mComponentDecoratorOptions, defined at ../esm-react-utils/src/openmrsComponentDecorator.tsx:24, is referenced by getAsyncExtensionLifecycle.getAsyncExtensionLifecycle.options but not included in the documentation.
|
|
12
|
-
[93mWarning: [0mProcessSyncItem, defined at ../esm-offline/src/sync.ts:47, is referenced by setupOfflineSync.setupOfflineSync.process but not included in the documentation.
|
|
13
|
-
[93mWarning: [0mSetupOfflineSyncOptions, defined at ../esm-offline/src/sync.ts:65, is referenced by setupOfflineSync.setupOfflineSync.options but not included in the documentation.
|
|
14
|
-
[93mWarning: [0mUseConfigOptions, defined at ../esm-react-utils/src/useConfig.ts:128, is referenced by useConfig.useConfig.options but not included in the documentation.
|
|
15
|
-
[93mWarning: [0mResponseBody, defined at ../esm-api/src/openmrs-fetch.ts:315, is referenced by OpenmrsFetchError.constructor.new OpenmrsFetchError.responseBody but not included in the documentation.
|
|
16
|
-
[96mInfo: [0mDocumentation generated at ./docs
|
package/.turbo/turbo-lint.log
DELETED
|
File without changes
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/integration-tests/[22m[1mextension-config.test.tsx[22m
|
|
2
|
-
[1m● [22mConsole
|
|
3
|
-
|
|
4
|
-
[2m[31mconsole.error[39m[22m
|
|
5
|
-
[31m Warning: The current testing environment is not configured to support act(...)[39m
|
|
6
|
-
[2m[22m
|
|
7
|
-
[2m [2mat printWarning ([22m[2m../../../node_modules/react-dom/cjs/react-dom.development.js[2m:86:30)[22m[2m[22m
|
|
8
|
-
[2m [2mat error ([22m[2m../../../node_modules/react-dom/cjs/react-dom.development.js[2m:60:7)[22m[2m[22m
|
|
9
|
-
[2m [2mat isConcurrentActEnvironment ([22m[2m../../../node_modules/react-dom/cjs/react-dom.development.js[2m:25260:7)[22m[2m[22m
|
|
10
|
-
[2m [2mat warnIfUpdatesNotWrappedWithActDEV ([22m[2m../../../node_modules/react-dom/cjs/react-dom.development.js[2m:27559:12)[22m[2m[22m
|
|
11
|
-
[2m [2mat scheduleUpdateOnFiber ([22m[2m../../../node_modules/react-dom/cjs/react-dom.development.js[2m:25508:5)[22m[2m[22m
|
|
12
|
-
[2m [2mat updateContainer ([22m[2m../../../node_modules/react-dom/cjs/react-dom.development.js[2m:28858:5)[22m[2m[22m
|
|
13
|
-
[2m [2mat [22m[2m../../../node_modules/react-dom/cjs/react-dom.development.js[2m:29337:7[22m[2m[22m
|
|
14
|
-
[2m [2mat flushSync ([22m[2m../../../node_modules/react-dom/cjs/react-dom.development.js[2m:26189:14)[22m[2m[22m
|
|
15
|
-
[2m [2mat ReactDOMRoot.Object.<anonymous>.ReactDOMHydrationRoot.unmount.ReactDOMRoot.unmount [as unmount] ([22m[2m../../../node_modules/react-dom/cjs/react-dom.development.js[2m:29336:5)[22m[2m[22m
|
|
16
|
-
[2m [2mat renderResults ([22m[2m../../../node_modules/single-spa-react/src/single-spa-react.js[2m:177:17)[22m[2m[22m
|
|
17
|
-
[2m [2mat unmount ([22m[2m../../../node_modules/single-spa-react/src/single-spa-react.js[2m:171:34)[22m[2m[22m
|
|
18
|
-
[2m [2mat fn ([22m[2m../../../node_modules/single-spa/src/lifecycles/lifecycle.helpers.js[2m:28:29)[22m[2m[22m
|
|
19
|
-
|
|
20
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1mmock-test.test.ts[22m
|
|
21
|
-
|
|
22
|
-
[1mTest Suites: [22m[1m[32m2 passed[39m[22m, 2 total
|
|
23
|
-
[1mTests: [22m[1m[33m1 skipped[39m[22m, [1m[32m10 passed[39m[22m, 11 total
|
|
24
|
-
[1mSnapshots: [22m0 total
|
|
25
|
-
[1mTime:[22m 2.313 s
|
|
26
|
-
[2mRan all test suites[22m[2m.[22m
|
|
File without changes
|