@fonoster/streams 0.8.28 → 0.8.31

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.
@@ -15,7 +15,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.AudioSocket = void 0;
16
16
  /* eslint-disable no-dupe-class-members */
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AudioSocketError = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -44,7 +44,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.AudioStream = void 0;
46
46
  /*
47
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
47
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
48
48
  * http://github.com/fonoster/fonoster
49
49
  *
50
50
  * This file is part of Fonoster
package/dist/Message.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Message = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
package/dist/example.js CHANGED
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  /*
13
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
13
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
14
14
  * http://github.com/fonoster/fonoster
15
15
  *
16
16
  * This file is part of Fonoster
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
package/dist/types.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MessageType = exports.MINIMUM_MESSAGE_LENGTH = exports.MAXIMUM_MESSAGE_LENGTH = exports.EventType = exports.ErrorCode = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/streams",
3
- "version": "0.8.28",
3
+ "version": "0.8.31",
4
4
  "description": "Core support for Fonoster Streams",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/fonoster/fonoster/issues"
39
39
  },
40
- "gitHead": "d4faaf735419bf453503c2081e5aab34a0eae6b7"
40
+ "gitHead": "0ad6023cf99223502e06b0d235a11e52abffca6a"
41
41
  }