1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 03:30:05 +00:00

chore(sasjsTests): trying @sasjs/adapter@4.3.5

This commit is contained in:
Yury Shkoda
2023-05-29 15:23:38 +03:00
parent eba30432dd
commit db4a4e6d57
3 changed files with 10 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ jobs:
# replace-in-files --regex='"userName".*' --replacement='"userName":"${{ secrets.SASJS_USERNAME }}",' ./public/config.json
# replace-in-files --regex='"password".*' --replacement='"password":"${{ secrets.SASJS_PASSWORD }}",' ./public/config.json
replace-in-files --regex='"serverType".*' --replacement='"serverType":"SASJS",' ./public/config.json
npm run update:adapter
# npm run update:adapter
pm2 start --name sasjs-test npm -- start
cat ./public/config.json
cat ../cypress.json

View File

@@ -8,7 +8,7 @@
"name": "@sasjs/tests",
"version": "1.0.0",
"dependencies": {
"@sasjs/adapter": "file:../build/sasjs-adapter-5.0.0.tgz",
"@sasjs/adapter": "4.3.5",
"@sasjs/test-framework": "1.5.7",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.41",
@@ -3113,11 +3113,10 @@
"integrity": "sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw=="
},
"node_modules/@sasjs/adapter": {
"version": "5.0.0",
"resolved": "file:../build/sasjs-adapter-5.0.0.tgz",
"integrity": "sha512-qAQbwfp3iSiNQ70/3ZuYB/Rpd3E8WcGaR+8oari2XW61fYIWtE7j02isL/tNwqJUb6NunfeiP/PQryoSH2pkSA==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/@sasjs/adapter/-/adapter-4.3.5.tgz",
"integrity": "sha512-ihVcmGQYPIZ3WTZOQd8xe/RDvtqK9lQmLx7hujmKeaN0RM/LsenYWIpM0nXKdw/2KruoghxMBNFLzpJUxJT4OA==",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"@sasjs/utils": "2.52.0",
"axios": "0.27.2",
@@ -20165,8 +20164,9 @@
"integrity": "sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw=="
},
"@sasjs/adapter": {
"version": "file:../build/sasjs-adapter-5.0.0.tgz",
"integrity": "sha512-qAQbwfp3iSiNQ70/3ZuYB/Rpd3E8WcGaR+8oari2XW61fYIWtE7j02isL/tNwqJUb6NunfeiP/PQryoSH2pkSA==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/@sasjs/adapter/-/adapter-4.3.5.tgz",
"integrity": "sha512-ihVcmGQYPIZ3WTZOQd8xe/RDvtqK9lQmLx7hujmKeaN0RM/LsenYWIpM0nXKdw/2KruoghxMBNFLzpJUxJT4OA==",
"requires": {
"@sasjs/utils": "2.52.0",
"axios": "0.27.2",

View File

@@ -4,7 +4,7 @@
"homepage": ".",
"private": true,
"dependencies": {
"@sasjs/adapter": "file:../build/sasjs-adapter-5.0.0.tgz",
"@sasjs/adapter": "4.3.5",
"@sasjs/test-framework": "1.5.7",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.41",
@@ -45,4 +45,4 @@
"devDependencies": {
"node-sass": "7.0.3"
}
}
}