@openmrs/esm-framework 3.3.2-pre.1188 → 3.3.2-pre.1193
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 +10 -10
- package/dist/openmrs-esm-framework.js +1 -1
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +105 -21
- package/docs/classes/OpenmrsFetchError.md +18 -3
- package/docs/interfaces/FetchResponse.md +15 -15
- package/docs/interfaces/LoggedInUser.md +11 -11
- package/docs/interfaces/LoggedInUserFetchResponse.md +15 -15
- package/docs/interfaces/Person.md +3 -3
- package/docs/interfaces/Privilege.md +3 -3
- package/docs/interfaces/Role.md +3 -3
- package/docs/interfaces/Session.md +7 -7
- package/docs/interfaces/SessionLocation.md +3 -3
- package/mock.tsx +15 -5
- package/package.json +13 -13
- package/docs/interfaces/CurrentUserOptions.md +0 -27
- package/docs/interfaces/CurrentUserWithResponseOption.md +0 -29
- package/docs/interfaces/CurrentUserWithoutResponseOption.md +0 -29
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
@openmrs/esm-framework:build: cache hit, replaying output
|
|
1
|
+
@openmrs/esm-framework:build: cache hit, replaying output 9deca3180db0af8a
|
|
2
2
|
@openmrs/esm-framework:build: $ webpack --mode=production
|
|
3
3
|
@openmrs/esm-framework:build: Starting type checking service...
|
|
4
4
|
@openmrs/esm-framework:build: Using 1 worker with 2048MB memory limit
|
|
5
|
-
@openmrs/esm-framework:build: asset [1m[33mopenmrs-esm-framework.js[39m[22m [1m[
|
|
6
|
-
@openmrs/esm-framework:build: orphan modules 11.2 MiB [1m[33m[orphan][39m[22m
|
|
5
|
+
@openmrs/esm-framework:build: asset [1m[33mopenmrs-esm-framework.js[39m[22m [1m[33m843 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (name: main) 2 related assets
|
|
6
|
+
@openmrs/esm-framework:build: orphan modules 11.2 MiB [1m[33m[orphan][39m[22m 1155 modules
|
|
7
7
|
@openmrs/esm-framework:build: runtime modules 2.14 KiB 8 modules
|
|
8
|
-
@openmrs/esm-framework:build: cacheable modules 2.
|
|
9
|
-
@openmrs/esm-framework:build: modules by path [1m../../../node_modules/[39m[22m 865 KiB
|
|
10
|
-
@openmrs/esm-framework:build: modules by path [1m../esm-api/[39m[22m
|
|
8
|
+
@openmrs/esm-framework:build: cacheable modules 2.1 MiB
|
|
9
|
+
@openmrs/esm-framework:build: modules by path [1m../../../node_modules/[39m[22m 865 KiB 74 modules
|
|
10
|
+
@openmrs/esm-framework:build: modules by path [1m../esm-api/[39m[22m 170 KiB 2 modules
|
|
11
11
|
@openmrs/esm-framework:build: modules by path [1m../esm-config/[39m[22m 134 KiB 2 modules
|
|
12
12
|
@openmrs/esm-framework:build: modules by path [1m../esm-extensions/[39m[22m 80.3 KiB 2 modules
|
|
13
13
|
@openmrs/esm-framework:build: modules by path [1m../esm-globals/[39m[22m 10.8 KiB 2 modules
|
|
14
|
-
@openmrs/esm-framework:build: modules by path [1m../esm-react-utils/[39m[22m
|
|
14
|
+
@openmrs/esm-framework:build: modules by path [1m../esm-react-utils/[39m[22m 594 KiB 2 modules
|
|
15
15
|
@openmrs/esm-framework:build: modules by path [1m../esm-state/[39m[22m 10.4 KiB 2 modules
|
|
16
16
|
@openmrs/esm-framework:build: modules by path [1m../esm-styleguide/src/[39m[22m 118 KiB 2 modules
|
|
17
17
|
@openmrs/esm-framework:build: + 4 modules
|
|
@@ -141,11 +141,11 @@
|
|
|
141
141
|
@openmrs/esm-framework:build: [1m[33mWARNING[39m[22m in [1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
142
142
|
@openmrs/esm-framework:build: This can impact web performance.
|
|
143
143
|
@openmrs/esm-framework:build: Assets:
|
|
144
|
-
@openmrs/esm-framework:build: openmrs-esm-framework.js (
|
|
144
|
+
@openmrs/esm-framework:build: openmrs-esm-framework.js (843 KiB)[39m[22m
|
|
145
145
|
@openmrs/esm-framework:build:
|
|
146
146
|
@openmrs/esm-framework:build: [1m[33mWARNING[39m[22m in [1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
147
147
|
@openmrs/esm-framework:build: Entrypoints:
|
|
148
|
-
@openmrs/esm-framework:build: main (
|
|
148
|
+
@openmrs/esm-framework:build: main (843 KiB)
|
|
149
149
|
@openmrs/esm-framework:build: openmrs-esm-framework.js
|
|
150
150
|
@openmrs/esm-framework:build: [39m[22m
|
|
151
151
|
@openmrs/esm-framework:build:
|
|
@@ -153,4 +153,4 @@
|
|
|
153
153
|
@openmrs/esm-framework:build: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
154
154
|
@openmrs/esm-framework:build: For more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
155
155
|
@openmrs/esm-framework:build:
|
|
156
|
-
@openmrs/esm-framework:build: webpack 5.70.0 compiled with [1m[33m27 warnings[39m[22m in
|
|
156
|
+
@openmrs/esm-framework:build: webpack 5.70.0 compiled with [1m[33m27 warnings[39m[22m in 26378 ms
|