File tree Expand file tree Collapse file tree
src/api/resources/saml/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " ssoready" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "private" : false ,
55 "repository" : " https://github.com/ssoready/ssoready-typescript" ,
66 "main" : " ./index.js" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export class Saml {
5050 Authorization : await this . _getAuthorizationHeader ( ) ,
5151 "X-Fern-Language" : "JavaScript" ,
5252 "X-Fern-SDK-Name" : "ssoready" ,
53- "X-Fern-SDK-Version" : "0.1.0 " ,
53+ "X-Fern-SDK-Version" : "0.1.1 " ,
5454 "X-Fern-Runtime" : core . RUNTIME . type ,
5555 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
5656 } ,
@@ -119,7 +119,7 @@ export class Saml {
119119 Authorization : await this . _getAuthorizationHeader ( ) ,
120120 "X-Fern-Language" : "JavaScript" ,
121121 "X-Fern-SDK-Name" : "ssoready" ,
122- "X-Fern-SDK-Version" : "0.1.0 " ,
122+ "X-Fern-SDK-Version" : "0.1.1 " ,
123123 "X-Fern-Runtime" : core . RUNTIME . type ,
124124 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
125125 } ,
You can’t perform that action at this time.
0 commit comments