@openmrs/esm-styleguide 3.4.1-pre.159 → 3.4.1-pre.161
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 +2 -2
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[35m@openmrs/esm-styleguide:build: [0mcache hit, replaying output [
|
|
1
|
+
[35m@openmrs/esm-styleguide:build: [0mcache hit, replaying output [2mddb9064b93ecfb83[0m
|
|
2
2
|
[35m@openmrs/esm-styleguide:build: [0m$ webpack --mode=production
|
|
3
3
|
[35m@openmrs/esm-styleguide:build: [0masset [1m[33mopenmrs-esm-styleguide.css[39m[22m [1m[33m491 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (name: main) 1 related asset
|
|
4
4
|
[35m@openmrs/esm-styleguide:build: [0masset [1m[32mopenmrs-esm-styleguide.js[39m[22m 64.1 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 1 related asset
|
|
@@ -181,4 +181,4 @@
|
|
|
181
181
|
[35m@openmrs/esm-styleguide:build: [0mYou can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
182
182
|
[35m@openmrs/esm-styleguide:build: [0mFor more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
183
183
|
[35m@openmrs/esm-styleguide:build: [0m
|
|
184
|
-
[35m@openmrs/esm-styleguide:build: [0mwebpack 5.70.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
184
|
+
[35m@openmrs/esm-styleguide:build: [0mwebpack 5.70.0 compiled with [1m[33m3 warnings[39m[22m in 77169 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-styleguide",
|
|
3
|
-
"version": "3.4.1-pre.
|
|
3
|
+
"version": "3.4.1-pre.161",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"browser": "dist/openmrs-esm-styleguide.js",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"rxjs": "6.x"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@openmrs/esm-extensions": "^3.4.1-pre.
|
|
59
|
-
"@openmrs/esm-react-utils": "^3.4.1-pre.
|
|
60
|
-
"@openmrs/esm-state": "^3.4.1-pre.
|
|
58
|
+
"@openmrs/esm-extensions": "^3.4.1-pre.161",
|
|
59
|
+
"@openmrs/esm-react-utils": "^3.4.1-pre.161",
|
|
60
|
+
"@openmrs/esm-state": "^3.4.1-pre.161",
|
|
61
61
|
"@swc/core": "^1.2.210",
|
|
62
62
|
"@swc/jest": "^0.2.21",
|
|
63
63
|
"@testing-library/dom": "^8.14.0",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"react-i18next": "^11.7.0",
|
|
77
77
|
"rxjs": "^6.5.3"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "6db8e72832eb5cd8ab262dbaab7e8eaf841f92fd"
|
|
80
80
|
}
|