File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.2.625
1+ 1.2.626
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- rm -f ~ /.npmrc && rm -f ~ /.yarnrc
4- yarn && yarn build
3+ rm -f ~ /.npmrc
4+ rm -f ~ /.yarnrc
5+ npm install --min-release-age=14 && npm run build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var apiKey;
1212var baseUrl = 'https://app.files.com' ;
1313var sessionId = null ;
1414var language = null ;
15- var version = '1.2.625 ' ;
15+ var version = '1.2.626 ' ;
1616var userAgent = "Files.com JavaScript SDK v" . concat ( version ) ;
1717var logLevel = _Logger . LogLevel . INFO ;
1818var debugRequest = false ;
Original file line number Diff line number Diff line change 11{
22 "name" : " files.com" ,
3- "version" : " 1.2.625 " ,
3+ "version" : " 1.2.626 " ,
44 "description" : " Files.com SDK for JavaScript" ,
55 "keywords" : [
66 " files.com" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let apiKey
66let baseUrl = 'https://app.files.com'
77let sessionId = null
88let language = null
9- const version = '1.2.625 '
9+ const version = '1.2.626 '
1010let userAgent = `Files.com JavaScript SDK v${ version } `
1111
1212let logLevel = LogLevel . INFO
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- rm -f ~ /.npmrc && rm -f ~ /.yarnrc
3+ rm -f ~ /.npmrc
4+ rm -f ~ /.yarnrc
45
56# Execute running tests from same directory as current script
67cd " $( dirname " $0 " ) "
78
89# Install dependencies
9- npm install
10+ npm install --min-release-age=14
1011npm run lint && \
1112npm run build && \
12- npm run test
13+ npm run test
Original file line number Diff line number Diff line change 1818//
1919// Next, in the ../../../ directory, build the SDK:
2020//
21- // npm install
21+ // npm install --min-release-age=14
2222// npm run build
2323//
2424// Then, in the ../ directory, build the test suite:
2525//
26- // npm install
26+ // npm install --min-release-age=14
2727// npm run build
2828//
2929// Finally, execute the current file:
You can’t perform that action at this time.
0 commit comments