mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-05 03:30:05 +00:00
chore(deps): use @sasjs/utils tarball
This commit is contained in:
11
package-lock.json
generated
11
package-lock.json
generated
@@ -1013,9 +1013,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@sasjs/utils": {
|
"@sasjs/utils": {
|
||||||
"version": "2.30.0",
|
"version": "file:../utils/build/sasjs-utils-5.0.0.tgz",
|
||||||
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.30.0.tgz",
|
"integrity": "sha512-LuOyhoaFX/9n4OR1AxTxXvgUxNoIDTrXRk7ZqWjRRb6iu0fKIvkp8x3+rbleB+sb+JCISvAK9z8mcCqU2q1O0w==",
|
||||||
"integrity": "sha512-LgE73ytysdgVzleZI1Y/irpsTm/dBlYe6BK5pbc9Pk92CdTEin4wLpfb791FZV9vEZ457G/jBRZ0Fv/rGYHMYg==",
|
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/fs-extra": "^9.0.11",
|
"@types/fs-extra": "^9.0.11",
|
||||||
"@types/prompts": "^2.0.13",
|
"@types/prompts": "^2.0.13",
|
||||||
@@ -1234,9 +1233,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@types/fs-extra": {
|
"@types/fs-extra": {
|
||||||
"version": "9.0.12",
|
"version": "9.0.13",
|
||||||
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.12.tgz",
|
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz",
|
||||||
"integrity": "sha512-I+bsBr67CurCGnSenZZ7v94gd3tc3+Aj2taxMT4yu4ABLuOgOjeFxX3dokG24ztSRg5tnT00sL8BszO7gSMoIw==",
|
"integrity": "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/node": "*"
|
"@types/node": "*"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,9 @@
|
|||||||
"typedoc": "typedoc",
|
"typedoc": "typedoc",
|
||||||
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks && git config core.autocrlf false || true"
|
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks && git config core.autocrlf false || true"
|
||||||
},
|
},
|
||||||
|
"browser":{
|
||||||
|
"child_process": false
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
@@ -69,7 +72,7 @@
|
|||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sasjs/utils": "^2.30.0",
|
"@sasjs/utils": "file:../utils/build/sasjs-utils-5.0.0.tgz",
|
||||||
"axios": "^0.21.4",
|
"axios": "^0.21.4",
|
||||||
"axios-cookiejar-support": "^1.0.1",
|
"axios-cookiejar-support": "^1.0.1",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user