@cloudflare/deploy-helpers 0.2.0 → 0.2.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.
@@ -78,6 +78,8 @@ type SharedDeployVersionsProps = {
78
78
  sendMetrics: boolean;
79
79
  /** Resolved from getFlag("RESOURCES_PROVISION"). Controls whether bindings are auto-provisioned before upload. */
80
80
  resourcesProvision: boolean;
81
+ /** temporary hack - cf is not yet a recognised deploy source, so any deploys from cf comes back normalised to 'api'*/
82
+ skipLastDeployedFromApiCheck: boolean;
81
83
  };
82
84
  type DeployProps = SharedDeployVersionsProps & {
83
85
  /** Discriminant for DeployProps vs VersionsUploadProps */
@@ -1,2 +1,2 @@
1
- export { g as confirm, e as fetchKVGetValue, c as fetchListResult, d as fetchPagedListResult, f as fetchResult, i as initDeployHelpersContext, h as isNonInteractiveOrCI, l as logger, p as prompt } from './context-CBAALoQ9.mjs';
1
+ export { g as confirm, e as fetchKVGetValue, c as fetchListResult, d as fetchPagedListResult, f as fetchResult, i as initDeployHelpersContext, h as isNonInteractiveOrCI, l as logger, p as prompt } from './context-CRT2xLqo.mjs';
2
2
  import '@cloudflare/workers-utils';
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { D as DeployProps, W as WorkerBuildResult, V as VersionsUploadProps, T as TriggerProps, a as TriggerDeployment, S as SharedDeployVersionsProps } from './context-CBAALoQ9.mjs';
2
- export { b as DeployHelpersContext, i as initDeployHelpersContext } from './context-CBAALoQ9.mjs';
1
+ import { D as DeployProps, W as WorkerBuildResult, V as VersionsUploadProps, T as TriggerProps, a as TriggerDeployment, S as SharedDeployVersionsProps } from './context-CRT2xLqo.mjs';
2
+ export { b as DeployHelpersContext, i as initDeployHelpersContext } from './context-CRT2xLqo.mjs';
3
3
  export { InputWorkerSchema, ModuleType, OutputWorkerSchema, ParsedInputWorkerConfig, ParsedOutputWorkerConfig, convertToWranglerConfig } from '@cloudflare/config';
4
4
  import { ContainerNormalizedConfig, ImageURIConfig } from '@cloudflare/containers-shared';
5
5
  import * as _cloudflare_workers_utils from '@cloudflare/workers-utils';