update version to 2025.0.2, enhance build scripts, add type exports, and improve reporting interfaces

This commit is contained in:
2025-08-18 02:03:47 -04:00
parent 5f73c1e5c4
commit 2a76c41960
6 changed files with 92 additions and 65 deletions

View File

@@ -1,11 +1,11 @@
import {PCastApi} from '../dist/node/index.js';
const applicationCredentials = {
id: 'phenixrts.com-alex.zinn',
secret: 'AMAsDzr.dIuGMZ.Zu52Dt~MQvP!DZwYg'
}
id: 'phenixrts.com-alex.zinn',
secret: 'AMAsDzr.dIuGMZ.Zu52Dt~MQvP!DZwYg'
};
const pcastUri = 'https://pcast-stg.phenixrts.com';
const pcastApi = new PCastApi(pcastUri, applicationCredentials);
pcastApi.channels.list().then(console.log);
pcastApi.channels.list().then(console.log);