@openmrs/esm-react-utils 3.3.2-pre.1187 → 3.3.2-pre.1208
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 +6 -6
- package/dist/openmrs-esm-react-utils.js +1 -1
- package/dist/openmrs-esm-react-utils.js.map +1 -1
- package/package.json +7 -7
- package/src/index.ts +1 -1
- package/src/public.ts +1 -1
- package/src/useSession.test.tsx +84 -0
- package/src/useSession.tsx +117 -0
- package/src/useSessionUser.tsx +0 -17
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
@openmrs/esm-react-utils:build: cache hit, replaying output
|
|
1
|
+
@openmrs/esm-react-utils:build: cache hit, replaying output 432584b4b24b8261
|
|
2
2
|
@openmrs/esm-react-utils:build: $ webpack --mode=production
|
|
3
3
|
@openmrs/esm-react-utils:build: Starting type checking service...
|
|
4
4
|
@openmrs/esm-react-utils:build: Using 1 worker with 2048MB memory limit
|
|
5
5
|
@openmrs/esm-react-utils:build: asset [1m[32mopenmrs-esm-react-utils.js[39m[22m 138 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 2 related assets
|
|
6
|
-
@openmrs/esm-react-utils:build: orphan modules
|
|
6
|
+
@openmrs/esm-react-utils:build: orphan modules 192 KiB [1m[33m[orphan][39m[22m 120 modules
|
|
7
7
|
@openmrs/esm-react-utils:build: runtime modules 2.14 KiB 8 modules
|
|
8
|
-
@openmrs/esm-react-utils:build: built modules
|
|
9
|
-
@openmrs/esm-react-utils:build: cacheable modules
|
|
8
|
+
@openmrs/esm-react-utils:build: built modules 736 KiB [1m[33m[built][39m[22m
|
|
9
|
+
@openmrs/esm-react-utils:build: cacheable modules 736 KiB
|
|
10
10
|
@openmrs/esm-react-utils:build: modules by path [1m../../../node_modules/[39m[22m 535 KiB 5 modules
|
|
11
|
-
@openmrs/esm-react-utils:build: [1m./src/index.ts + 120 modules[39m[22m
|
|
11
|
+
@openmrs/esm-react-utils:build: [1m./src/index.ts + 120 modules[39m[22m 193 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
12
12
|
@openmrs/esm-react-utils:build: [1m../esm-state/dist/openmrs-esm-state.js[39m[22m 7.52 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
13
13
|
@openmrs/esm-react-utils:build: modules by path [1mexternal "@openmrs/[39m[22m 168 bytes
|
|
14
14
|
@openmrs/esm-react-utils:build: [1mexternal "@openmrs/esm-config"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
15
15
|
@openmrs/esm-react-utils:build: [1mexternal "@openmrs/esm-extensions"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
16
16
|
@openmrs/esm-react-utils:build: + 2 modules
|
|
17
17
|
@openmrs/esm-react-utils:build: + 5 modules
|
|
18
|
-
@openmrs/esm-react-utils:build: webpack 5.70.0 compiled [1m[32msuccessfully[39m[22m in
|
|
18
|
+
@openmrs/esm-react-utils:build: webpack 5.70.0 compiled [1m[32msuccessfully[39m[22m in 26240 ms
|