@zlepper/rpc
Advanced tools
Comparing version 0.0.7 to 0.0.8
export * from './client/worker-consumer.js'; | ||
export * from './client/worker-client-connection.js'; | ||
export * from './shared/cross-invocation.js'; | ||
export * from './shared/normalized-event-target.js'; | ||
export * from './worker/worker-provider.js'; | ||
export * from './worker/worker-server-connection.js'; |
export * from './client/worker-consumer.js'; | ||
export * from './client/worker-client-connection.js'; | ||
export * from './shared/cross-invocation.js'; | ||
export * from './shared/normalized-event-target.js'; | ||
export * from './worker/worker-provider.js'; | ||
export * from './worker/worker-server-connection.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@zlepper/rpc", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Allows RPC from the main thread to a background worker thread (Of any kind), using ES6 classes.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
24600
407