File tree 7 files changed +10
-11
lines changed
packages/plugin-serverless
7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11
11
"create-twilio-function" : " ^1.0.1" ,
12
12
"lodash.camelcase" : " ^4.3.0" ,
13
13
"lodash.kebabcase" : " ^4.1.1" ,
14
- "twilio-run" : " 2.0.0-beta.8 "
14
+ "twilio-run" : " ^ 2.0.0-beta.9 "
15
15
},
16
16
"devDependencies" : {
17
17
"@oclif/dev-cli" : " ^1.21.3" ,
Original file line number Diff line number Diff line change 4
4
handler,
5
5
cliInfo,
6
6
describe,
7
- } = require ( 'twilio-run/src /commands/activate' ) ;
7
+ } = require ( 'twilio-run/dist /commands/activate' ) ;
8
8
const {
9
9
convertYargsOptionsToOclifFlags,
10
10
normalizeFlags,
Original file line number Diff line number Diff line change 4
4
handler,
5
5
cliInfo,
6
6
describe,
7
- } = require ( 'twilio-run/src /commands/deploy' ) ;
7
+ } = require ( 'twilio-run/dist /commands/deploy' ) ;
8
8
const {
9
9
convertYargsOptionsToOclifFlags,
10
10
normalizeFlags,
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ const { flags } = require('@oclif/command');
2
2
const { TwilioClientCommand } = require ( '@twilio/cli-core' ) . baseCommands ;
3
3
4
4
const createTwilioFunction = require ( 'create-twilio-function/src/create-twilio-function' ) ;
5
- const {
6
- handler,
7
- cliInfo,
8
- describe,
9
- } = require ( 'twilio-run/src/commands/activate' ) ;
10
5
const { normalizeFlags } = require ( '../../utils' ) ;
11
6
12
7
class FunctionsInit extends TwilioClientCommand {
Original file line number Diff line number Diff line change 1
1
// const { Command } = require('@oclif/command');
2
2
const { TwilioClientCommand } = require ( '@twilio/cli-core' ) . baseCommands ;
3
3
4
- const { handler, cliInfo, describe } = require ( 'twilio-run/src /commands/list' ) ;
4
+ const { handler, cliInfo, describe } = require ( 'twilio-run/dist /commands/list' ) ;
5
5
const {
6
6
convertYargsOptionsToOclifFlags,
7
7
normalizeFlags,
Original file line number Diff line number Diff line change 1
1
const { Command } = require ( '@oclif/command' ) ;
2
2
3
- const { handler, cliInfo, describe } = require ( 'twilio-run/src /commands/new' ) ;
3
+ const { handler, cliInfo, describe } = require ( 'twilio-run/dist /commands/new' ) ;
4
4
const {
5
5
convertYargsOptionsToOclifFlags,
6
6
normalizeFlags,
Original file line number Diff line number Diff line change 1
1
const { Command } = require ( '@oclif/command' ) ;
2
2
3
- const { handler, cliInfo, describe } = require ( 'twilio-run/src/commands/start' ) ;
3
+ const {
4
+ handler,
5
+ cliInfo,
6
+ describe,
7
+ } = require ( 'twilio-run/dist/commands/start' ) ;
4
8
const {
5
9
convertYargsOptionsToOclifFlags,
6
10
normalizeFlags,
You can’t perform that action at this time.
0 commit comments