@sevenvip666/rop 0.1.27 → 0.1.28

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.
@@ -1470,12 +1470,12 @@ var upload = function (platform, arch, options) { return __awaiter(void 0, void
1470
1470
  });
1471
1471
  }); };
1472
1472
  var _upload = function (config) { return __awaiter(void 0, void 0, void 0, function () {
1473
- var accessKey, projectId, token, teamSign, artifact, arch, version, platform, autoRelease, signature, checksum, sigPath, checkSumPath, targetPath, updatePath, targetPathSplit, targetName, updateName, updatePathSplit, uploadClient;
1473
+ var accessKey, projectId, token, teamSign, artifact, arch, version, platform, buildVersion, autoRelease, signature, checksum, sigPath, checkSumPath, targetPath, updatePath, targetPathSplit, targetName, updateName, updatePathSplit, uploadClient;
1474
1474
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
1475
1475
  return __generator(this, function (_l) {
1476
1476
  switch (_l.label) {
1477
1477
  case 0:
1478
- accessKey = config.accessKey, projectId = config.projectId, token = config.token, teamSign = config.teamSign, artifact = config.artifact, arch = config.arch, version = config.version, platform = config.platform, config.host, autoRelease = config.autoRelease;
1478
+ accessKey = config.accessKey, projectId = config.projectId, token = config.token, teamSign = config.teamSign, artifact = config.artifact, arch = config.arch, version = config.version, platform = config.platform, buildVersion = config.buildVersion, autoRelease = config.autoRelease;
1479
1479
  if (artifact === null || artifact === void 0 ? void 0 : artifact.sig) {
1480
1480
  sigPath = void 0;
1481
1481
  if (typeof artifact.sig === 'string') {
@@ -1537,6 +1537,7 @@ var _upload = function (config) { return __awaiter(void 0, void 0, void 0, funct
1537
1537
  arch: arch,
1538
1538
  platform: platform,
1539
1539
  version: version,
1540
+ buildVersion: buildVersion,
1540
1541
  targetPath: targetPath,
1541
1542
  targetName: targetName,
1542
1543
  updatePath: updatePath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sevenvip666/rop",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "files": [
5
5
  "dist"
6
6
  ],