nodecommons-esm-socket-io-pseudo-http 1.0.2 → 1.0.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.
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, TRequestHandler, CommonsSocketIoPseudoStrictHttpServer } from './servers/commons-socket-io-pseudo-strict-http.server.mjs';
|
|
2
1
|
import { CommonsSocketIoPseudoStrictHttpHostApp } from './apps/commons-socket-io-pseudo-strict-http-host.app.mjs';
|
|
2
|
+
import { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, TRequestHandler, CommonsSocketIoPseudoStrictHttpServer } from './servers/commons-socket-io-pseudo-strict-http.server.mjs';
|
|
3
3
|
import { CommonsSocketIoPseudoStrictHttpClientImplementation } from './classes/commons-socket-io-pseudo-strict-http-client-implementation.mjs';
|
|
4
|
-
export { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, TRequestHandler, CommonsSocketIoPseudoStrictHttpServer,
|
|
4
|
+
export { CommonsSocketIoPseudoStrictHttpHostApp, CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, TRequestHandler, CommonsSocketIoPseudoStrictHttpServer, CommonsSocketIoPseudoStrictHttpClientImplementation };
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, CommonsSocketIoPseudoStrictHttpServer } from './servers/commons-socket-io-pseudo-strict-http.server.mjs';
|
|
2
1
|
import { CommonsSocketIoPseudoStrictHttpHostApp } from './apps/commons-socket-io-pseudo-strict-http-host.app.mjs';
|
|
2
|
+
import { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, CommonsSocketIoPseudoStrictHttpServer } from './servers/commons-socket-io-pseudo-strict-http.server.mjs';
|
|
3
3
|
import { CommonsSocketIoPseudoStrictHttpClientImplementation } from './classes/commons-socket-io-pseudo-strict-http-client-implementation.mjs';
|
|
4
|
-
export { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, CommonsSocketIoPseudoStrictHttpServer,
|
|
4
|
+
export { CommonsSocketIoPseudoStrictHttpHostApp, CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, CommonsSocketIoPseudoStrictHttpServer, CommonsSocketIoPseudoStrictHttpClientImplementation };
|
|
5
5
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,EACL,wCAAwC,EACxC,mCAAmC,EAEnC,qCAAqC,EACtC,MAAM,2DAA2D,CAAC;AACnE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sCAAsC,EAAE,MAAM,0DAA0D,CAAC;AAClH,OAAO,EACL,wCAAwC,EACxC,mCAAmC,EAEnC,qCAAqC,EACtC,MAAM,2DAA2D,CAAC;AACnE,OAAO,EAAE,mDAAmD,EAAE,MAAM,0EAA0E,CAAC;AAC/I,OAAO,EACN,sCAAsC,EACtC,wCAAwC,EACxC,mCAAmC,EAEnC,qCAAqC,EACrC,mDAAmD,EACnD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodecommons-esm-socket-io-pseudo-http",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"tsc": "./node_modules/typescript/bin/tsc",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"dist/**/*"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"nodecommons-esm-app-socket-io": "^2.0.
|
|
30
|
-
"nodecommons-esm-express": "^1.0.
|
|
31
|
-
"nodecommons-esm-http": "^1.0.
|
|
32
|
-
"nodecommons-esm-log": "^1.0.
|
|
33
|
-
"nodecommons-esm-socket-io": "^0.0.
|
|
29
|
+
"nodecommons-esm-app-socket-io": "^2.0.2",
|
|
30
|
+
"nodecommons-esm-express": "^1.0.4",
|
|
31
|
+
"nodecommons-esm-http": "^1.0.3",
|
|
32
|
+
"nodecommons-esm-log": "^1.0.3",
|
|
33
|
+
"nodecommons-esm-socket-io": "^0.0.10",
|
|
34
34
|
"socket.io": "^4.8.1",
|
|
35
35
|
"socket.io-client": "^4.8.1",
|
|
36
|
-
"tscommons-esm-async": "^1.0.
|
|
37
|
-
"tscommons-esm-core": "^0.
|
|
38
|
-
"tscommons-esm-http": "^1.0.
|
|
39
|
-
"tscommons-esm-socket-io-pseudo-http": "^0.0.
|
|
36
|
+
"tscommons-esm-async": "^1.0.4",
|
|
37
|
+
"tscommons-esm-core": "^0.2.0",
|
|
38
|
+
"tscommons-esm-http": "^1.0.3",
|
|
39
|
+
"tscommons-esm-socket-io-pseudo-http": "^0.0.9"
|
|
40
40
|
}
|
|
41
41
|
}
|