Compare commits

...

2 Commits

Author SHA1 Message Date
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 4 additions and 2 deletions

View File

@ -29,6 +29,8 @@ snyk:
stage: security
script:
- npmci npm prepare
- npmci node install stable
- npmci command npm cache verify
- 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.6",
"version": "1.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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