@openmrs/esm-styleguide 3.2.1-pre.1141 → 3.2.1-pre.1147
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 +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@openmrs/esm-styleguide:build: cache hit, replaying output
|
|
1
|
+
@openmrs/esm-styleguide:build: cache hit, replaying output 512d50c5b8d19281
|
|
2
2
|
@openmrs/esm-styleguide:build: $ webpack --mode=production
|
|
3
3
|
@openmrs/esm-styleguide:build: assets by info 592 KiB [1m[32m[immutable][39m[22m
|
|
4
4
|
@openmrs/esm-styleguide:build: assets by path [1m[32m*.woff[39m[22m 328 KiB
|
|
@@ -133,4 +133,4 @@
|
|
|
133
133
|
@openmrs/esm-styleguide:build: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
134
134
|
@openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
135
135
|
@openmrs/esm-styleguide:build:
|
|
136
|
-
@openmrs/esm-styleguide:build: webpack 5.70.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
136
|
+
@openmrs/esm-styleguide:build: webpack 5.70.0 compiled with [1m[33m3 warnings[39m[22m in 95968 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-styleguide",
|
|
3
|
-
"version": "3.2.1-pre.
|
|
3
|
+
"version": "3.2.1-pre.1147",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"browser": "dist/openmrs-esm-styleguide.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"rxjs": "6.x"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@openmrs/esm-extensions": "^3.2.1-pre.
|
|
54
|
+
"@openmrs/esm-extensions": "^3.2.1-pre.1147",
|
|
55
55
|
"@pickra/copy-code-block": "^1.1.7",
|
|
56
56
|
"@storybook/addon-a11y": "^5.2.1",
|
|
57
57
|
"@storybook/addon-knobs": "^5.2.1",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"react-dom": "^16.13.1",
|
|
67
67
|
"rxjs": "^6.5.3"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "7d3d8c7f8310b194e3e4cd922ac764ad1ae852b0"
|
|
70
70
|
}
|