musora-content-services 2.3.25 → 2.3.26

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.3.26](https://github.com/railroadmedia/musora-content-services/compare/v2.3.25...v2.3.26) (2025-05-07)
6
+
5
7
  ### [2.3.25](https://github.com/railroadmedia/musora-content-services/compare/v2.3.24...v2.3.25) (2025-05-07)
6
8
 
7
9
  ### [2.3.24](https://github.com/railroadmedia/musora-content-services/compare/v2.3.23...v2.3.24) (2025-05-06)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "2.3.25",
3
+ "version": "2.3.26",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
File without changes
package/src/index.d.ts CHANGED
File without changes
package/src/index.js CHANGED
File without changes
File without changes
File without changes
File without changes
@@ -232,7 +232,7 @@ export async function updatePlaylist(playlistId, {
232
232
  ...item_order && { item_order },
233
233
  }
234
234
  const url = `${BASE_PATH}/v1/user/playlists/${playlistId}`
235
- return await fetchHandler(url, 'POST', null, data);
235
+ return await fetchHandler(url, 'PUT', null, data);
236
236
  }
237
237
 
238
238
  /**
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes