@rtsee/presentation-signaling 0.0.52

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 (21) hide show
  1. package/dist/presentation-signaling/src/index.d.ts +3 -0
  2. package/dist/presentation-signaling/src/index.d.ts.map +1 -0
  3. package/dist/presentation-signaling/src/index.js +19 -0
  4. package/dist/presentation-signaling/src/index.js.map +1 -0
  5. package/dist/presentation-signaling/src/interfaces/RTSeePresentationSignalingOptions.d.ts +4 -0
  6. package/dist/presentation-signaling/src/interfaces/RTSeePresentationSignalingOptions.d.ts.map +1 -0
  7. package/dist/presentation-signaling/src/interfaces/RTSeePresentationSignalingOptions.js +3 -0
  8. package/dist/presentation-signaling/src/interfaces/RTSeePresentationSignalingOptions.js.map +1 -0
  9. package/dist/presentation-signaling/src/interfaces/index.d.ts +2 -0
  10. package/dist/presentation-signaling/src/interfaces/index.d.ts.map +1 -0
  11. package/dist/presentation-signaling/src/interfaces/index.js +18 -0
  12. package/dist/presentation-signaling/src/interfaces/index.js.map +1 -0
  13. package/dist/presentation-signaling/src/models/RTSeePresentationSignaling.d.ts +5 -0
  14. package/dist/presentation-signaling/src/models/RTSeePresentationSignaling.d.ts.map +1 -0
  15. package/dist/presentation-signaling/src/models/RTSeePresentationSignaling.js +11 -0
  16. package/dist/presentation-signaling/src/models/RTSeePresentationSignaling.js.map +1 -0
  17. package/dist/presentation-signaling/src/models/index.d.ts +2 -0
  18. package/dist/presentation-signaling/src/models/index.d.ts.map +1 -0
  19. package/dist/presentation-signaling/src/models/index.js +18 -0
  20. package/dist/presentation-signaling/src/models/index.js.map +1 -0
  21. package/package.json +52 -0
@@ -0,0 +1,3 @@
1
+ export * from './models';
2
+ export * from './interfaces';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./models"), exports);
18
+ __exportStar(require("./interfaces"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,+CAA6B"}
@@ -0,0 +1,4 @@
1
+ import { IRTSeeSignalingOptions } from "@rtsee/signaling";
2
+ export interface IRTSeePresentationSignalingOptions extends IRTSeeSignalingOptions {
3
+ }
4
+ //# sourceMappingURL=RTSeePresentationSignalingOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTSeePresentationSignalingOptions.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/RTSeePresentationSignalingOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AAExD,MAAM,WAAW,kCAAmC,SAAQ,sBAAsB;CAEjF"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=RTSeePresentationSignalingOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTSeePresentationSignalingOptions.js","sourceRoot":"","sources":["../../../../src/interfaces/RTSeePresentationSignalingOptions.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './RTSeePresentationSignalingOptions';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./RTSeePresentationSignalingOptions"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD"}
@@ -0,0 +1,5 @@
1
+ import { RTSeeSignalingBase, SocketPeer } from "@rtsee/signaling";
2
+ export declare class RTSeePresentationSignaling extends RTSeeSignalingBase {
3
+ onAfterConnected(socket: SocketPeer): void;
4
+ }
5
+ //# sourceMappingURL=RTSeePresentationSignaling.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTSeePresentationSignaling.d.ts","sourceRoot":"","sources":["../../../../src/models/RTSeePresentationSignaling.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAE,UAAU,EAAC,MAAM,kBAAkB,CAAC;AAEhE,qBAAa,0BAA2B,SAAQ,kBAAkB;IAEhE,gBAAgB,CAAC,MAAM,EAAE,UAAU;CAIpC"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RTSeePresentationSignaling = void 0;
4
+ const signaling_1 = require("@rtsee/signaling");
5
+ class RTSeePresentationSignaling extends signaling_1.RTSeeSignalingBase {
6
+ onAfterConnected(socket) {
7
+ console.log('RTSeePresentationSignaling onAfterConnected', socket.id);
8
+ }
9
+ }
10
+ exports.RTSeePresentationSignaling = RTSeePresentationSignaling;
11
+ //# sourceMappingURL=RTSeePresentationSignaling.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTSeePresentationSignaling.js","sourceRoot":"","sources":["../../../../src/models/RTSeePresentationSignaling.ts"],"names":[],"mappings":";;;AAAA,gDAAgE;AAEhE,MAAa,0BAA2B,SAAQ,8BAAkB;IAEhE,gBAAgB,CAAC,MAAkB;QACjC,OAAO,CAAC,GAAG,CAAC,6CAA6C,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC;IACxE,CAAC;CAEF;AAND,gEAMC"}
@@ -0,0 +1,2 @@
1
+ export * from './RTSeePresentationSignaling';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./RTSeePresentationSignaling"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C"}
package/package.json ADDED
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "@rtsee/presentation-signaling",
3
+ "version": "0.0.52",
4
+ "license": "ISC",
5
+ "private": false,
6
+ "main": "dist/presentation-signaling/src/index",
7
+ "types": "dist/presentation-signaling/src/index",
8
+ "files": [
9
+ "dist/presentation-signaling/src"
10
+ ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git@github.com:thewerf/rtsee.git",
14
+ "directory": "packages/@rtsee/presentation-signaling"
15
+ },
16
+ "scripts": {
17
+ "prepublishOnly": "yarn build",
18
+ "clean": "rm -rf ./dist",
19
+ "build": "yarn clean && yarn compile",
20
+ "compile": "tsc -p tsconfig.json",
21
+ "watch": "tsc -p tsconfig.json --watch",
22
+ "lint-file:eslint": "yarn eslint",
23
+ "lint-file:prettier": "yarn prettier --check",
24
+ "lint:eslint": "yarn lint-file:eslint 'src/**/*.ts'",
25
+ "lint:prettier": "yarn lint-file:prettier './**/*.{ts,js,json,css,md}' --ignore-path ../../.prettierignore"
26
+ },
27
+ "devDependencies": {
28
+ "@types/jest": "^26.0.24",
29
+ "@types/node": "~20.5.1",
30
+ "@types/webrtc": "0.0.36",
31
+ "@typescript-eslint/eslint-plugin": "^4.33.0",
32
+ "@typescript-eslint/parser": "^4.33.0",
33
+ "eslint": "^7.32.0",
34
+ "eslint-config-prettier": "^8.3.0",
35
+ "eslint-plugin-jest": "^23.1.1",
36
+ "jest": "^27.0.6",
37
+ "jest-watch-yarn-workspaces": "^1.1.0",
38
+ "prettier": "^2.3.2",
39
+ "ts-jest": "^27.0.3",
40
+ "typescript": "5.2.2"
41
+ },
42
+ "peerDependencies": {
43
+ "socket.io": "^4.1.2"
44
+ },
45
+ "dependencies": {
46
+ "socket.io": "^4.1.2"
47
+ },
48
+ "publishConfig": {
49
+ "access": "public"
50
+ },
51
+ "gitHead": "bb223780c5ffdbb9860ddf8612cde61cbb77701d"
52
+ }