nodecommons-esm-socket-io-inter-system 1.1.4 → 1.1.6
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 +4 -4
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CommonsInterSystemSocketIoClientService } from './services/socket-io-client.service.mjs';
|
|
1
|
+
import { CommonsInterSystemSocketIoServer } from './servers/socket-io.server.mjs';
|
|
3
2
|
import { CommonsInterSystemSpawnApp } from './apps/spawn.app.mjs';
|
|
4
3
|
import { CommonsInterSystemProcessExecApp } from './apps/process-exec.app.mjs';
|
|
5
|
-
import {
|
|
4
|
+
import { CommonsInterSystemRestClientService } from './services/rest-client.service.mjs';
|
|
5
|
+
import { CommonsInterSystemSocketIoClientService } from './services/socket-io-client.service.mjs';
|
|
6
6
|
import { CommonsInterSystemSpawnApi } from './apis/spawn.api.mjs';
|
|
7
|
-
export {
|
|
7
|
+
export { CommonsInterSystemSocketIoServer, CommonsInterSystemSpawnApp, CommonsInterSystemProcessExecApp, CommonsInterSystemRestClientService, CommonsInterSystemSocketIoClientService, CommonsInterSystemSpawnApi };
|
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CommonsInterSystemSocketIoClientService } from './services/socket-io-client.service.mjs';
|
|
1
|
+
import { CommonsInterSystemSocketIoServer } from './servers/socket-io.server.mjs';
|
|
3
2
|
import { CommonsInterSystemSpawnApp } from './apps/spawn.app.mjs';
|
|
4
3
|
import { CommonsInterSystemProcessExecApp } from './apps/process-exec.app.mjs';
|
|
5
|
-
import {
|
|
4
|
+
import { CommonsInterSystemRestClientService } from './services/rest-client.service.mjs';
|
|
5
|
+
import { CommonsInterSystemSocketIoClientService } from './services/socket-io-client.service.mjs';
|
|
6
6
|
import { CommonsInterSystemSpawnApi } from './apis/spawn.api.mjs';
|
|
7
|
-
export {
|
|
7
|
+
export { CommonsInterSystemSocketIoServer, CommonsInterSystemSpawnApp, CommonsInterSystemProcessExecApp, CommonsInterSystemRestClientService, CommonsInterSystemSocketIoClientService, CommonsInterSystemSpawnApi };
|
|
8
8
|
//# 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,EAAE,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,gCAAgC,EAAE,MAAM,6BAA6B,CAAC;AAC/E,OAAO,EAAE,mCAAmC,EAAE,MAAM,oCAAoC,CAAC;AACzF,OAAO,EAAE,uCAAuC,EAAE,MAAM,yCAAyC,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EACN,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,mCAAmC,EACnC,uCAAuC,EACvC,0BAA0B,EAC1B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodecommons-esm-socket-io-inter-system",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"tsc": "./node_modules/typescript/bin/tsc",
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"express": "^4.21.2",
|
|
30
30
|
"nodecommons-esm-app": "^0.0.15",
|
|
31
|
-
"nodecommons-esm-app-socket-io": "^2.0.
|
|
32
|
-
"nodecommons-esm-express": "^1.0.
|
|
33
|
-
"nodecommons-esm-http": "^
|
|
31
|
+
"nodecommons-esm-app-socket-io": "^2.0.4",
|
|
32
|
+
"nodecommons-esm-express": "^1.0.6",
|
|
33
|
+
"nodecommons-esm-http": "^2.0.2",
|
|
34
34
|
"nodecommons-esm-log": "^1.0.3",
|
|
35
35
|
"nodecommons-esm-process": "^1.1.4",
|
|
36
|
-
"nodecommons-esm-rest": "^0.0.
|
|
37
|
-
"nodecommons-esm-socket-io": "^0.0.
|
|
36
|
+
"nodecommons-esm-rest": "^0.0.16",
|
|
37
|
+
"nodecommons-esm-socket-io": "^0.0.12",
|
|
38
38
|
"rxjs": "^7.8.2",
|
|
39
39
|
"socket.io": "^4.8.1",
|
|
40
40
|
"tscommons-esm-async": "^1.0.4",
|
|
41
41
|
"tscommons-esm-core": "^0.2.0",
|
|
42
|
-
"tscommons-esm-http": "^
|
|
43
|
-
"tscommons-esm-rest": "^1.0.
|
|
42
|
+
"tscommons-esm-http": "^2.0.1",
|
|
43
|
+
"tscommons-esm-rest": "^1.0.5"
|
|
44
44
|
}
|
|
45
45
|
}
|