nodecommons-esm-socket-io-pseudo-http 0.0.2 → 0.0.4
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 { CommonsSocketIoPseudoStrictHttpHostApp } from './apps/commons-socket-io-pseudo-strict-http-host.app.mjs';
|
|
2
1
|
import { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, TRequestHandler, CommonsSocketIoPseudoStrictHttpServer } from './servers/commons-socket-io-pseudo-strict-http.server.mjs';
|
|
2
|
+
import { CommonsSocketIoPseudoStrictHttpHostApp } from './apps/commons-socket-io-pseudo-strict-http-host.app.mjs';
|
|
3
3
|
import { CommonsSocketIoPseudoStrictHttpClientImplementation } from './classes/commons-socket-io-pseudo-strict-http-client-implementation.mjs';
|
|
4
|
-
export {
|
|
4
|
+
export { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, TRequestHandler, CommonsSocketIoPseudoStrictHttpServer, CommonsSocketIoPseudoStrictHttpHostApp, CommonsSocketIoPseudoStrictHttpClientImplementation };
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CommonsSocketIoPseudoStrictHttpHostApp } from './apps/commons-socket-io-pseudo-strict-http-host.app.mjs';
|
|
2
1
|
import { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, CommonsSocketIoPseudoStrictHttpServer } from './servers/commons-socket-io-pseudo-strict-http.server.mjs';
|
|
2
|
+
import { CommonsSocketIoPseudoStrictHttpHostApp } from './apps/commons-socket-io-pseudo-strict-http-host.app.mjs';
|
|
3
3
|
import { CommonsSocketIoPseudoStrictHttpClientImplementation } from './classes/commons-socket-io-pseudo-strict-http-client-implementation.mjs';
|
|
4
|
-
export {
|
|
4
|
+
export { CommonsSocketIoPseudoStrictParamsRequest, CommonsSocketIoPseudoPseudoResponse, CommonsSocketIoPseudoStrictHttpServer, CommonsSocketIoPseudoStrictHttpHostApp, 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,
|
|
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,sCAAsC,EAAE,MAAM,0DAA0D,CAAC;AAClH,OAAO,EAAE,mDAAmD,EAAE,MAAM,0EAA0E,CAAC;AAC/I,OAAO,EACN,wCAAwC,EACxC,mCAAmC,EAEnC,qCAAqC,EACrC,sCAAsC,EACtC,mDAAmD,EACnD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodecommons-esm-socket-io-pseudo-http",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"tsc": "./node_modules/typescript/bin/tsc",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"dist/**/*"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"nodecommons-esm-app-socket-io": "^0.0.
|
|
30
|
-
"nodecommons-esm-express": "^0.0.
|
|
31
|
-
"nodecommons-esm-http": "^0.0.
|
|
32
|
-
"nodecommons-esm-log": "^0.0.
|
|
33
|
-
"nodecommons-esm-socket-io": "^0.0.
|
|
34
|
-
"tscommons-esm-async": "^0.0.
|
|
35
|
-
"tscommons-esm-core": "^0.0.
|
|
36
|
-
"tscommons-esm-http": "^0.0.
|
|
37
|
-
"tscommons-esm-socket-io-pseudo-http": "^0.0.
|
|
29
|
+
"nodecommons-esm-app-socket-io": "^0.0.6",
|
|
30
|
+
"nodecommons-esm-express": "^0.0.10",
|
|
31
|
+
"nodecommons-esm-http": "^0.0.8",
|
|
32
|
+
"nodecommons-esm-log": "^0.0.7",
|
|
33
|
+
"nodecommons-esm-socket-io": "^0.0.6",
|
|
34
|
+
"tscommons-esm-async": "^0.0.9",
|
|
35
|
+
"tscommons-esm-core": "^0.0.5",
|
|
36
|
+
"tscommons-esm-http": "^0.0.6",
|
|
37
|
+
"tscommons-esm-socket-io-pseudo-http": "^0.0.5"
|
|
38
38
|
}
|
|
39
39
|
}
|