diff --git a/api/package-lock.json b/api/package-lock.json index 6be30ee..a9e8a0f 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -8,7 +8,7 @@ "name": "api", "version": "0.0.2", "dependencies": { - "@sasjs/core": "^4.27.3", + "@sasjs/core": "^4.31.3", "@sasjs/utils": "2.42.1", "bcryptjs": "^2.4.3", "connect-mongo": "^4.6.0", @@ -1390,9 +1390,9 @@ } }, "node_modules/@sasjs/core": { - "version": "4.27.3", - "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.27.3.tgz", - "integrity": "sha512-8AaPPRGMwhmjw244CDSnTqHXdp/77ZBjIJMgwqw4wTrCf8Vzs2Y5hVihbvAniIGQctZHLMR6X5a3X4ccn9gRjg==" + "version": "4.31.3", + "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.31.3.tgz", + "integrity": "sha512-TpVqWl5bqp3JTQjIg0r4WiQg7Ima5f17eAJILJbdYDdXsnLXlA/Csbb95G7eDPhzWpM3C0NrzKek3yvCMGzXIA==" }, "node_modules/@sasjs/utils": { "version": "2.42.1", @@ -11595,9 +11595,9 @@ } }, "@sasjs/core": { - "version": "4.27.3", - "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.27.3.tgz", - "integrity": "sha512-8AaPPRGMwhmjw244CDSnTqHXdp/77ZBjIJMgwqw4wTrCf8Vzs2Y5hVihbvAniIGQctZHLMR6X5a3X4ccn9gRjg==" + "version": "4.31.3", + "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.31.3.tgz", + "integrity": "sha512-TpVqWl5bqp3JTQjIg0r4WiQg7Ima5f17eAJILJbdYDdXsnLXlA/Csbb95G7eDPhzWpM3C0NrzKek3yvCMGzXIA==" }, "@sasjs/utils": { "version": "2.42.1", diff --git a/api/package.json b/api/package.json index bbd4bbb..372ce98 100644 --- a/api/package.json +++ b/api/package.json @@ -47,7 +47,7 @@ }, "author": "4GL Ltd", "dependencies": { - "@sasjs/core": "^4.27.3", + "@sasjs/core": "^4.31.3", "@sasjs/utils": "2.42.1", "bcryptjs": "^2.4.3", "connect-mongo": "^4.6.0", diff --git a/api/tsoa.json b/api/tsoa.json index a2ceae0..6643337 100644 --- a/api/tsoa.json +++ b/api/tsoa.json @@ -13,7 +13,7 @@ "tags": [ { "name": "Info", - "description": "Get Server Info" + "description": "Get Server Information" }, { "name": "Session", @@ -21,7 +21,7 @@ }, { "name": "User", - "description": "Operations about users" + "description": "Operations with users" }, { "name": "Permission", @@ -37,19 +37,19 @@ }, { "name": "Drive", - "description": "Operations about drive" + "description": "Operations on SASjs Drive" }, { "name": "Group", - "description": "Operations about group" + "description": "Operations on groups and group memberships" }, { "name": "STP", - "description": "Operations about STP" + "description": "Execution of Stored Programs" }, { "name": "CODE", - "description": "Operations on SAS code" + "description": "Execution of code (various runtimes are supported)" }, { "name": "Web",