@flowfuse/device-agent
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -0,1 +1,5 @@ | ||
#### 2.3.1: Release | ||
- Fix CORS handling (#242) @hardillb | ||
#### 2.3.0: Release | ||
@@ -2,0 +6,0 @@ |
@@ -64,2 +64,3 @@ const settings = require('./settings.json') | ||
disableEditor: false, // permit editing of device flows as of FF v1.7.0 | ||
httpNodeCors: { origin: '*', methods: 'GET,PUT,POST,DELETE' }, | ||
externalModules: { | ||
@@ -66,0 +67,0 @@ autoInstall: true, |
{ | ||
"name": "@flowfuse/device-agent", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform", | ||
@@ -5,0 +5,0 @@ "exports": { |
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
279922
4353