tering-serieuze-cli 1.8.0 → 1.8.1

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/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -30,7 +30,7 @@ async function initCompletion(api2) {
30
30
  }
31
31
 
32
32
  // package.json
33
- var version = "1.6.0";
33
+ var version = "1.8.0";
34
34
 
35
35
  // src/index.ts
36
36
  var Commands = /* @__PURE__ */ ((Commands2) => {
@@ -47,7 +47,7 @@ var Commands = /* @__PURE__ */ ((Commands2) => {
47
47
  var playWhichJingleString = "Which jingle do you want to play?";
48
48
  var api = new TssApi(
49
49
  {
50
- API_URL: process.env.API_URL ?? "https://tss.maxserv.dev:8081"
50
+ API_URL: process.env.API_URL ?? "https://tss.maxserv.dev"
51
51
  },
52
52
  {
53
53
  jingle: new FilesystemCache("jingle"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tering-serieuze-cli",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Teringserieuze CLI",
5
5
  "author": "Frank",
6
6
  "main": "dist/index.mjs",