tering-serieuze-cli 1.7.0 → 1.8.0

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tering-serieuze-cli",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Teringserieuze CLI",
5
5
  "author": "Frank",
6
6
  "main": "dist/index.mjs",
package/src/index.ts CHANGED
@@ -23,7 +23,7 @@ const playWhichJingleString = 'Which jingle do you want to play?';
23
23
 
24
24
  const api = new TssApi(
25
25
  {
26
- API_URL: process.env.API_URL ?? 'https://tss.maxserv.dev:8081',
26
+ API_URL: process.env.API_URL ?? 'https://tss.maxserv.dev',
27
27
  },
28
28
  {
29
29
  jingle: new FilesystemCache('jingle'),