@ts-dev-tools/core 1.8.0 → 1.8.1
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.
|
@@ -50,7 +50,7 @@ var up = function (absoluteProjectDir) { return __awaiter(void 0, void 0, void 0
|
|
|
50
50
|
if (FileService_1.FileService.fileExists(eslintConfigFilePath)) {
|
|
51
51
|
return [2 /*return*/];
|
|
52
52
|
}
|
|
53
|
-
FileService_1.FileService.putFileContent(eslintConfigFilePath, "import tsDevToolsCore from \"@ts-dev-tools/core/dist/eslint-plugin-ts-dev-tools/index.js\";\n\nexport default tsDevToolsCore;\n");
|
|
53
|
+
FileService_1.FileService.putFileContent(eslintConfigFilePath, "import { default as tsDevToolsCore } from \"@ts-dev-tools/core/dist/eslint-plugin-ts-dev-tools/index.js\";\n\nexport default tsDevToolsCore.default;\n");
|
|
54
54
|
return [2 /*return*/];
|
|
55
55
|
});
|
|
56
56
|
}); };
|
|
@@ -80,7 +80,7 @@ var PackageManagerService = /** @class */ (function () {
|
|
|
80
80
|
break;
|
|
81
81
|
}
|
|
82
82
|
args.push(packageName);
|
|
83
|
-
return [4 /*yield*/, PackageManagerService.execCommand(args, dirPath)];
|
|
83
|
+
return [4 /*yield*/, PackageManagerService.execCommand(args, dirPath, true)];
|
|
84
84
|
case 2:
|
|
85
85
|
_a.sent();
|
|
86
86
|
return [2 /*return*/];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-dev-tools/core",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "TS dev tools Core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"linter",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"github-actions"
|
|
92
92
|
]
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "d1a7b1ec02eb2d73890b362bf7cf862c9dc84b54"
|
|
95
95
|
}
|