Compare commits

...

6 Commits

Author SHA1 Message Date
4718a03d7d 1.0.9 2019-08-23 14:53:39 +02:00
f99f79efb1 fix(core): update 2019-08-23 14:53:39 +02:00
ac653ac082 1.0.8 2019-08-23 14:50:12 +02:00
a8ee6b733f fix(core): update 2019-08-23 14:50:11 +02:00
f0117a0921 1.0.7 2019-08-23 14:47:39 +02:00
4af2d3f712 fix(core): update 2019-08-23 14:47:38 +02:00
3 changed files with 8 additions and 6 deletions

View File

@ -29,6 +29,8 @@ snyk:
stage: security
script:
- npmci npm prepare
- npmci node install stable
- npmci command npm cache clean
- npmci command npm install -g snyk
- npmci command npm install --ignore-scripts
- npmci command snyk test

8
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "@apiglobal/typedrequest",
"version": "1.0.6",
"version": "1.0.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@apiglobal/typedrequest-interfaces": {
"version": "1.0.4",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest-interfaces/-/typedrequest-interfaces-1.0.4.tgz",
"integrity": "sha512-ZlpTVg0KPZchPmJS2Ke11MWbvWBi2lS5ewBrCip+X/fGawDPDwXpIZvOqP5ATzr7JlZQyiLFhE3h59yZTHVHcA=="
"version": "1.0.5",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest-interfaces/-/typedrequest-interfaces-1.0.5.tgz",
"integrity": "sha512-j0RN3smGRjcbVw/L1JYEH9Gewy0fTIh3z7KLRNPCSNaNfIziw/93PyC6KcuXI9dgzlg0x/KCqOKdH9Z0rUykWw=="
},
"@babel/code-frame": {
"version": "7.5.5",

View File

@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedrequest",
"version": "1.0.6",
"version": "1.0.9",
"private": false,
"description": "make typed requests towards apis",
"main": "dist/index.js",
@ -21,7 +21,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.4",
"@apiglobal/typedrequest-interfaces": "^1.0.5",
"@pushrocks/smartrequest": "^1.1.23"
},
"files": [