@andyburke/fs-fastify
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -23,3 +23,3 @@ 'use strict'; | ||
const cwd = process.cwd(); | ||
const cwd = options.cwd ?? process.cwd(); | ||
@@ -26,0 +26,0 @@ const fastify_objects = paths.map( ( path ) => { |
{ | ||
"name": "@andyburke/fs-fastify", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Drive your fastify setup from the filesystem.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5235