1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

chore(deps): use @sasjs/utils tarball

This commit is contained in:
Yury Shkoda
2021-09-28 10:33:11 +03:00
parent 075d410f7d
commit 2f1d403af4
2 changed files with 9 additions and 7 deletions

11
package-lock.json generated
View File

@@ -1013,9 +1013,8 @@
}
},
"@sasjs/utils": {
"version": "2.30.0",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.30.0.tgz",
"integrity": "sha512-LgE73ytysdgVzleZI1Y/irpsTm/dBlYe6BK5pbc9Pk92CdTEin4wLpfb791FZV9vEZ457G/jBRZ0Fv/rGYHMYg==",
"version": "file:../utils/build/sasjs-utils-5.0.0.tgz",
"integrity": "sha512-LuOyhoaFX/9n4OR1AxTxXvgUxNoIDTrXRk7ZqWjRRb6iu0fKIvkp8x3+rbleB+sb+JCISvAK9z8mcCqU2q1O0w==",
"requires": {
"@types/fs-extra": "^9.0.11",
"@types/prompts": "^2.0.13",
@@ -1234,9 +1233,9 @@
}
},
"@types/fs-extra": {
"version": "9.0.12",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.12.tgz",
"integrity": "sha512-I+bsBr67CurCGnSenZZ7v94gd3tc3+Aj2taxMT4yu4ABLuOgOjeFxX3dokG24ztSRg5tnT00sL8BszO7gSMoIw==",
"version": "9.0.13",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz",
"integrity": "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==",
"requires": {
"@types/node": "*"
}

View File

@@ -17,6 +17,9 @@
"typedoc": "typedoc",
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks && git config core.autocrlf false || true"
},
"browser":{
"child_process": false
},
"publishConfig": {
"access": "public"
},
@@ -69,7 +72,7 @@
},
"main": "index.js",
"dependencies": {
"@sasjs/utils": "^2.30.0",
"@sasjs/utils": "file:../utils/build/sasjs-utils-5.0.0.tgz",
"axios": "^0.21.4",
"axios-cookiejar-support": "^1.0.1",
"form-data": "^4.0.0",