@bakerjs/core
Advanced tools
Comparing version 0.1.19 to 0.1.20
@@ -159,3 +159,3 @@ import { glob } from "glob"; | ||
async loadAppContext() { | ||
const appPaths = glob.sync(`${config().root}/**/*.{ts,tsx,js,jsx}`); | ||
const appPaths = glob.sync(`${config().root}/**/*.{ts,tsx,js,jsx}`).filter(p => !p.includes('testing')); | ||
const modules = await Promise.all(appPaths.map(path => import(path))); | ||
@@ -162,0 +162,0 @@ const args = modules.flatMap(module => Object.values(module)).filter((arg: any) => arg.name !== 'default'); |
{ | ||
"private": false, | ||
"name": "@bakerjs/core", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "lib/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
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
1
357260
272
6271