@cloud-cli/on 1.7.2 → 1.7.3

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.
Files changed (2) hide show
  1. package/dist/on.js +1 -1
  2. package/package.json +1 -1
package/dist/on.js CHANGED
@@ -8381,7 +8381,7 @@ var Io, Lo, Ro, zo = class {
8381
8381
  ${e.status.toUpperCase()}
8382
8382
  </span>
8383
8383
  <button class="text-xs text-white p-1 border border-gray-400 mt-2" onclick="restartJob('${e.jobId}')">restart</button>
8384
- >/div>
8384
+ </div>
8385
8385
  </div>
8386
8386
 
8387
8387
  <div class="rounded overflow-hidden border-b border-gray-800">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-cli/on",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "CLI entry point for the on plugin ecosystem.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.3",