File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
npm run test:unit
67
67
```
68
68
69
- To run single test file use ` test:single ` script, e.g. run tests in ` test/unit/snowflake_test.js ` only:
69
+ To run a single test file use ` test:single ` script, e.g. run tests in ` test/unit/snowflake_test.js ` only:
70
70
71
71
```
72
72
npm run test:single -- test/unit/snowflake_test.js
Original file line number Diff line number Diff line change 2
2
* Copyright (c) 2015-2024 Snowflake Computing Inc. All rights reserved.
3
3
*/
4
4
5
- const { NodeHttpHandler } = require ( '@aws-sdk /node-http-handler' ) ;
5
+ const { NodeHttpHandler } = require ( '@smithy /node-http-handler' ) ;
6
6
const EncryptionMetadata = require ( './encrypt_util' ) . EncryptionMetadata ;
7
7
const FileHeader = require ( './file_util' ) . FileHeader ;
8
8
const expandTilde = require ( 'expand-tilde' ) ;
Original file line number Diff line number Diff line change 4
4
"description" : " Node.js driver for Snowflake" ,
5
5
"dependencies" : {
6
6
"@aws-sdk/client-s3" : " ^3.388.0" ,
7
- "@aws-sdk /node-http-handler" : " ^3.374.0 " ,
7
+ "@smithy /node-http-handler" : " ^3.2.5 " ,
8
8
"@azure/storage-blob" : " 12.18.x" ,
9
9
"@google-cloud/storage" : " ^7.7.0" ,
10
10
"@techteamer/ocsp" : " 1.0.1" ,
You can’t perform that action at this time.
0 commit comments