@openmrs/esm-styleguide 8.0.1-pre.3568 → 8.0.1-pre.3575
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 +1 -1
- package/package.json +12 -12
package/.turbo/turbo-build.log
CHANGED
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
[0] │ You can limit the size of your bundles by using import() to lazy load some parts of your application.
|
|
17
17
|
[0] │ For more info visit https://www.rspack.dev/guide/optimization/code-splitting
|
|
18
18
|
[0]
|
|
19
|
-
[0] Rspack compiled with 3 warnings in 9.
|
|
19
|
+
[0] Rspack compiled with 3 warnings in 9.47 s
|
|
20
20
|
[0] rspack --mode=production exited with code 0
|
|
21
21
|
[1] tsc --project tsconfig.build.json exited with code 0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-styleguide",
|
|
3
|
-
"version": "8.0.1-pre.
|
|
3
|
+
"version": "8.0.1-pre.3575",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"main": "dist/openmrs-esm-styleguide.js",
|
|
@@ -98,17 +98,17 @@
|
|
|
98
98
|
"swr": "2.x"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@openmrs/esm-api": "8.0.1-pre.
|
|
102
|
-
"@openmrs/esm-config": "8.0.1-pre.
|
|
103
|
-
"@openmrs/esm-emr-api": "8.0.1-pre.
|
|
104
|
-
"@openmrs/esm-error-handling": "8.0.1-pre.
|
|
105
|
-
"@openmrs/esm-extensions": "8.0.1-pre.
|
|
106
|
-
"@openmrs/esm-globals": "8.0.1-pre.
|
|
107
|
-
"@openmrs/esm-navigation": "8.0.1-pre.
|
|
108
|
-
"@openmrs/esm-react-utils": "8.0.1-pre.
|
|
109
|
-
"@openmrs/esm-state": "8.0.1-pre.
|
|
110
|
-
"@openmrs/esm-translations": "8.0.1-pre.
|
|
111
|
-
"@openmrs/esm-utils": "8.0.1-pre.
|
|
101
|
+
"@openmrs/esm-api": "8.0.1-pre.3575",
|
|
102
|
+
"@openmrs/esm-config": "8.0.1-pre.3575",
|
|
103
|
+
"@openmrs/esm-emr-api": "8.0.1-pre.3575",
|
|
104
|
+
"@openmrs/esm-error-handling": "8.0.1-pre.3575",
|
|
105
|
+
"@openmrs/esm-extensions": "8.0.1-pre.3575",
|
|
106
|
+
"@openmrs/esm-globals": "8.0.1-pre.3575",
|
|
107
|
+
"@openmrs/esm-navigation": "8.0.1-pre.3575",
|
|
108
|
+
"@openmrs/esm-react-utils": "8.0.1-pre.3575",
|
|
109
|
+
"@openmrs/esm-state": "8.0.1-pre.3575",
|
|
110
|
+
"@openmrs/esm-translations": "8.0.1-pre.3575",
|
|
111
|
+
"@openmrs/esm-utils": "8.0.1-pre.3575",
|
|
112
112
|
"@rspack/cli": "^1.3.11",
|
|
113
113
|
"@rspack/core": "^1.3.11",
|
|
114
114
|
"@types/geopattern": "^1.2.9",
|