nestia 2.0.7-dev.20220414 → 2.0.7-dev.20220414-2
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/bin/executable/nestia.js +1 -1
- package/package.json +1 -1
package/bin/executable/nestia.js
CHANGED
|
@@ -98,7 +98,7 @@ function sdk() {
|
|
|
98
98
|
switch (_a.label) {
|
|
99
99
|
case 0:
|
|
100
100
|
// EXECUTE THE COMMAND, BUT IGNORE WARNINGS
|
|
101
|
-
return [4 /*yield*/, Promise.resolve().then(function () { return __importStar(require(path.relative(process.cwd(), "".concat(__dirname, "/../executable/sdk")))); })];
|
|
101
|
+
return [4 /*yield*/, Promise.resolve().then(function () { return __importStar(require(path.relative(process.cwd(), "".concat(__dirname, "/../executable/sdk.js")))); })];
|
|
102
102
|
case 1:
|
|
103
103
|
// EXECUTE THE COMMAND, BUT IGNORE WARNINGS
|
|
104
104
|
_a.sent();
|