1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-16 02:10:05 +00:00

fix: bumping sasjs/core and updating descriptions

This commit is contained in:
munja
2022-01-20 10:37:22 +01:00
parent 732230524d
commit 31532c0efa
5 changed files with 1545 additions and 48 deletions

14
api/package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "api", "name": "api",
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"@sasjs/core": "^3.0.2", "@sasjs/core": "3.11.0",
"@sasjs/utils": "2.34.1", "@sasjs/utils": "2.34.1",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"cors": "^2.8.5", "cors": "^2.8.5",
@@ -1551,9 +1551,9 @@
} }
}, },
"node_modules/@sasjs/core": { "node_modules/@sasjs/core": {
"version": "3.0.2", "version": "3.11.0",
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-3.0.2.tgz", "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-3.11.0.tgz",
"integrity": "sha512-KP1DP7t1TJa71xA7FmmN+ZTlEcwRNzz/0DC/oistvva64j7Tpu5BgZRUAj/u3yE1Z6+OmRYKKLjugxsQX0s2Tw==", "integrity": "sha512-S+ShlAjXTm0OdmOoqaiQxx9IV5BigpSuHUMKSFlZRbkB1YMtKS6Q0OVpZa+zn7Q5g5wd8JAS7GmFjquoOgfONw==",
"dependencies": { "dependencies": {
"ts-loader": "^9.2.6" "ts-loader": "^9.2.6"
} }
@@ -16665,9 +16665,9 @@
} }
}, },
"@sasjs/core": { "@sasjs/core": {
"version": "3.0.2", "version": "3.11.0",
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-3.0.2.tgz", "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-3.11.0.tgz",
"integrity": "sha512-KP1DP7t1TJa71xA7FmmN+ZTlEcwRNzz/0DC/oistvva64j7Tpu5BgZRUAj/u3yE1Z6+OmRYKKLjugxsQX0s2Tw==", "integrity": "sha512-S+ShlAjXTm0OdmOoqaiQxx9IV5BigpSuHUMKSFlZRbkB1YMtKS6Q0OVpZa+zn7Q5g5wd8JAS7GmFjquoOgfONw==",
"requires": { "requires": {
"ts-loader": "^9.2.6" "ts-loader": "^9.2.6"
} }

View File

@@ -44,9 +44,9 @@
"main" "main"
] ]
}, },
"author": "Analytium Ltd", "author": "4GL Ltd",
"dependencies": { "dependencies": {
"@sasjs/core": "^3.0.2", "@sasjs/core": "3.11.0",
"@sasjs/utils": "2.34.1", "@sasjs/utils": "2.34.1",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"cors": "^2.8.5", "cors": "^2.8.5",

View File

@@ -401,7 +401,7 @@ info:
version: 0.0.1 version: 0.0.1
description: 'Api of SASjs server' description: 'Api of SASjs server'
contact: contact:
name: 'Analytium Ltd' name: '4GL Ltd'
openapi: 3.0.0 openapi: 3.0.0
paths: paths:
/SASjsApi/auth/authorize: /SASjsApi/auth/authorize:

1571
package-lock.json generated

File diff suppressed because it is too large Load Diff