File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - uses : actions/setup-node@v1
2020 with :
2121 node-version : ' 20.x'
22- registry-url : " https://registry.npmjs.org"
22+ # registry-url: "https://registry.npmjs.org"
2323
2424 - name : Install Packages
2525 run : npm install
Original file line number Diff line number Diff line change 11{
22 "name" : " skyflow-node" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 1.14.2-dev.e8b58cc " ,
44 "description" : " Skyflow SDK for Node.js" ,
55 "main" : " ./lib/index.js" ,
66 "module" : " ./lib/index.js" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { ServiceAccountResponseError } from '../vault/types';
1010import { WithRawResponse } from '../ _generated_/rest/core' ;
1111
1212export type BearerTokenOptions = {
13- ctx ?: string ,
13+ ctx ?: string | Record < string , any > ,
1414 roleIDs ?: string [ ] ,
1515 logLevel ?: LogLevel ,
1616}
@@ -27,7 +27,7 @@ export type SignedDataTokensResponse = {
2727export type SignedDataTokensOptions = {
2828 dataTokens : string [ ] ,
2929 timeToLive ?: number ,
30- ctx ?: string ,
30+ ctx ?: string | Record < string , any > ,
3131 logLevel ?: LogLevel ,
3232}
3333
You can’t perform that action at this time.
0 commit comments