@docusaurus/core 0.0.0-4427 → 0.0.0-4428

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.
@@ -203,7 +203,7 @@ function compile(config) {
203
203
  }
204
204
  if (errorsWarnings && (stats === null || stats === void 0 ? void 0 : stats.hasWarnings())) {
205
205
  (_a = errorsWarnings.warnings) === null || _a === void 0 ? void 0 : _a.forEach((warning) => {
206
- logger_1.default.warn(`${warning}`);
206
+ logger_1.default.warn(warning);
207
207
  });
208
208
  }
209
209
  // Webpack 5 requires calling close() so that persistent caching works
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docusaurus/core",
3
3
  "description": "Easy to Maintain Open Source Documentation Websites",
4
- "version": "0.0.0-4427",
4
+ "version": "0.0.0-4428",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -41,13 +41,13 @@
41
41
  "@babel/runtime": "^7.16.3",
42
42
  "@babel/runtime-corejs3": "^7.16.3",
43
43
  "@babel/traverse": "^7.16.3",
44
- "@docusaurus/cssnano-preset": "0.0.0-4427",
45
- "@docusaurus/logger": "0.0.0-4427",
46
- "@docusaurus/mdx-loader": "0.0.0-4427",
44
+ "@docusaurus/cssnano-preset": "0.0.0-4428",
45
+ "@docusaurus/logger": "0.0.0-4428",
46
+ "@docusaurus/mdx-loader": "0.0.0-4428",
47
47
  "@docusaurus/react-loadable": "5.5.2",
48
- "@docusaurus/utils": "0.0.0-4427",
49
- "@docusaurus/utils-common": "0.0.0-4427",
50
- "@docusaurus/utils-validation": "0.0.0-4427",
48
+ "@docusaurus/utils": "0.0.0-4428",
49
+ "@docusaurus/utils-common": "0.0.0-4428",
50
+ "@docusaurus/utils-validation": "0.0.0-4428",
51
51
  "@slorber/static-site-generator-webpack-plugin": "^4.0.0",
52
52
  "@svgr/webpack": "^6.0.0",
53
53
  "autoprefixer": "^10.3.5",
@@ -108,8 +108,8 @@
108
108
  "webpackbar": "^5.0.0-3"
109
109
  },
110
110
  "devDependencies": {
111
- "@docusaurus/module-type-aliases": "0.0.0-4427",
112
- "@docusaurus/types": "0.0.0-4427",
111
+ "@docusaurus/module-type-aliases": "0.0.0-4428",
112
+ "@docusaurus/types": "0.0.0-4428",
113
113
  "@types/copy-webpack-plugin": "^8.0.1",
114
114
  "@types/detect-port": "^1.3.0",
115
115
  "@types/mini-css-extract-plugin": "^1.4.3",
@@ -128,5 +128,5 @@
128
128
  "engines": {
129
129
  "node": ">=14"
130
130
  },
131
- "gitHead": "2fbea11fd093b4952ce39638de30b0d01ac53716"
131
+ "gitHead": "db57493754afaf674482b15cc704ef8d5424e7ec"
132
132
  }