@rsdoctor/cli 1.5.4 → 1.5.5
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -4295,7 +4295,7 @@ for(var __rspack_i in (()=>{
|
|
|
4295
4295
|
async function loadShardingFileWithSpinner(uri, cwd, spinner) {
|
|
4296
4296
|
return loadShardingFile(uri, cwd).then((res)=>(spinner.text = `loaded "${uri}"`, res));
|
|
4297
4297
|
}
|
|
4298
|
-
var package_namespaceObject = JSON.parse('{"name":"@rsdoctor/cli","version":"1.5.
|
|
4298
|
+
var package_namespaceObject = JSON.parse('{"name":"@rsdoctor/cli","version":"1.5.5","repository":{"type":"git","url":"https://github.com/web-infra-dev/rsdoctor","directory":"packages/cli"},"bin":{"rsdoctor":"./bin/rsdoctor"},"files":["bin","dist"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.cjs"}},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"dev":"npm run start","build":"rslib build","start":"rslib build -w","test":"rstest run"},"type":"module","dependencies":{"ora":"^5.4.1","@rsdoctor/core":"workspace:*","@rsdoctor/sdk":"workspace:*","@rsdoctor/types":"workspace:*","@rsdoctor/utils":"workspace:*","@rsdoctor/graph":"workspace:*"},"devDependencies":{"@rsdoctor/client":"workspace:*","cac":"^7.0.0","typescript":"^5.9.2","axios":"^1.13.6","picocolors":"^1.1.1"},"peerDependencies":{"@rsdoctor/client":"workspace:*"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"}}');
|
|
4299
4299
|
let constants_bin = Object.keys(package_namespaceObject.bin)[0], analyze = enhanceCommand(({ cwd, name, bin })=>({
|
|
4300
4300
|
command: "analyze",
|
|
4301
4301
|
description: `
|
package/dist/index.js
CHANGED
|
@@ -4208,7 +4208,7 @@ axios.Axios = Axios, axios.CanceledError = cancel_CanceledError, axios.CancelTok
|
|
|
4208
4208
|
}, axios.isAxiosError = function(payload) {
|
|
4209
4209
|
return utils.isObject(payload) && !0 === payload.isAxiosError;
|
|
4210
4210
|
}, axios.mergeConfig = mergeConfig, axios.AxiosHeaders = AxiosHeaders, axios.formToJSON = (thing)=>helpers_formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing), axios.getAdapter = adapters_adapters_getAdapter, axios.HttpStatusCode = HttpStatusCode, axios.default = axios;
|
|
4211
|
-
var package_namespaceObject = JSON.parse('{"name":"@rsdoctor/cli","version":"1.5.
|
|
4211
|
+
var package_namespaceObject = JSON.parse('{"name":"@rsdoctor/cli","version":"1.5.5","repository":{"type":"git","url":"https://github.com/web-infra-dev/rsdoctor","directory":"packages/cli"},"bin":{"rsdoctor":"./bin/rsdoctor"},"files":["bin","dist"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.cjs"}},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"dev":"npm run start","build":"rslib build","start":"rslib build -w","test":"rstest run"},"type":"module","dependencies":{"ora":"^5.4.1","@rsdoctor/core":"workspace:*","@rsdoctor/sdk":"workspace:*","@rsdoctor/types":"workspace:*","@rsdoctor/utils":"workspace:*","@rsdoctor/graph":"workspace:*"},"devDependencies":{"@rsdoctor/client":"workspace:*","cac":"^7.0.0","typescript":"^5.9.2","axios":"^1.13.6","picocolors":"^1.1.1"},"peerDependencies":{"@rsdoctor/client":"workspace:*"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"}}');
|
|
4212
4212
|
let constants_bin = Object.keys(package_namespaceObject.bin)[0], picocolors = __webpack_require__("../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js"), analyze = (fn = ({ cwd, name, bin })=>({
|
|
4213
4213
|
command: "analyze",
|
|
4214
4214
|
description: `
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/cli",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -26,21 +26,21 @@
|
|
|
26
26
|
"type": "module",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"ora": "^5.4.1",
|
|
29
|
-
"@rsdoctor/core": "1.5.
|
|
30
|
-
"@rsdoctor/
|
|
31
|
-
"@rsdoctor/
|
|
32
|
-
"@rsdoctor/utils": "1.5.
|
|
33
|
-
"@rsdoctor/graph": "1.5.
|
|
29
|
+
"@rsdoctor/core": "1.5.5",
|
|
30
|
+
"@rsdoctor/sdk": "1.5.5",
|
|
31
|
+
"@rsdoctor/types": "1.5.5",
|
|
32
|
+
"@rsdoctor/utils": "1.5.5",
|
|
33
|
+
"@rsdoctor/graph": "1.5.5"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"cac": "^7.0.0",
|
|
37
37
|
"typescript": "^5.9.2",
|
|
38
38
|
"axios": "^1.13.6",
|
|
39
39
|
"picocolors": "^1.1.1",
|
|
40
|
-
"@rsdoctor/client": "1.5.
|
|
40
|
+
"@rsdoctor/client": "1.5.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@rsdoctor/client": "1.5.
|
|
43
|
+
"@rsdoctor/client": "1.5.5"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public",
|