obs-websocket-js
Advanced tools
Comparing version 0.5.2 to 0.5.3
# Change Log | ||
## [v0.5.3](https://github.com/haganbmj/obs-websocket-js/tree/v0.5.3) (2017-05-05) | ||
[Full Changelog](https://github.com/haganbmj/obs-websocket-js/compare/v0.5.2...v0.5.3) | ||
**Closed issues:** | ||
- Implement GetCurrentRTMPSettings [\#48](https://github.com/haganbmj/obs-websocket-js/issues/48) | ||
## [v0.5.2](https://github.com/haganbmj/obs-websocket-js/tree/v0.5.2) (2017-05-03) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/haganbmj/obs-websocket-js/compare/v0.5.1...v0.5.2) |
@@ -0,0 +0,0 @@ module.exports = function (grunt) { |
@@ -1,2 +0,2 @@ | ||
// Last Updated: April 22, 2017 | ||
// Last Updated: May 05, 2017 | ||
@@ -13,3 +13,4 @@ const API = { | ||
'SetCurrentProfile', 'GetCurrentProfile', 'ListProfiles', | ||
'GetStudioModeStatus', 'GetPreviewScene', 'SetPreviewScene', 'TransitionToProgram', 'EnableStudioMode', 'DisableStudioMode', 'ToggleStudioMode' | ||
'GetStudioModeStatus', 'GetPreviewScene', 'SetPreviewScene', 'TransitionToProgram', 'EnableStudioMode', 'DisableStudioMode', 'ToggleStudioMode', | ||
'GetCurrentRTMPSettings' | ||
], | ||
@@ -16,0 +17,0 @@ availableEvents: [ |
@@ -0,0 +0,0 @@ const API = require('./API'); |
@@ -0,0 +0,0 @@ const WebSocket = require('ws'); |
@@ -0,0 +0,0 @@ const SHA256 = require('sha.js/sha256'); |
{ | ||
"name": "obs-websocket-js", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "OBS Websocket API in Javascript, consume @Palakis/obs-websocket", | ||
@@ -49,4 +49,4 @@ "main": "index.js", | ||
"homepage": "https://github.com/haganbmj/obs-websocket-js#readme", | ||
"sha": "69b167e90dcea1d7b451f7f4144a0785e6c23730", | ||
"timestamp": "2017-05-03 01:57:14+00:00", | ||
"sha": "b8631f03ce53a60bf7dadbc12528143cdcada50e", | ||
"timestamp": "2017-05-05 21:16:49+00:00", | ||
"eslintConfig": { | ||
@@ -53,0 +53,0 @@ "extends": "xo-space/esnext" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
17
3679
133422