File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed
Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 5252 "@google-cloud/paginator" : " ^0.2.0" ,
5353 "@google-cloud/projectify" : " ^0.3.0" ,
5454 "@google-cloud/promisify" : " ^0.4.0" ,
55- "arrify" : " ^1 .0.0" ,
55+ "arrify" : " ^2 .0.0" ,
5656 "concat-stream" : " ^2.0.0" ,
5757 "dot-prop" : " ^4.2.0" ,
5858 "escape-string-regexp" : " ^1.0.5" ,
7272 },
7373 "devDependencies" : {
7474 "@google-cloud/nodejs-repo-tools" : " ^3.0.0" ,
75- "@types/arrify" : " ^1.0.4" ,
7675 "@types/escape-string-regexp" : " ^1.0.0" ,
7776 "@types/extend" : " ^3.0.1" ,
7877 "@types/is" : " 0.0.21" ,
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- import * as arrify from 'arrify' ;
17+ import arrify = require ( 'arrify' ) ;
1818import * as escapeStringRegexp from 'escape-string-regexp' ;
1919import * as is from 'is' ;
2020const isUtf8 = require ( 'is-utf8' ) ;
Original file line number Diff line number Diff line change 3939import { Service } from '@google-cloud/common-grpc' ;
4040import { replaceProjectIdToken } from '@google-cloud/projectify' ;
4141import { promisifyAll } from '@google-cloud/promisify' ;
42- import * as arrify from 'arrify' ;
42+ import arrify = require ( 'arrify' ) ;
4343import * as extend from 'extend' ;
4444import { GoogleAuth } from 'google-auth-library' ;
4545import * as gax from 'google-gax' ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- import * as arrify from 'arrify' ;
17+ import arrify = require ( 'arrify' ) ;
1818import * as is from 'is' ;
1919import * as Long from 'long' ;
2020
Original file line number Diff line number Diff line change 1515 */
1616
1717import { promisifyAll } from '@google-cloud/promisify' ;
18- import * as arrify from 'arrify' ;
18+ import arrify = require ( 'arrify' ) ;
1919
2020const dotProp = require ( 'dot-prop' ) ;
2121import * as is from 'is' ;
Original file line number Diff line number Diff line change 1616
1717import * as common from '@google-cloud/common-grpc' ;
1818import { promisifyAll } from '@google-cloud/promisify' ;
19- import * as arrify from 'arrify' ;
19+ import arrify = require ( 'arrify' ) ;
2020
2121const concat = require ( 'concat-stream' ) ;
2222import * as is from 'is' ;
You can’t perform that action at this time.
0 commit comments