File tree Expand file tree Collapse file tree 11 files changed +23
-23
lines changed
Expand file tree Collapse file tree 11 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1212 "@heroku-cli/schema" : " ^1.0.25" ,
1313 "@heroku/eventsource" : " ^1.0.7" ,
1414 "@heroku/function-toml" : " ^0.0.3" ,
15+ "@heroku/functions-core" : " ^0.5.5" ,
1516 "@heroku/project-descriptor" : " 0.0.6" ,
16- "@hk/functions-core" : " npm:@heroku/functions-core@^0.5.3" ,
1717 "@oclif/core" : " ^1.26.1" ,
1818 "@salesforce/core" : " ^3.32.12" ,
1919 "@salesforce/sf-plugins-core" : " ^1.22.3" ,
Original file line number Diff line number Diff line change 77import herokuColor from '@heroku-cli/color' ;
88import { Messages } from '@salesforce/core' ;
99import { Errors , Flags } from '@oclif/core' ;
10- import { generateFunction , Language } from '@hk /functions-core' ;
10+ import { generateFunction , Language } from '@heroku /functions-core' ;
1111import Command from '../../lib/base' ;
1212
1313Messages . importMessagesDirectory ( __dirname ) ;
Original file line number Diff line number Diff line change 66 */
77import * as fs from 'fs' ;
88import { Errors , Flags } from '@oclif/core' ;
9- import { runFunction , RunFunctionOptions } from '@hk /functions-core' ;
9+ import { runFunction , RunFunctionOptions } from '@heroku /functions-core' ;
1010import { cli } from 'cli-ux' ;
1111import herokuColor from '@heroku-cli/color' ;
1212import { AxiosResponse , AxiosError } from 'axios' ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import * as path from 'path';
88import herokuColor from '@heroku-cli/color' ;
99import { Messages } from '@salesforce/core' ;
1010import { Command , Flags } from '@oclif/core' ;
11- import { getFunctionsBinary , getProjectDescriptor } from '@hk /functions-core' ;
11+ import { getFunctionsBinary , getProjectDescriptor } from '@heroku /functions-core' ;
1212import { cli } from 'cli-ux' ;
1313import { JsonMap } from '@salesforce/ts-types' ;
1414
Original file line number Diff line number Diff line change 77import * as path from 'path' ;
88import * as process from 'process' ;
99import { Command , Flags } from '@oclif/core' ;
10- import { LocalRun } from '@hk /functions-core' ;
10+ import { LocalRun } from '@heroku /functions-core' ;
1111import { Messages } from '@salesforce/core' ;
12- import { LangRunnerOpts } from '@hk /functions-core/dist/lang-runner' ;
12+ import { LangRunnerOpts } from '@heroku /functions-core/dist/lang-runner' ;
1313
1414Messages . importMessagesDirectory ( __dirname ) ;
1515const messages = Messages . loadMessages ( '@salesforce/plugin-functions' , 'run.function.start.local' ) ;
Original file line number Diff line number Diff line change 66 */
77import { expect , test } from '@oclif/test' ;
88import * as sinon from 'sinon' ;
9- import * as library from '@hk /functions-core' ;
9+ import * as library from '@heroku /functions-core' ;
1010import vacuum from '../../helpers/vacuum' ;
1111
1212describe ( 'sf generate function' , ( ) => {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { cli } from 'cli-ux';
1111import { MockTestOrgData , testSetup } from '@salesforce/core/lib/testSetup' ;
1212import * as sinon from 'sinon' ;
1313
14- import * as library from '@hk /functions-core' ;
14+ import * as library from '@heroku /functions-core' ;
1515import vacuum from '../../helpers/vacuum' ;
1616
1717describe ( 'sf run function' , ( ) => {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { EventEmitter } from 'events';
99import { Readable } from 'stream' ;
1010import { expect , test } from '@oclif/test' ;
1111import * as sinon from 'sinon' ;
12- import { LocalRun , LocalRunProcess } from '@hk /functions-core' ;
12+ import { LocalRun , LocalRunProcess } from '@heroku /functions-core' ;
1313
1414describe ( 'sdf run function start' , ( ) => {
1515 let sandbox : sinon . SinonSandbox ;
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import * as events from 'events';
88import { expect , test } from '@oclif/test' ;
99import * as sinon from 'sinon' ;
1010
11- import * as library from '@hk /functions-core' ;
12- import { Benny } from '@hk /functions-core' ;
11+ import * as library from '@heroku /functions-core' ;
12+ import { Benny } from '@heroku /functions-core' ;
1313
1414describe ( 'sd function start container' , ( ) => {
1515 let sandbox : sinon . SinonSandbox ;
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import { ChildProcess } from 'child_process';
99import { EventEmitter } from 'events' ;
1010import { expect , test } from '@oclif/test' ;
1111import * as sinon from 'sinon' ;
12- import { LocalRun , LocalRunProcess } from '@hk /functions-core' ;
12+ import { LocalRun , LocalRunProcess } from '@heroku /functions-core' ;
1313import { SinonStub , SinonStubbedInstance } from 'sinon' ;
14- import { LangRunnerOpts } from '@hk /functions-core/dist/lang-runner' ;
14+ import { LangRunnerOpts } from '@heroku /functions-core/dist/lang-runner' ;
1515import Local from '../../../../../src/commands/run/function/start/local' ;
1616
1717describe ( 'sf run function start local' , ( ) => {
You can’t perform that action at this time.
0 commit comments