nodecg-io-ahk
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const node_fetch_1 = (0, tslib_1.__importDefault)(require("node-fetch")); | ||
const node_fetch_1 = tslib_1.__importDefault(require("node-fetch")); | ||
class AHK { | ||
@@ -8,0 +8,0 @@ constructor(logger, host, port) { |
import { AHK } from "./AHK"; | ||
export declare type AHKServiceClient = AHK; | ||
export type AHKServiceClient = AHK; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "nodecg-io-ahk", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Allows you to send commands to AutoHotkey.", | ||
@@ -27,5 +27,5 @@ "homepage": "https://nodecg.io/RELEASE/samples/ahk", | ||
"nodecg": { | ||
"compatibleRange": "^1.1.1", | ||
"compatibleRange": ">=1.1.1 <3.0.0", | ||
"bundleDependencies": { | ||
"nodecg-io-core": "^0.2.0" | ||
"nodecg-io-core": "^0.3.0" | ||
} | ||
@@ -35,11 +35,12 @@ }, | ||
"devDependencies": { | ||
"@types/node": "^16.11.7", | ||
"@types/node-fetch": "^2.5.10", | ||
"nodecg-types": "^1.8.3", | ||
"typescript": "^4.4.4" | ||
"@types/node": "^20.3.3", | ||
"@types/node-fetch": "^2.6.4", | ||
"@nodecg/types": "^2.1.11", | ||
"typescript": "^5.1.6", | ||
"nodecg-io-tsconfig": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
"node-fetch": "^2.6.5", | ||
"nodecg-io-core": "^0.2.0" | ||
"node-fetch": "^2.6.12", | ||
"nodecg-io-core": "^0.3.0" | ||
} | ||
} |
{ | ||
"extends": "../../tsconfig.common.json", | ||
"extends": "nodecg-io-tsconfig", | ||
"references": [ | ||
@@ -4,0 +4,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5216
5
+ Addedhash-wasm@4.12.0(transitive)
+ Addednodecg-io-core@0.3.0(transitive)
- Removednodecg-io-core@0.2.0(transitive)
Updatednode-fetch@^2.6.12
Updatednodecg-io-core@^0.3.0