@spinnaker/appengine
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -0,1 +1,3 @@ | ||
/// <reference types="angular" /> | ||
/// <reference types="./types" /> | ||
import { IArtifact, IArtifactAccountPair, IServerGroup } from '@spinnaker/core'; | ||
@@ -39,4 +41,5 @@ import { GitCredentialType, IAppengineGitTrigger, IAppengineJenkinsTrigger } from 'appengine/domain/index'; | ||
export declare class AppengineServerGroupTransformer { | ||
private $q; | ||
static $inject: string[]; | ||
private $q; | ||
constructor($q: ng.IQService); | ||
normalizeServerGroup(serverGroup: IServerGroup): PromiseLike<IServerGroup>; | ||
@@ -43,0 +46,0 @@ convertServerGroupCommandToDeployConfiguration(command: IAppengineServerGroupCommand): AppengineDeployDescription; |
{ | ||
"name": "@spinnaker/appengine", | ||
"license": "Apache-2.0", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"main": "lib/lib.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
@@ -76,3 +76,3 @@ import { module } from 'angular'; | ||
public static $inject = ['$q']; | ||
private $q: ng.IQService; | ||
constructor(private $q: ng.IQService) {} | ||
@@ -79,0 +79,0 @@ public normalizeServerGroup(serverGroup: IServerGroup): PromiseLike<IServerGroup> { |
@@ -5,3 +5,3 @@ import { AppengineServerGroupTransformer } from './transformer'; | ||
it('converts the command into an AppengineDeployDescription object', () => { | ||
const transformer = new AppengineServerGroupTransformer(); | ||
const transformer = new AppengineServerGroupTransformer(null); | ||
const command: any = { | ||
@@ -8,0 +8,0 @@ expectedArtifact: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
760343
4298