@pisell/common 0.0.35 → 0.0.36
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.
|
@@ -7,7 +7,7 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
|
|
|
7
7
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
8
8
|
import inquirer from 'inquirer';
|
|
9
9
|
import 'zx/globals';
|
|
10
|
-
import { uploadStaticToOSS } from "../aws";
|
|
10
|
+
import { uploadStaticToOSS } from "../aws/index.js";
|
|
11
11
|
import Release from "../release/release.js";
|
|
12
12
|
import { getCurrentProjectName, getCurrentUserName, sendWebhook } from "../utils/index.js";
|
|
13
13
|
import UploadCode from "./uploadCode.js";
|
|
@@ -35,7 +35,7 @@ __export(uploadCode_exports, {
|
|
|
35
35
|
module.exports = __toCommonJS(uploadCode_exports);
|
|
36
36
|
var import_inquirer = __toESM(require("inquirer"));
|
|
37
37
|
var import_globals = require("zx/globals");
|
|
38
|
-
var import_aws = require("../aws");
|
|
38
|
+
var import_aws = require("../aws/index.js");
|
|
39
39
|
var import_release = __toESM(require("../release/release.js"));
|
|
40
40
|
var import_utils = require("../utils/index.js");
|
|
41
41
|
var import_uploadCode = __toESM(require("./uploadCode.js"));
|