@duque.edits/sdk 1.3.1 → 1.3.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.
@@ -2,7 +2,7 @@ import { APIGuildTicket } from '../types/api/APIGuildTicket.js';
2
2
  import '../types/api/APIMessage.js';
3
3
 
4
4
  declare const Routes: {
5
- readonly base: "http://localhost:80/api/v1";
5
+ readonly base: "https://primusapplications.up.railway.app/api/v1";
6
6
  readonly field: (field: string) => string;
7
7
  readonly fields: (...fields: string[]) => string;
8
8
  readonly guilds: {
@@ -22,8 +22,8 @@ __export(Routes_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(Routes_exports);
24
24
  const Routes = {
25
- base: "http://localhost:80/api/v1",
26
- //base: "https://duqueapi.shardweb.app/api/v1",
25
+ //base: "http://localhost:80/api/v1",
26
+ base: "https://primusapplications.up.railway.app/api/v1",
27
27
  field: (field) => `/${field}`,
28
28
  fields: (...fields) => `${fields.join("/")}`,
29
29
  guilds: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duque.edits/sdk",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",