@flowfuse/driver-localfs
Advanced tools
Comparing version 2.1.2-afefb39-202403111508.0 to 2.2.0
@@ -0,1 +1,6 @@ | ||
#### 2.2.0: Release | ||
- Private ca typo (#118) @hardillb | ||
- Bump jsonata and @node-red/util (#117) @app/dependabot | ||
#### 2.1.1: Release | ||
@@ -2,0 +7,0 @@ |
@@ -86,3 +86,3 @@ /** | ||
// fully qualified path to ca.pem file | ||
if (app.config.driver.options?.privateCA && fs.existsSync(this._app.config.driver.options?.privateCA)) { | ||
if (app.config.driver.options?.privateCA && existsSync(app.config.driver.options?.privateCA)) { | ||
env.NODE_EXTRA_CA_CERTS = app.config.driver.options?.privateCA | ||
@@ -89,0 +89,0 @@ } |
{ | ||
"name": "@flowfuse/driver-localfs", | ||
"version": "2.1.2-afefb39-202403111508.0", | ||
"description": "Local Filesystem FlowFuse Project driver", | ||
"main": "localfs.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "eslint -c .eslintrc *.js", | ||
"lint:fix": "eslint -c .eslintrc *.js --fix" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FlowFuse/driver-localfs.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FlowFuse/driver-localfs/issues" | ||
}, | ||
"homepage": "https://github.com/FlowFuse/driver-localfs#readme", | ||
"author": { | ||
"name": "FlowFuse Inc." | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@flowfuse/nr-launcher": "nightly", | ||
"got": "^11.8.5", | ||
"semver": "^7.3.8" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.25.0", | ||
"eslint-config-standard": "^17.0.0" | ||
} | ||
"name": "@flowfuse/driver-localfs", | ||
"version": "2.2.0", | ||
"description": "Local Filesystem FlowFuse Project driver", | ||
"main": "localfs.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "eslint -c .eslintrc *.js", | ||
"lint:fix": "eslint -c .eslintrc *.js --fix" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FlowFuse/driver-localfs.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FlowFuse/driver-localfs/issues" | ||
}, | ||
"homepage": "https://github.com/FlowFuse/driver-localfs#readme", | ||
"author": { | ||
"name": "FlowFuse Inc." | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@flowfuse/nr-launcher": "^2.2.0", | ||
"got": "^11.8.5", | ||
"semver": "^7.3.8" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.25.0", | ||
"eslint-config-standard": "^17.0.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37809
1
+ Added@flowfuse/nr-assistant@0.1.3(transitive)
+ Added@flowfuse/nr-file-nodes@0.0.8(transitive)
+ Added@flowfuse/nr-launcher@2.12.0(transitive)
+ Added@flowfuse/nr-project-nodes@0.7.4(transitive)
- Removed@flowfuse/nr-assistant@0.1.4-559f1da-202501101505.0(transitive)
- Removed@flowfuse/nr-file-nodes@0.0.9-1e6a163-202412191018.0(transitive)
- Removed@flowfuse/nr-launcher@2.12.1-b590868-202501101506.0(transitive)
- Removed@flowfuse/nr-project-nodes@0.7.5-1fb7208-202412091856.0(transitive)
Updated@flowfuse/nr-launcher@^2.2.0