fritz-callmonitor
Advanced tools
Comparing version 3.0.2 to 3.1.1
@@ -48,3 +48,3 @@ /// <reference types="node" /> | ||
} | ||
export declare enum EventKind { | ||
export declare const enum EventKind { | ||
Call = 0, | ||
@@ -51,0 +51,0 @@ Ring = 1, |
{ | ||
"name": "fritz-callmonitor", | ||
"version": "3.0.2", | ||
"version": "3.1.1", | ||
"description": "Provides a node.js wrapper for the call monitor api of the AVM Fritz!Box. Written in TypeScript.", | ||
"main": "dist/lib.js", | ||
"typings": "dist/lib.d.ts", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"repository": "nikeee/fritz-callmonitor", | ||
@@ -13,14 +13,16 @@ "author": { | ||
"devDependencies": { | ||
"typescript": "^2.1.0" | ||
"typescript": "^2.9.1" | ||
}, | ||
"scripts": { | ||
"prepublish": "./node_modules/.bin/tsc", | ||
"test": "./node_modules/.bin/tsc" | ||
"test": "tsc --noEmit", | ||
"clean": "rm -rv -- lib/* || true", | ||
"compile": "tsc", | ||
"prepare": "npm run compile" | ||
}, | ||
"license": "LGPL-3.0", | ||
"dependencies": { | ||
"@types/byline": "^4.2.30", | ||
"byline": "^4.2", | ||
"moment": "^2.8" | ||
"@types/byline": "^4.2.31", | ||
"byline": "^4.2.2", | ||
"moment": "^2.22.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# fritz-callmonitor | ||
# fritz-callmonitor [![Build Status](https://travis-ci.com/nikeee/fritz-callmonitor.svg?branch=master)](https://travis-ci.com/nikeee/fritz-callmonitor) | ||
Provides a node.js wrapper for the call monitor api of the AVM Fritz!Box. Written in TypeScript. | ||
@@ -3,0 +3,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16889
209
9
2
Updated@types/byline@^4.2.31
Updatedbyline@^4.2.2
Updatedmoment@^2.22.2