Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: obs-websocket-community-projects/obs-websocket-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: studiohyperdrive/obs-websocket-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 2, 2024

  1. chore: bump type-fest

    nielsbril committed Jul 2, 2024
    Copy the full SHA
    fc5fa41 View commit details
  2. 5.0.6

    nielsbril committed Jul 2, 2024
    Copy the full SHA
    66a3b52 View commit details
  3. chore: bump typescript

    nielsbril committed Jul 2, 2024
    Copy the full SHA
    18eadd9 View commit details
  4. 5.1.0

    nielsbril committed Jul 2, 2024
    Copy the full SHA
    706cc21 View commit details
  5. chore: package.json

    nielsbril committed Jul 2, 2024
    Copy the full SHA
    4a32ae2 View commit details
  6. chore: rename scope

    nielsbril committed Jul 2, 2024
    Copy the full SHA
    9fc76ad View commit details
Showing with 28 additions and 22 deletions.
  1. +14 −14 package-lock.json
  2. +14 −8 package.json
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "obs-websocket-js",
"version": "5.0.5",
"name": "@studiohyperdrive/obs-websocket",
"version": "5.1.0",
"description": "OBS Websocket API in Javascript, consumes @Palakis/obs-websocket",
"author": "OBS Websocket Community",
"license": "MIT",
"repository": "obs-websocket-community-projects/obs-websocket-js",
"repoUrl": "https://github.com/obs-websocket-community-projects/obs-websocket-js",
"repository": {
"type": "git",
"url": "git+https://github.com/studiohyperdrive/obs-websocket-js.git"
},
"repoUrl": "https://github.com/studiohyperdrive/obs-websocket-js",
"keywords": [
"obs",
"studio",
@@ -66,7 +69,7 @@
"debug": "^4.3.2",
"eventemitter3": "^5.0.1",
"isomorphic-ws": "^5.0.0",
"type-fest": "^3.11.0",
"type-fest": "^4.20.1",
"ws": "^8.13.0"
},
"devDependencies": {
@@ -94,12 +97,12 @@
"rimraf": "^5.0.1",
"source-map-support": "^0.5.21",
"tsx": "4.2.1",
"typescript": "^5.0.4"
"typescript": "^5.5.3"
},
"bugs": {
"url": "https://github.com/obs-websocket-community-projects/obs-websocket-js/issues"
"url": "https://github.com/studiohyperdrive/obs-websocket-js/issues"
},
"homepage": "https://github.com/obs-websocket-community-projects/obs-websocket-js#readme",
"homepage": "https://github.com/studiohyperdrive/obs-websocket-js#readme",
"ava": {
"extensions": {
"ts": "commonjs"
@@ -118,5 +121,8 @@
"include": [
"src/**/*.ts"
]
},
"directories": {
"test": "tests"
}
}