@dendotdev/grunt 1.0.0 → 1.0.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.
- package/README.md +6 -6
- package/dist/index.d.mts +14 -14
- package/dist/index.d.ts +14 -14
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2104,7 +2104,7 @@ var UgcDiscoveryModule = class extends ModuleBase {
|
|
|
2104
2104
|
*/
|
|
2105
2105
|
getFilmByMatchId(matchId) {
|
|
2106
2106
|
this.assertNotEmpty(matchId, "matchId");
|
|
2107
|
-
return this.get(`/hi/films/matches/${matchId}`);
|
|
2107
|
+
return this.get(`/hi/films/matches/${matchId}/spectate`);
|
|
2108
2108
|
}
|
|
2109
2109
|
};
|
|
2110
2110
|
|
|
@@ -2132,7 +2132,7 @@ var HaloInfiniteClient = class extends ClientBase {
|
|
|
2132
2132
|
* ```typescript
|
|
2133
2133
|
* const client = new HaloInfiniteClient({
|
|
2134
2134
|
* spartanToken: 'your-spartan-token',
|
|
2135
|
-
* xuid: '
|
|
2135
|
+
* xuid: 'xuid',
|
|
2136
2136
|
* includeRawResponses: true, // Enable for debugging
|
|
2137
2137
|
* });
|
|
2138
2138
|
* ```
|