@chijs/client
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -11,2 +11,3 @@ import type { Socket } from 'socket.io-client'; | ||
action: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:action:">; | ||
task: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:task:">; | ||
misc: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:misc:">; | ||
@@ -13,0 +14,0 @@ private socketListener; |
@@ -9,2 +9,3 @@ import { RpcEndpoint, createRpcWrapper, RPC } from '@chijs/core'; | ||
action; | ||
task; | ||
misc; | ||
@@ -22,2 +23,3 @@ socketListener; | ||
this.action = createRpcWrapper(this.server, '$s:action:'); | ||
this.task = createRpcWrapper(this.server, '$s:task:'); | ||
} | ||
@@ -24,0 +26,0 @@ dispose(reason) { |
{ | ||
"name": "@chijs/client", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"main": "lib/index.js", | ||
@@ -19,3 +19,3 @@ "license": "AGPL-3.0", | ||
"dependencies": { | ||
"@chijs/core": "^0.0.17", | ||
"@chijs/core": "^0.0.18", | ||
"socket.io-client": "^4.5.1" | ||
@@ -26,3 +26,3 @@ }, | ||
"lint": "eslint --ext .js,.ts ./src/ ./test/", | ||
"prepare": "ts-node-esm ../../scripts/build.ts --package client --rebuild", | ||
"prepublishOnly": "ts-node-esm ../../scripts/build.ts --package client --rebuild", | ||
"test": "mocha" | ||
@@ -29,0 +29,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4498
48
Updated@chijs/core@^0.0.18