Compare commits

...

2 Commits

Author SHA1 Message Date
51219303a9 1.0.22 2019-08-31 23:15:05 +02:00
ccc9303c63 fix(core): update 2019-08-31 23:15:05 +02:00
3 changed files with 2 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

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

View File

@ -2,7 +2,6 @@ import { expect, tap } from '@pushrocks/tapbundle';
import * as smartexpress from '@pushrocks/smartexpress';
import * as typedrequest from '../ts/index';
import { async } from 'rxjs/internal/scheduler/async';
let testServer: smartexpress.Server;