diff --git a/package-lock.json b/package-lock.json index 789b688..6153904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1253,9 +1253,9 @@ } }, "@sasjs/utils": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.20.0.tgz", - "integrity": "sha512-PBJswfumyejsb8wJQpSZ96zFEEeJ+AlpxWXhz9uT9D8bNCStfCd75E1JdV71RwxdavsKiGMSSh5UcGDyehFA4w==", + "version": "2.20.1", + "resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.20.1.tgz", + "integrity": "sha512-Wer6RrGPowBgvgJ2Hdk2nrdA9mIsG4AKI50s/cEWKfzMnQRQVrCNmVUyZlM5I8/pZRzsMzwq7PLaxjAADYUCuQ==", "requires": { "@types/prompts": "^2.0.13", "chalk": "^4.1.1", diff --git a/package.json b/package.json index 7dab86f..e4eba45 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "main": "index.js", "dependencies": { - "@sasjs/utils": "^2.20.0", + "@sasjs/utils": "^2.20.1", "axios": "^0.21.1", "axios-cookiejar-support": "^1.0.1", "form-data": "^4.0.0", diff --git a/src/SASjs.ts b/src/SASjs.ts index 3a3e555..0af290e 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -543,7 +543,7 @@ export default class SASjs { * `await request(sasJobPath, {}, {}, () => setIsLoggedIn(false))` * @param extraResponseAttributes - a array of predefined values that are used * to provide extra attributes (same names as those values) to be added in response - * Supported values: 'file' | 'output' | 'data' + * Supported values are declared in ExtraResponseAttributes type. */ public async request( sasJob: string,