zephyr-edge-contract 0.1.16 → 0.2.0-next.1
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.
|
@@ -131,6 +131,8 @@ export interface ZephyrBuildStats {
|
|
|
131
131
|
plugin_version?: string;
|
|
132
132
|
/** Version of the edge worker that handled deployment forwarding */
|
|
133
133
|
worker_version?: string;
|
|
134
|
+
/** When true, plugin waits for terminal deployment status before finishing. */
|
|
135
|
+
waitForCompletion?: boolean;
|
|
134
136
|
}
|
|
135
137
|
declare enum DeploymentIntegrationPlatform {
|
|
136
138
|
CLOUDFLARE = "cloudflare",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zephyr-build-stats.js","sourceRoot":"","sources":["../../src/lib/zephyr-build-stats.ts"],"names":[],"mappings":";AAAA,0BAA0B;;
|
|
1
|
+
{"version":3,"file":"zephyr-build-stats.js","sourceRoot":"","sources":["../../src/lib/zephyr-build-stats.ts"],"names":[],"mappings":";AAAA,0BAA0B;;AAiJ1B,IAAK,6BAMJ;AAND,WAAK,6BAA6B;IAChC,0DAAyB,CAAA;IACzB,4CAAW,CAAA;IACX,oDAAmB,CAAA;IACnB,gDAAe,CAAA;IACf,4CAAW,CAAA;AACb,CAAC,EANI,6BAA6B,KAA7B,6BAA6B,QAMjC"}
|
package/dist/package.json
CHANGED