fix(core): update
This commit is contained in:
		| @@ -3,14 +3,14 @@ image: registry.gitlab.com/hosttoday/ht-docker-node:npmci | ||||
|  | ||||
| cache: | ||||
|   paths: | ||||
|   - .npmci_cache/ | ||||
|   key: "$CI_BUILD_STAGE" | ||||
|     - .npmci_cache/ | ||||
|   key: '$CI_BUILD_STAGE' | ||||
|  | ||||
| stages: | ||||
| - security | ||||
| - test | ||||
| - release | ||||
| - metadata | ||||
|   - security | ||||
|   - test | ||||
|   - release | ||||
|   - metadata | ||||
|  | ||||
| # ==================== | ||||
| # security stage | ||||
| @@ -18,21 +18,23 @@ stages: | ||||
| mirror: | ||||
|   stage: security | ||||
|   script: | ||||
|   - npmci git mirror | ||||
|     - npmci git mirror | ||||
|   tags: | ||||
|   - docker | ||||
|   - notpriv | ||||
|     - lossless | ||||
|     - docker | ||||
|     - notpriv | ||||
|  | ||||
| snyk: | ||||
|   image: registry.gitlab.com/hosttoday/ht-docker-node:snyk | ||||
|   stage: security | ||||
|   script: | ||||
|     - npmci npm prepare | ||||
|     - npmci command npm install -g snyk | ||||
|     - npmci command npm install --ignore-scripts | ||||
|     - npmci command snyk test | ||||
|   tags: | ||||
|   - docker | ||||
|   - notpriv | ||||
|     - lossless | ||||
|     - docker | ||||
|     - notpriv | ||||
|  | ||||
| # ==================== | ||||
| # test stage | ||||
| @@ -41,37 +43,40 @@ snyk: | ||||
| testStable: | ||||
|   stage: test | ||||
|   script: | ||||
|   - npmci npm prepare | ||||
|   - npmci node install stable | ||||
|   - npmci npm install | ||||
|   - npmci npm test | ||||
|     - npmci npm prepare | ||||
|     - npmci node install stable | ||||
|     - npmci npm install | ||||
|     - npmci npm test | ||||
|   coverage: /\d+.?\d+?\%\s*coverage/ | ||||
|   tags: | ||||
|   - docker | ||||
|   - priv | ||||
|     - lossless | ||||
|     - docker | ||||
|     - priv | ||||
|  | ||||
| testBuild: | ||||
|   stage: test | ||||
|   script: | ||||
|   - npmci npm prepare | ||||
|   - npmci node install stable | ||||
|   - npmci npm install | ||||
|   - npmci command npm run build | ||||
|     - npmci npm prepare | ||||
|     - npmci node install stable | ||||
|     - npmci npm install | ||||
|     - npmci command npm run build | ||||
|   coverage: /\d+.?\d+?\%\s*coverage/ | ||||
|   tags: | ||||
|   - docker | ||||
|   - notpriv | ||||
|     - lossless | ||||
|     - docker | ||||
|     - notpriv | ||||
|  | ||||
| release: | ||||
|   stage: release | ||||
|   script: | ||||
|   - npmci node install stable | ||||
|   - npmci npm publish | ||||
|     - npmci node install stable | ||||
|     - npmci npm publish | ||||
|   only: | ||||
|   - tags | ||||
|     - tags | ||||
|   tags: | ||||
|   - docker | ||||
|   - notpriv | ||||
|     - lossless | ||||
|     - docker | ||||
|     - notpriv | ||||
|  | ||||
| # ==================== | ||||
| # metadata stage | ||||
| @@ -85,30 +90,31 @@ codequality: | ||||
|     - npmci npm install | ||||
|     - npmci command "tslint -c tslint.json ./ts/**/*.ts" | ||||
|   tags: | ||||
|   - docker | ||||
|   - priv | ||||
|     - lossless | ||||
|     - docker | ||||
|     - priv | ||||
|  | ||||
| trigger: | ||||
|   stage: metadata | ||||
|   script: | ||||
|   - npmci trigger | ||||
|     - npmci trigger | ||||
|   only: | ||||
|   - tags | ||||
|     - tags | ||||
|   tags: | ||||
|   - docker | ||||
|   - notpriv | ||||
|     - lossless | ||||
|     - docker | ||||
|     - notpriv | ||||
|  | ||||
| pages: | ||||
|   image: hosttoday/ht-docker-dbase:npmci | ||||
|   services: | ||||
|    - docker:stable-dind | ||||
|   stage: metadata | ||||
|   script: | ||||
|     - npmci node install lts | ||||
|     - npmci command npm install -g @gitzone/tsdoc | ||||
|     - npmci npm prepare | ||||
|     - npmci npm install | ||||
|     - npmci command tsdoc | ||||
|   tags: | ||||
|     - lossless | ||||
|     - docker | ||||
|     - notpriv | ||||
|   only: | ||||
| @@ -116,5 +122,5 @@ pages: | ||||
|   artifacts: | ||||
|     expire_in: 1 week | ||||
|     paths: | ||||
|     - public | ||||
|       - public | ||||
|   allow_failure: true | ||||
|   | ||||
							
								
								
									
										85
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										85
									
								
								README.md
									
									
									
									
									
								
							| @@ -1,85 +0,0 @@ | ||||
| # @pushrocks/smartrequest | ||||
| dropin replacement for request | ||||
|  | ||||
| ## Availabililty and Links | ||||
| * [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartrequest) | ||||
| * [gitlab.com (source)](https://gitlab.com/pushrocks/smartrequest) | ||||
| * [github.com (source mirror)](https://github.com/pushrocks/smartrequest) | ||||
| * [docs (typedoc)](https://pushrocks.gitlab.io/smartrequest/) | ||||
|  | ||||
| ## Status for master | ||||
| [](https://gitlab.com/pushrocks/smartrequest/commits/master) | ||||
| [](https://gitlab.com/pushrocks/smartrequest/commits/master) | ||||
| [](https://www.npmjs.com/package/@pushrocks/smartrequest) | ||||
| [](https://snyk.io/test/npm/@pushrocks/smartrequest) | ||||
| [](https://nodejs.org/dist/latest-v10.x/docs/api/) | ||||
| [](https://nodejs.org/dist/latest-v10.x/docs/api/) | ||||
| [](https://prettier.io/) | ||||
|  | ||||
| ## Usage | ||||
|  | ||||
| Use TypeScript for best in class instellisense. | ||||
|  | ||||
| ### Features | ||||
|  | ||||
| * supports http | ||||
| * supports https | ||||
| * supports unix socks | ||||
| * supports formData | ||||
| * supports file uploads | ||||
| * supports best practice keepAlive | ||||
| * dedicated functions for working with JSON request/response cycles | ||||
| * written in TypeScript | ||||
| * continuously updated | ||||
| * uses node native http and https modules | ||||
| * used in modules like @pushrocks/smartproxy and @apiglobal/typedrequest | ||||
| * commercial support available at [https://lossless.support](https://lossless.support) | ||||
|  | ||||
| > note: smartrequest uses the **native** node http/https modules under the hood (not the bloated one from npm) | ||||
|  | ||||
| ```javascript | ||||
| import * as smartrequest from 'smartrequest' | ||||
|  | ||||
| // simple post | ||||
| let options: smartrequest.ISmartRequestOptions = { // typed options | ||||
|     headers: { | ||||
|         "Content-Type": "application/json" | ||||
|         "Authorization": "Bearer token" | ||||
|     }, | ||||
|     requestBody: JSON.stringify({ | ||||
|         key1: 'value1', | ||||
|         key2: 3 | ||||
|     }) | ||||
| } | ||||
|  | ||||
| smartrequest.request('https://example.com', options).then(res => { | ||||
|     console.log(res.status) | ||||
|     console.log(res.body) // if json, body will be parsed automatically | ||||
| }).catch(err => { | ||||
|     console.log(err) | ||||
| }) | ||||
|  | ||||
| // dedicated JSON metods are available: | ||||
| smartrequest.getJson(...) | ||||
| smartrequest.postJson(...) | ||||
| smartrequest.putJson(...) | ||||
| smartrequest.delJson(...) | ||||
|  | ||||
| // streaming | ||||
| smartrequest.get('https://example.com/bigfile.mp4', optionsArg, true).then(res => { // third arg = true signals streaming | ||||
|     console.log(res.status) | ||||
|     res.on('data', data => { | ||||
|         // do something with the data chunk here | ||||
|     } | ||||
|     res.on('end', () => { | ||||
|         // do something when things have ended | ||||
|     }) | ||||
| }) | ||||
| ``` | ||||
|  | ||||
| For further information read the linked docs at the top of this readme. | ||||
|  | ||||
| > MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh) | ||||
| | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy) | ||||
|  | ||||
| [](https://maintainedby.lossless.com) | ||||
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
								
							| @@ -38,14 +38,14 @@ | ||||
|     "tslint-config-prettier": "^1.18.0" | ||||
|   }, | ||||
|   "files": [ | ||||
|     "ts/*", | ||||
|     "ts_web/*", | ||||
|     "dist/*", | ||||
|     "dist_web/*", | ||||
|     "dist_ts_web/*", | ||||
|     "assets/*", | ||||
|     "ts/**/*", | ||||
|     "ts_web/**/*", | ||||
|     "dist/**/*", | ||||
|     "dist_web/**/*", | ||||
|     "dist_ts_web/**/*", | ||||
|     "assets/**/*", | ||||
|     "cli.js", | ||||
|     "npmextra.json", | ||||
|     "readme.md" | ||||
|   ] | ||||
| } | ||||
| } | ||||
| @@ -19,7 +19,11 @@ const appendFormField = async (formDataArg: plugins.formData, formDataField: IFo | ||||
|       break; | ||||
|     case 'filePath': | ||||
|       if (typeof formDataField.payload !== 'string') { | ||||
|         throw new Error(`Payload for key ${formDataField.name} must be of type string. Got ${typeof formDataField.payload} instead.`); | ||||
|         throw new Error( | ||||
|           `Payload for key ${ | ||||
|             formDataField.name | ||||
|           } must be of type string. Got ${typeof formDataField.payload} instead.` | ||||
|         ); | ||||
|       } | ||||
|       const fileData = plugins.fs.readFileSync( | ||||
|         plugins.path.join(process.cwd(), formDataField.payload) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user