Comparing version 0.0.2 to 0.0.3
"use strict"; | ||
module.exports.receiver = require( './lib/receive' ); | ||
module.exports.receiver = require( './lib/send' ); | ||
module.exports.Receiver = require( './lib/receive' ); | ||
module.exports.Sender = require( './lib/send' ); | ||
module.exports.transports = { | ||
receivers: { | ||
express: require( './lib/transport.receiver.express' ) | ||
Express: require( './lib/transport.receiver.express' ) | ||
}, | ||
senders: { | ||
http: require( './lib/transport.sender.http' ) | ||
Http: require( './lib/transport.sender.http' ) | ||
} | ||
}; |
{ | ||
"name": "fling", | ||
"description": "JSON Fling is a simple JSON-RPC framework for NodeJS with built-in permissions and support for different transports.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Anthony Hildoer <anthony@bluerival.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
85912
32
0