@fonoster/apiserver 0.8.49 → 0.8.50

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.
@@ -1,20 +1,2 @@
1
1
  "use strict";
2
- /*
3
- * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
4
- * http://github.com/fonoster/fonoster
5
- *
6
- * This file is part of Fonoster
7
- *
8
- * Licensed under the MIT License (the "License");
9
- * you may not use this file except in compliance with
10
- * the License. You may obtain a copy of the License at
11
- *
12
- * https://opensource.org/licenses/MIT
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- */
20
2
  Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/apiserver",
3
- "version": "0.8.49",
3
+ "version": "0.8.50",
4
4
  "description": "APIServer for Fonoster",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@deepgram/sdk": "^3.5.1",
24
- "@fonoster/authz": "^0.8.49",
25
- "@fonoster/common": "^0.8.49",
26
- "@fonoster/identity": "^0.8.49",
24
+ "@fonoster/authz": "^0.8.50",
25
+ "@fonoster/common": "^0.8.50",
26
+ "@fonoster/identity": "^0.8.50",
27
27
  "@fonoster/logger": "^0.8.47",
28
- "@fonoster/sipnet": "^0.8.49",
28
+ "@fonoster/sipnet": "^0.8.50",
29
29
  "@fonoster/streams": "^0.8.47",
30
30
  "@fonoster/types": "^0.8.47",
31
31
  "@google-cloud/speech": "^6.6.0",
@@ -73,5 +73,5 @@
73
73
  "@types/uuid": "^10.0.0",
74
74
  "@types/validator": "^13.12.0"
75
75
  },
76
- "gitHead": "d4aa82f7926c0f451d2f580c59ab812c74a7f579"
76
+ "gitHead": "d0e373668e8e77295e3847c99a346c4aa1c8d3d7"
77
77
  }