@sevenvip666/rop 0.1.10 → 0.1.11

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.
@@ -1242,7 +1242,7 @@ var init = function () { return __awaiter(void 0, void 0, void 0, function () {
1242
1242
  console.log(colors.blue("updater endpoints : ".concat(releaseHost ? releaseHost : host + '/api', "/tauri/").concat(projectId, "/").concat(branch, "/{{target}}/{{arch}}/{{current_version}}")));
1243
1243
  break;
1244
1244
  case Framework.CAPACITOR:
1245
- console.log(colors.blue("updater endpoints : ".concat(releaseHost ? releaseHost : host + '/api', "/capacitor/").concat(projectId, "/").concat(branch, "/{{target}}/{{arch}}/{{current_version}}")));
1245
+ console.log(colors.blue("updater endpoints : ".concat(releaseHost ? releaseHost : host + '/api', "/capacitor/").concat(projectId, "/").concat(branch)));
1246
1246
  break;
1247
1247
  case Framework.FLUTTER:
1248
1248
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sevenvip666/rop",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "files": [
5
5
  "dist"
6
6
  ],