@routr/requester 2.1.11 → 2.4.3

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/tracer.js +1 -1
  2. package/package.json +2 -2
package/dist/tracer.js CHANGED
@@ -10,7 +10,7 @@ exports.init = void 0;
10
10
  *
11
11
  * This file is part of Routr
12
12
  *
13
- * Licensed under the MIT License (the "License")
13
+ * Licensed under the MIT License (the "License");
14
14
  * you may not use this file except in compliance with
15
15
  * the License. You may obtain a copy of the License at
16
16
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routr/requester",
3
- "version": "2.1.11",
3
+ "version": "2.4.3",
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": "7c3161336c29feb497a256018a08b65c1dedd0fd"
34
+ "gitHead": "607ed8539ffe1bf31894592a33b572d159a26088"
35
35
  }