wenay-common2 1.0.28 → 1.0.29
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/lib/client.d.ts +0 -2
- package/lib/client.js +0 -2
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/package.json +1 -1
package/lib/client.d.ts
CHANGED
|
@@ -14,13 +14,11 @@ export * from "./Common/events/SocketBuffer";
|
|
|
14
14
|
export * from "./Common/events/SocketServerHook";
|
|
15
15
|
export * from "./Common/events/joinListens";
|
|
16
16
|
export * from "./Common/rcp/rpc-index";
|
|
17
|
-
export * from "./server/fsKeyVolume";
|
|
18
17
|
export * from "./Common/Color";
|
|
19
18
|
export * from "./Common/funcTimeWait";
|
|
20
19
|
export * from "./Common/id-pool";
|
|
21
20
|
export * from "./Common/inputAutoStep";
|
|
22
21
|
export * from "./Common/node_console";
|
|
23
|
-
export * from "./server/WebHook3";
|
|
24
22
|
export * from "./Common/Time";
|
|
25
23
|
export * from "./Common/inputAutoStep";
|
|
26
24
|
export * as Math from "./Common/math/Math";
|
package/lib/client.js
CHANGED
|
@@ -53,13 +53,11 @@ __exportStar(require("./Common/events/SocketBuffer"), exports);
|
|
|
53
53
|
__exportStar(require("./Common/events/SocketServerHook"), exports);
|
|
54
54
|
__exportStar(require("./Common/events/joinListens"), exports);
|
|
55
55
|
__exportStar(require("./Common/rcp/rpc-index"), exports);
|
|
56
|
-
__exportStar(require("./server/fsKeyVolume"), exports);
|
|
57
56
|
__exportStar(require("./Common/Color"), exports);
|
|
58
57
|
__exportStar(require("./Common/funcTimeWait"), exports);
|
|
59
58
|
__exportStar(require("./Common/id-pool"), exports);
|
|
60
59
|
__exportStar(require("./Common/inputAutoStep"), exports);
|
|
61
60
|
__exportStar(require("./Common/node_console"), exports);
|
|
62
|
-
__exportStar(require("./server/WebHook3"), exports);
|
|
63
61
|
__exportStar(require("./Common/Time"), exports);
|
|
64
62
|
__exportStar(require("./Common/inputAutoStep"), exports);
|
|
65
63
|
exports.Math = __importStar(require("./Common/math/Math"));
|
package/lib/index.d.ts
CHANGED
|
@@ -18,7 +18,6 @@ export * from "./Common/events/SocketServerHook";
|
|
|
18
18
|
export * from "./Common/events/joinListens";
|
|
19
19
|
export * from "./Common/events/UseListenTransform";
|
|
20
20
|
export * from "./Common/rcp/rpc-index";
|
|
21
|
-
export * from "./server/fsKeyVolume";
|
|
22
21
|
export * from "./Common/Color";
|
|
23
22
|
export * from "./Common/funcTimeWait";
|
|
24
23
|
export * from "./Common/id-pool";
|
package/lib/index.js
CHANGED
|
@@ -57,7 +57,6 @@ __exportStar(require("./Common/events/SocketServerHook"), exports);
|
|
|
57
57
|
__exportStar(require("./Common/events/joinListens"), exports);
|
|
58
58
|
__exportStar(require("./Common/events/UseListenTransform"), exports);
|
|
59
59
|
__exportStar(require("./Common/rcp/rpc-index"), exports);
|
|
60
|
-
__exportStar(require("./server/fsKeyVolume"), exports);
|
|
61
60
|
__exportStar(require("./Common/Color"), exports);
|
|
62
61
|
__exportStar(require("./Common/funcTimeWait"), exports);
|
|
63
62
|
__exportStar(require("./Common/id-pool"), exports);
|