claudekit-cli 3.41.4-dev.22 → 3.41.4-dev.23
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/dist/index.js +1 -1
- package/dist/ui/assets/event-CvH71nKt.js +1 -0
- package/dist/ui/assets/index-DGjkTpwf.js +1 -0
- package/dist/ui/assets/{index-BZOPGL2I.js → index-kwj2eoup.js} +43 -43
- package/dist/ui/index.html +1 -1
- package/package.json +1 -1
- package/dist/ui/assets/core-B8a0kdWx.js +0 -1
- package/dist/ui/assets/event-BR0sBAas.js +0 -1
- package/dist/ui/assets/index-Bnd1bUG3.js +0 -1
package/dist/index.js
CHANGED
|
@@ -60626,7 +60626,7 @@ var package_default;
|
|
|
60626
60626
|
var init_package = __esm(() => {
|
|
60627
60627
|
package_default = {
|
|
60628
60628
|
name: "claudekit-cli",
|
|
60629
|
-
version: "3.41.4-dev.
|
|
60629
|
+
version: "3.41.4-dev.23",
|
|
60630
60630
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
60631
60631
|
type: "module",
|
|
60632
60632
|
repository: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{i,t as c}from"./index-kwj2eoup.js";import"./vendor-BkC4CYzM.js";var n;(function(e){e.WINDOW_RESIZED="tauri://resize",e.WINDOW_MOVED="tauri://move",e.WINDOW_CLOSE_REQUESTED="tauri://close-requested",e.WINDOW_DESTROYED="tauri://destroyed",e.WINDOW_FOCUS="tauri://focus",e.WINDOW_BLUR="tauri://blur",e.WINDOW_SCALE_FACTOR_CHANGED="tauri://scale-change",e.WINDOW_THEME_CHANGED="tauri://theme-changed",e.WINDOW_CREATED="tauri://window-created",e.WEBVIEW_CREATED="tauri://webview-created",e.DRAG_ENTER="tauri://drag-enter",e.DRAG_OVER="tauri://drag-over",e.DRAG_DROP="tauri://drag-drop",e.DRAG_LEAVE="tauri://drag-leave"})(n||(n={}));async function _(e,a){window.__TAURI_EVENT_PLUGIN_INTERNALS__.unregisterListener(e,a),await i("plugin:event|unlisten",{event:e,eventId:a})}async function d(e,a,t){var r;const l=typeof t?.target=="string"?{kind:"AnyLabel",label:t.target}:(r=t?.target)!==null&&r!==void 0?r:{kind:"Any"};return i("plugin:event|listen",{event:e,target:l,handler:c(a)}).then(u=>async()=>_(e,u))}async function W(e,a,t){return d(e,r=>{_(e,r.id),a(r)},t)}async function s(e,a){await i("plugin:event|emit",{event:e,payload:a})}async function g(e,a,t){await i("plugin:event|emit_to",{target:typeof e=="string"?{kind:"AnyLabel",label:e}:e,event:a,payload:t})}export{n as TauriEvent,s as emit,g as emitTo,d as listen,W as once};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{R as t,C as r,i as a}from"./index-kwj2eoup.js";import"./vendor-BkC4CYzM.js";class l extends t{constructor(e){super(e.rid),this.available=!0,this.currentVersion=e.currentVersion,this.version=e.version,this.date=e.date,this.body=e.body,this.rawJson=e.rawJson}async download(e,s){i(s);const d=new r;e&&(d.onmessage=e);const o=await a("plugin:updater|download",{onEvent:d,rid:this.rid,...s});this.downloadedBytes=new t(o)}async install(){if(!this.downloadedBytes)throw new Error("Update.install called before Update.download");await a("plugin:updater|install",{updateRid:this.rid,bytesRid:this.downloadedBytes.rid}),this.downloadedBytes=void 0}async downloadAndInstall(e,s){i(s);const d=new r;e&&(d.onmessage=e),await a("plugin:updater|download_and_install",{onEvent:d,rid:this.rid,...s})}async close(){await this.downloadedBytes?.close(),await super.close()}}async function h(n){i(n);const e=await a("plugin:updater|check",{...n});return e?new l(e):null}function i(n){n?.headers&&(n.headers=Array.from(new Headers(n.headers).entries()))}export{l as Update,h as check};
|