@docusaurus/core 0.0.0-5390 → 0.0.0-5392

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.
@@ -53,7 +53,7 @@ This behavior can have SEO impacts and create relative link issues.
53
53
  }
54
54
  // Source repo is the repo from where the command is invoked
55
55
  const sourceRepoUrl = shelljs_1.default
56
- .exec('git config --get remote.origin.url', { silent: true })
56
+ .exec('git remote get-url origin', { silent: true })
57
57
  .stdout.trim();
58
58
  // The source branch; defaults to the currently checked out branch
59
59
  const sourceBranch = process.env.CURRENT_BRANCH ??
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-5390",
4
+ "version": "0.0.0-5392",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -43,13 +43,13 @@
43
43
  "@babel/runtime": "^7.19.0",
44
44
  "@babel/runtime-corejs3": "^7.19.0",
45
45
  "@babel/traverse": "^7.19.0",
46
- "@docusaurus/cssnano-preset": "0.0.0-5390",
47
- "@docusaurus/logger": "0.0.0-5390",
48
- "@docusaurus/mdx-loader": "0.0.0-5390",
46
+ "@docusaurus/cssnano-preset": "0.0.0-5392",
47
+ "@docusaurus/logger": "0.0.0-5392",
48
+ "@docusaurus/mdx-loader": "0.0.0-5392",
49
49
  "@docusaurus/react-loadable": "5.5.2",
50
- "@docusaurus/utils": "0.0.0-5390",
51
- "@docusaurus/utils-common": "0.0.0-5390",
52
- "@docusaurus/utils-validation": "0.0.0-5390",
50
+ "@docusaurus/utils": "0.0.0-5392",
51
+ "@docusaurus/utils-common": "0.0.0-5392",
52
+ "@docusaurus/utils-validation": "0.0.0-5392",
53
53
  "@slorber/static-site-generator-webpack-plugin": "^4.0.7",
54
54
  "@svgr/webpack": "^6.3.1",
55
55
  "autoprefixer": "^10.4.8",
@@ -106,8 +106,8 @@
106
106
  "webpackbar": "^5.0.2"
107
107
  },
108
108
  "devDependencies": {
109
- "@docusaurus/module-type-aliases": "0.0.0-5390",
110
- "@docusaurus/types": "0.0.0-5390",
109
+ "@docusaurus/module-type-aliases": "0.0.0-5392",
110
+ "@docusaurus/types": "0.0.0-5392",
111
111
  "@types/detect-port": "^1.3.2",
112
112
  "@types/react-dom": "^18.0.6",
113
113
  "@types/react-router-config": "^5.0.6",
@@ -127,5 +127,5 @@
127
127
  "engines": {
128
128
  "node": ">=16.14"
129
129
  },
130
- "gitHead": "7bd022de4b3ba10f3bd9379039cdc87e21963ac6"
130
+ "gitHead": "e35cea1c914d7b9a383f43914edb31eeb5cb0518"
131
131
  }