@unified-live/youtube 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-live/youtube",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "YouTube Data API v3 plugin for unified-live SDK — quota-based rate limiting, API key auth",
5
5
  "keywords": [
6
6
  "live-streaming",
@@ -39,7 +39,7 @@
39
39
  "provenance": true
40
40
  },
41
41
  "dependencies": {
42
- "@unified-live/core": "0.1.1"
42
+ "@unified-live/core": "0.1.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "20.19.25",