Comparing version 2.8.1 to 2.8.2
@@ -1319,4 +1319,4 @@ import localVarRequest = require('request'); | ||
export declare class AtriumClient { | ||
constructor(apiKey: any, clientID: any); | ||
mount(label: any, val: any, apiKey: any, clientID: any): void; | ||
constructor(apiKey: string, clientID: string); | ||
mount(label: keyof AtriumClient, val: any, apiKey: string, clientID: string): void; | ||
accounts: AccountsApi; | ||
@@ -1323,0 +1323,0 @@ connectWidget: ConnectWidgetApi; |
{ | ||
"name": "mx-atrium", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"description": "NodeJS client for mx-atrium-node", | ||
@@ -9,6 +9,13 @@ "repository": "mxenabled/mx-atrium-node", | ||
"scripts": { | ||
"clean": "rm -Rf node_modules/ *.js", | ||
"clean": "rm -rf node_modules/ *.js", | ||
"build": "tsc", | ||
"test": "npm run build && node client.js" | ||
}, | ||
"files": [ | ||
"atrium.d.ts", | ||
"atrium.js", | ||
"atrium.js.map", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"author": "MX", | ||
@@ -15,0 +22,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
347672
6
6146