playlist-data-engine 1.4.2 → 1.4.3

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.
@@ -35676,6 +35676,7 @@ class C0 {
35676
35676
  playlist_type: e.playlist_type,
35677
35677
  original_playlist_tx_id: e.original_playlist_tx_id,
35678
35678
  playlist_artist: e.playlist_artist,
35679
+ platform: e.platform,
35679
35680
  tracks: u
35680
35681
  };
35681
35682
  }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/jasondesante/playlist-data-engine.git"
8
8
  },
9
- "version": "1.4.2",
9
+ "version": "1.4.3",
10
10
  "type": "module",
11
11
  "main": "./dist/playlist-data-engine.js",
12
12
  "module": "./dist/playlist-data-engine.mjs",