Compare commits

...

8 Commits

Author SHA1 Message Date
280e67b86b 1.0.12 2019-08-23 17:07:34 +02:00
592e941211 fix(core): update 2019-08-23 17:07:34 +02:00
68ec93459b 1.0.11 2019-08-23 17:01:26 +02:00
8a4b3fa47e fix(core): update 2019-08-23 17:01:26 +02:00
ad7c2e97b8 1.0.10 2019-08-23 16:37:40 +02:00
0ff28152f3 fix(core): update 2019-08-23 16:37:40 +02:00
4718a03d7d 1.0.9 2019-08-23 14:53:39 +02:00
f99f79efb1 fix(core): update 2019-08-23 14:53:39 +02:00
3 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ snyk:
script:
- npmci npm prepare
- npmci node install stable
- npmci command npm cache verify
- npmci command npm cache clean --force
- 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.8",
"version": "1.0.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@apiglobal/typedrequest-interfaces": {
"version": "1.0.5",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest-interfaces/-/typedrequest-interfaces-1.0.5.tgz",
"integrity": "sha512-j0RN3smGRjcbVw/L1JYEH9Gewy0fTIh3z7KLRNPCSNaNfIziw/93PyC6KcuXI9dgzlg0x/KCqOKdH9Z0rUykWw=="
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/@apiglobal/typedrequest-interfaces/-/typedrequest-interfaces-1.0.7.tgz",
"integrity": "sha512-yPl0UcLFMwSQL7bK52wVjkgvadC+x2YS3+7T15V1A1dXNxa96yd4WX1fqcKqwnBrvYexq/8FaxWGi98tZ0oNwg=="
},
"@babel/code-frame": {
"version": "7.5.5",

View File

@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedrequest",
"version": "1.0.8",
"version": "1.0.12",
"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.5",
"@apiglobal/typedrequest-interfaces": "^1.0.7",
"@pushrocks/smartrequest": "^1.1.23"
},
"files": [