@routr/requester 2.13.12 → 2.13.17

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/dist/runner.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
3
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
4
4
  * http://github.com/fonoster/routr
5
5
  *
6
- * This file is part of Routr
6
+ * This file is part of Routr.
7
7
  *
8
8
  * Licensed under the MIT License (the "License");
9
9
  * you may not use this file except in compliance with
package/dist/tracer.js CHANGED
@@ -5,10 +5,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.init = init;
7
7
  /*
8
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
8
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
9
9
  * http://github.com/fonoster/routr
10
10
  *
11
- * This file is part of Routr
11
+ * This file is part of Routr.
12
12
  *
13
13
  * Licensed under the MIT License (the "License");
14
14
  * you may not use this file except in compliance with
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routr/requester",
3
- "version": "2.13.12",
3
+ "version": "2.13.17",
4
4
  "description": "SIP requests as an API",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/routr#readme",
@@ -31,5 +31,5 @@
31
31
  "dependencies": {
32
32
  "fp-ts": "^2.11.8"
33
33
  },
34
- "gitHead": "9a1e9245707e8da5a9c3817cc24d46f63cccaf10"
34
+ "gitHead": "c36b09038352bb1823003c581c8864483ed60997"
35
35
  }