@openmrs/esm-react-utils 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 +17 -17
- package/package.json +12 -11
- package/.turbo/turbo-lint.log +0 -0
- package/.turbo/turbo-test.log +0 -14
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
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 179 KiB
|
|
6
|
-
runtime modules 937 bytes 4 modules
|
|
7
|
-
built modules 186 KiB
|
|
8
|
-
modules by path
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
+ 6 modules
|
|
12
|
-
cacheable modules 186 KiB
|
|
13
|
-
modules by path
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
+ 5 modules
|
|
17
|
-
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-react-utils.js 66 KiB [emitted] [minimized] (name: main) 1 related asset
|
|
5
|
+
orphan modules 179 KiB [orphan] 127 modules
|
|
6
|
+
runtime modules 937 bytes 4 modules
|
|
7
|
+
built modules 186 KiB [built]
|
|
8
|
+
modules by path external "@openmrs/ 336 bytes
|
|
9
|
+
external "@openmrs/esm-navigation" 42 bytes [built] [code generated]
|
|
10
|
+
external "@openmrs/esm-extensions" 42 bytes [built] [code generated]
|
|
11
|
+
+ 6 modules
|
|
12
|
+
cacheable modules 186 KiB
|
|
13
|
+
modules by path ../../../node_modules/ 984 bytes 2 modules
|
|
14
|
+
./src/index.ts + 127 modules 180 KiB [built] [code generated]
|
|
15
|
+
../esm-state/dist/openmrs-esm-state.js 4.66 KiB [built] [code generated]
|
|
16
|
+
+ 5 modules
|
|
17
|
+
webpack 5.88.0 compiled successfully in 4655 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-react-utils",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.2-pre.2092",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "React utilities for OpenMRS.",
|
|
6
6
|
"browser": "dist/openmrs-esm-react-utils.js",
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"swr": "2.x"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@openmrs/esm-api": "5.7.
|
|
65
|
-
"@openmrs/esm-config": "5.7.
|
|
66
|
-
"@openmrs/esm-context": "5.7.
|
|
67
|
-
"@openmrs/esm-error-handling": "5.7.
|
|
68
|
-
"@openmrs/esm-extensions": "5.7.
|
|
69
|
-
"@openmrs/esm-feature-flags": "5.7.
|
|
70
|
-
"@openmrs/esm-globals": "5.7.
|
|
71
|
-
"@openmrs/esm-navigation": "5.7.
|
|
72
|
-
"@openmrs/esm-utils": "5.7.
|
|
64
|
+
"@openmrs/esm-api": "5.7.2-pre.2092",
|
|
65
|
+
"@openmrs/esm-config": "5.7.2-pre.2092",
|
|
66
|
+
"@openmrs/esm-context": "5.7.2-pre.2092",
|
|
67
|
+
"@openmrs/esm-error-handling": "5.7.2-pre.2092",
|
|
68
|
+
"@openmrs/esm-extensions": "5.7.2-pre.2092",
|
|
69
|
+
"@openmrs/esm-feature-flags": "5.7.2-pre.2092",
|
|
70
|
+
"@openmrs/esm-globals": "5.7.2-pre.2092",
|
|
71
|
+
"@openmrs/esm-navigation": "5.7.2-pre.2092",
|
|
72
|
+
"@openmrs/esm-utils": "5.7.2-pre.2092",
|
|
73
73
|
"dayjs": "^1.10.8",
|
|
74
74
|
"i18next": "^21.10.0",
|
|
75
75
|
"react": "^18.1.0",
|
|
@@ -78,5 +78,6 @@
|
|
|
78
78
|
"rxjs": "^6.5.3",
|
|
79
79
|
"swr": "^2.2.2",
|
|
80
80
|
"webpack": "^5.88.0"
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
|
+
"stableVersion": "5.7.1"
|
|
82
83
|
}
|
package/.turbo/turbo-lint.log
DELETED
|
File without changes
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1museSession.test.tsx[22m
|
|
2
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1museAbortController.test.tsx[22m
|
|
3
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1mConfigurableLink.test.tsx[22m
|
|
4
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1museConfig.test.tsx[22m
|
|
5
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1museOnClickOutside.test.tsx[22m
|
|
6
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1mopenmrsComponentDecorator.test.tsx[22m
|
|
7
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1museStore.test.ts[22m
|
|
8
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1mextensions.test.tsx[22m
|
|
9
|
-
|
|
10
|
-
[1mTest Suites: [22m[1m[32m8 passed[39m[22m, 8 total
|
|
11
|
-
[1mTests: [22m[1m[32m37 passed[39m[22m, 37 total
|
|
12
|
-
[1mSnapshots: [22m0 total
|
|
13
|
-
[1mTime:[22m [1m[33m3.551 s[39m[22m
|
|
14
|
-
[2mRan all test suites[22m[2m.[22m
|