Compare commits

...

4 Commits

Author SHA1 Message Date
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 3 additions and 3 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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedrequest",
"version": "1.0.8",
"version": "1.0.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedrequest",
"version": "1.0.8",
"version": "1.0.10",
"private": false,
"description": "make typed requests towards apis",
"main": "dist/index.js",