@proteinjs/event 1.0.9 → 1.0.11
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/generated/index.js
CHANGED
|
@@ -17,7 +17,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
require("@proteinjs/reflection");
|
|
19
19
|
/** Generate Source Graph */
|
|
20
|
-
var sourceGraph = "{\"options\":{\"directed\":true,\"multigraph\":false,\"compound\":false},\"nodes\":[{\"v\":\"@proteinjs/event/DefaultSocketIOServerFactory\",\"value\":{\"packageName\":\"@proteinjs/event\",\"name\":\"DefaultSocketIOServerFactory\",\"filePath\":\"/Users/brentbahry/repos/
|
|
20
|
+
var sourceGraph = "{\"options\":{\"directed\":true,\"multigraph\":false,\"compound\":false},\"nodes\":[{\"v\":\"@proteinjs/event/DefaultSocketIOServerFactory\",\"value\":{\"packageName\":\"@proteinjs/event\",\"name\":\"DefaultSocketIOServerFactory\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa3/packages/proteinjs/packages/server/packages/event/src/DefaultSocketIOServerFactory.ts\",\"qualifiedName\":\"@proteinjs/event/DefaultSocketIOServerFactory\",\"properties\":[],\"methods\":[{\"name\":\"createSocketIOServer\",\"returnType\":{\"packageName\":\"\",\"name\":\"Promise<SocketIOServer>\",\"filePath\":null,\"qualifiedName\":\"/Promise<SocketIOServer>\",\"typeParameters\":null,\"directParents\":null},\"isAsync\":false,\"isOptional\":false,\"isAbstract\":true,\"isStatic\":false,\"visibility\":\"public\",\"parameters\":[{\"name\":\"httpServer\",\"type\":{\"packageName\":\"\",\"name\":\"HttpServer\",\"filePath\":null,\"qualifiedName\":\"/HttpServer\",\"typeParameters\":null,\"directParents\":null}}]}],\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"sourceType\":3}},{\"v\":\"@proteinjs/reflection/Loadable\"}],\"edges\":[{\"v\":\"@proteinjs/event/DefaultSocketIOServerFactory\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends interface\"}]}";
|
|
21
21
|
/** Generate Source Links */
|
|
22
22
|
var sourceLinks = {};
|
|
23
23
|
/** Load Source Graph and Links */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../generated/index.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;;;;;;;;;;;;;;AAEpC,iCAA+B;AAG/B,4BAA4B;AAE5B,IAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../generated/index.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;;;;;;;;;;;;;;AAEpC,iCAA+B;AAG/B,4BAA4B;AAE5B,IAAM,WAAW,GAAG,i7CAAi7C,CAAC;AAGt8C,4BAA4B;AAG5B,IAAM,WAAW,GAAG,EACnB,CAAC;AAGF,kCAAkC;AAElC,oDAAyD;AACzD,6BAAgB,CAAC,KAAK,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;AAGjD,2CAAyB"}
|
package/generated/index.ts
CHANGED
|
@@ -5,7 +5,7 @@ import '@proteinjs/reflection';
|
|
|
5
5
|
|
|
6
6
|
/** Generate Source Graph */
|
|
7
7
|
|
|
8
|
-
const sourceGraph = "{\"options\":{\"directed\":true,\"multigraph\":false,\"compound\":false},\"nodes\":[{\"v\":\"@proteinjs/event/DefaultSocketIOServerFactory\",\"value\":{\"packageName\":\"@proteinjs/event\",\"name\":\"DefaultSocketIOServerFactory\",\"filePath\":\"/Users/brentbahry/repos/
|
|
8
|
+
const sourceGraph = "{\"options\":{\"directed\":true,\"multigraph\":false,\"compound\":false},\"nodes\":[{\"v\":\"@proteinjs/event/DefaultSocketIOServerFactory\",\"value\":{\"packageName\":\"@proteinjs/event\",\"name\":\"DefaultSocketIOServerFactory\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa3/packages/proteinjs/packages/server/packages/event/src/DefaultSocketIOServerFactory.ts\",\"qualifiedName\":\"@proteinjs/event/DefaultSocketIOServerFactory\",\"properties\":[],\"methods\":[{\"name\":\"createSocketIOServer\",\"returnType\":{\"packageName\":\"\",\"name\":\"Promise<SocketIOServer>\",\"filePath\":null,\"qualifiedName\":\"/Promise<SocketIOServer>\",\"typeParameters\":null,\"directParents\":null},\"isAsync\":false,\"isOptional\":false,\"isAbstract\":true,\"isStatic\":false,\"visibility\":\"public\",\"parameters\":[{\"name\":\"httpServer\",\"type\":{\"packageName\":\"\",\"name\":\"HttpServer\",\"filePath\":null,\"qualifiedName\":\"/HttpServer\",\"typeParameters\":null,\"directParents\":null}}]}],\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"sourceType\":3}},{\"v\":\"@proteinjs/reflection/Loadable\"}],\"edges\":[{\"v\":\"@proteinjs/event/DefaultSocketIOServerFactory\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends interface\"}]}";
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
/** Generate Source Links */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proteinjs/event",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Event api",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"watch": "reflection-watch"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@proteinjs/reflection": "1.1.
|
|
24
|
+
"@proteinjs/reflection": "^1.1.11"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@proteinjs/reflection-build": "1.4.
|
|
27
|
+
"@proteinjs/reflection-build": "^1.4.4",
|
|
28
28
|
"@types/node": "20.8.2",
|
|
29
29
|
"@typescript-eslint/eslint-plugin": "7.8.0",
|
|
30
30
|
"@typescript-eslint/parser": "7.8.0",
|