@openmrs/esm-styleguide 3.4.1-pre.85 → 3.4.1-pre.89
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 [2mf18e38978befb7ca[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[33m489 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 63 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 1 related asset
|
|
@@ -149,4 +149,4 @@
|
|
|
149
149
|
[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.
|
|
150
150
|
[35m@openmrs/esm-styleguide:build: [0mFor more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
151
151
|
[35m@openmrs/esm-styleguide:build: [0m
|
|
152
|
-
[35m@openmrs/esm-styleguide:build: [0mwebpack 5.70.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
152
|
+
[35m@openmrs/esm-styleguide:build: [0mwebpack 5.70.0 compiled with [1m[33m3 warnings[39m[22m in 68680 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.89",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"browser": "dist/openmrs-esm-styleguide.js",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"rxjs": "6.x"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@openmrs/esm-extensions": "^3.4.1-pre.
|
|
57
|
-
"@openmrs/esm-react-utils": "^3.4.1-pre.
|
|
58
|
-
"@openmrs/esm-state": "^3.4.1-pre.
|
|
56
|
+
"@openmrs/esm-extensions": "^3.4.1-pre.89",
|
|
57
|
+
"@openmrs/esm-react-utils": "^3.4.1-pre.89",
|
|
58
|
+
"@openmrs/esm-state": "^3.4.1-pre.89",
|
|
59
59
|
"autoprefixer": "^9.8.8",
|
|
60
60
|
"carbon-components": "10.31.0",
|
|
61
61
|
"carbon-icons": "7.0.7",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"react-dom": "^16.13.1",
|
|
66
66
|
"rxjs": "^6.5.3"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "d5957daa57115bcd0521d07a2dc29b12c0d1106c"
|
|
69
69
|
}
|