@docusaurus/core 0.0.0-4328 → 0.0.0-4332

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.
@@ -158,7 +158,7 @@ You can also set the deploymentBranch property in docusaurus.config.js .`);
158
158
  // the files in the directory. If the 'clone' command fails, assume that
159
159
  // the deployment branch doesn't exist, and initialize git in an empty
160
160
  // directory, check out a clean deployment branch and add remote.
161
- if (shellExecLog(`git clone --depth 1 --branch ${deploymentBranch} ${deploymentRepoURL} ${toPath}`).code === 0) {
161
+ if (shellExecLog(`git clone --depth 1 --branch ${deploymentBranch} ${deploymentRepoURL} "${toPath}"`).code === 0) {
162
162
  shellExecLog('git rm -rf .');
163
163
  }
164
164
  else {
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-4328",
4
+ "version": "0.0.0-4332",
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-4328",
45
- "@docusaurus/logger": "0.0.0-4328",
46
- "@docusaurus/mdx-loader": "0.0.0-4328",
44
+ "@docusaurus/cssnano-preset": "0.0.0-4332",
45
+ "@docusaurus/logger": "0.0.0-4332",
46
+ "@docusaurus/mdx-loader": "0.0.0-4332",
47
47
  "@docusaurus/react-loadable": "5.5.2",
48
- "@docusaurus/utils": "0.0.0-4328",
49
- "@docusaurus/utils-common": "0.0.0-4328",
50
- "@docusaurus/utils-validation": "0.0.0-4328",
48
+ "@docusaurus/utils": "0.0.0-4332",
49
+ "@docusaurus/utils-common": "0.0.0-4332",
50
+ "@docusaurus/utils-validation": "0.0.0-4332",
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-4328",
112
- "@docusaurus/types": "0.0.0-4328",
111
+ "@docusaurus/module-type-aliases": "0.0.0-4332",
112
+ "@docusaurus/types": "0.0.0-4332",
113
113
  "@types/copy-webpack-plugin": "^8.0.1",
114
114
  "@types/css-minimizer-webpack-plugin": "^3.0.2",
115
115
  "@types/detect-port": "^1.3.0",
@@ -128,5 +128,5 @@
128
128
  "engines": {
129
129
  "node": ">=14"
130
130
  },
131
- "gitHead": "fff574bab7bd31cf3b86f66f0ba7c49b5cd4d61e"
131
+ "gitHead": "9b03ea6ebbf88ce6d52bfd5b6abe7f55c52a66a8"
132
132
  }