@spinnaker/ecs 2025.0.6 → 2025.1.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.
@@ -1,5 +1,5 @@
1
1
  import type { IInstance, IInstanceCounts, ILoadBalancer } from '@spinnaker/core';
2
- export declare type IListenerActionType = 'forward' | 'authenticate-oidc' | 'redirect' | 'authenticate-cognito' | 'fixed-response';
2
+ export type IListenerActionType = 'forward' | 'authenticate-oidc' | 'redirect' | 'authenticate-cognito' | 'fixed-response';
3
3
  export interface IEcsLoadBalancer extends ILoadBalancer {
4
4
  name: string;
5
5
  account: string;
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import * as angular from 'angular';
2
2
  import { module } from 'angular';
3
- import { HelpContentsRegistry, SETTINGS, REST, CloudProviderRegistry, ConfirmationModalService, RecentHistoryService, InstanceReader, InstanceWriter, LoadBalancerServerGroup, Spinner, CollapsibleSection, timestamp, AccountTag, APPLICATION_STATE_PROVIDER, Registry, AccountService, StageConstants, PipelineTemplates, SECURITY_GROUP_READER, MANAGED_RESOURCE_DETAILS_INDICATOR, FirewallLabels, LOAD_BALANCER_READ_SERVICE, CACHE_INITIALIZER_SERVICE, SERVER_GROUP_COMMAND_REGISTRY_PROVIDER, SubnetReader, NameUtils, INSTANCE_TYPE_SERVICE, SERVER_GROUP_WRITER, OVERRIDE_REGISTRY, STAGE_ARTIFACT_SELECTOR_COMPONENT_REACT, TaskMonitor, ModalWizard, TetheredSelect, HelpField, withErrorBoundary, ArtifactTypePatterns, StageArtifactSelectorDelegate, StageConfigField, CheckboxInput, ServerGroupReader, ServerGroupWarningMessageService, DeploymentStrategyRegistry } from '@spinnaker/core';
3
+ import { HelpContentsRegistry, SETTINGS, REST, CloudProviderRegistry, ConfirmationModalService, RecentHistoryService, InstanceReader, InstanceWriter, LoadBalancerServerGroup, Spinner, CollapsibleSection, timestamp, AccountTag, APPLICATION_STATE_PROVIDER, Registry, AccountService, StageConstants, PipelineTemplates, SECURITY_GROUP_READER, MANAGED_RESOURCE_DETAILS_INDICATOR, FirewallLabels, LOAD_BALANCER_READ_SERVICE, CACHE_INITIALIZER_SERVICE, SERVER_GROUP_COMMAND_REGISTRY_PROVIDER, SubnetReader, NameUtils, INSTANCE_TYPE_SERVICE, SERVER_GROUP_WRITER, OVERRIDE_REGISTRY, STAGE_ARTIFACT_SELECTOR_COMPONENT_REACT, TaskMonitor, ModalWizard, TetheredSelect, HelpField, withErrorBoundary, ArtifactTypePatterns, StageArtifactSelectorDelegate, StageConfigField, CheckboxInput, ServerGroupWarningMessageService, ServerGroupReader, DeploymentStrategyRegistry } from '@spinnaker/core';
4
4
  import UIROUTER_ANGULARJS from '@uirouter/angularjs';
5
5
  import ANGULAR_UI_BOOTSTRAP from 'angular-ui-bootstrap';
6
- import _, { isEqual, clone, has, flatten, keys, chain, find, intersection, xor, extend, some, uniqWith, defaults, isEmpty, filter } from 'lodash';
6
+ import _, { isEqual, clone, has, flatten, keys, chain, find, intersection, xor, extend, some, uniqWith, defaults, filter, isEmpty } from 'lodash';
7
7
  import { getAllTargetGroups, applyHealthCheckInfoToTargetGroups, VpcReader } from '@spinnaker/amazon';
8
8
  import * as React from 'react';
9
9
  import React__default from 'react';