version 0.0.10

This commit is contained in:
insanity 2018-06-12 14:27:16 +09:00
parent d07cbc1b5d
commit a769761ca0
3 changed files with 12 additions and 5575 deletions

5582
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "@overflow/commons-typescript",
"author": "Loafle <rnd@loafle.com>",
"description": "Commons module of overflow",
"version": "0.0.9",
"version": "0.0.10",
"license": "COMMERCIAL",
"private": true,
"main": "./index.js",

View File

@ -1,6 +1,4 @@
export * from './alert';
export * from './apikey';
export * from './auth';
export * from './discovery';
export * from './domain';
export * from './email';
@ -12,5 +10,4 @@ export * from './noauth';
export * from './notification';
export * from './probe';
export * from './sensor';
export * from './sensor-item';
export * from './target';