From 2a71e3417939ad4910645755120bb0943a5d107e Mon Sep 17 00:00:00 2001 From: 4gl <@> Date: Thu, 14 May 2026 10:32:47 +0100 Subject: [PATCH] chore: updating README and adding 2 attributes to .npmrc --- .npmrc | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 537f81f..702c607 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,3 @@ -ignore-scripts=true \ No newline at end of file +ignore-scripts=true +save-exact=true +fund=false \ No newline at end of file diff --git a/README.md b/README.md index 773fbb5..d2f5b7c 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ Configuration on the client side involves passing an object on startup, which ca - `verbose` - optional, if `true` then a summary of every HTTP response is logged. - `loginMechanism` - either `Default` or `Redirected`. See [SAS Logon](#sas-logon) section. - `useComputeApi` - Only relevant when the serverType is `SASVIYA`. If `true` the [Compute API](#using-the-compute-api) is used. If `false` the [JES API](#using-the-jes-api) is used. If `null` or `undefined` the [Web](#using-jes-web-app) approach is used. +- `runAsTask` - Only relevant for serverType `SASVIYA` and useComputeApi `null`. Will add the `_EXECUTIONTASKS=true` URL param and thus execute jobs as Compute Tasks. - `contextName` - Compute context on which the requests will be called. If missing or not provided, defaults to `Job Execution Compute context`. - `requestHistoryLimit` - Request history limit. Increasing this limit may affect browser performance, especially with debug (logs) enabled. Default is 10.