node-red-contrib-dde
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,3 +1,7 @@ | ||
Version: 1.0.1 | ||
------------ | ||
- Updates licensing and add branding | ||
Version: 1.0.0 | ||
------------ | ||
- Initial release |
{ | ||
"name": "node-red-contrib-dde", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Node-RED talk to DDE endpoints over the network", | ||
"dependencies": { | ||
"netdde": "^1.0.1" | ||
"netdde": "^1.0.2" | ||
}, | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -18,4 +18,4 @@ # node-red-contrib-dde | ||
Copyright: (c) 2019, Smart-Tech, Guilherme Francescon Cittolin <guilherme.francescon@netsmarttech.com> | ||
Copyright: (c) 2019-2020, Smart-Tech, Guilherme Francescon Cittolin <guilherme.francescon@netsmarttech.com> | ||
GNU General Public License v3.0+ (see [LICENSE](LICENSE) or https://www.gnu.org/licenses/gpl-3.0.txt) |
//@ts-check | ||
/* | ||
Copyright: (c) 2019, Guilherme Francescon Cittolin <gfcittolin@gmail.com> | ||
Copyright: (c) 2019-2020, Guilherme Francescon Cittolin <gfcittolin@gmail.com> | ||
GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
@@ -5,0 +5,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
9
65130
Updatednetdde@^1.0.2