create-bouncecode-library
Advanced tools
Comparing version 0.1.17 to 0.1.18
{ | ||
"name": "create-bouncecode-library", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "CLI for BounceCode library", | ||
@@ -5,0 +5,0 @@ "repository": "bouncecode/create-bouncecode-library", |
@@ -11,3 +11,3 @@ const { DATABASE } = require("./env.config"); | ||
...(bouncecodeConfig.libraries || []).map((library) => | ||
path.join(__dirname, library, "server/models/**/*.entity.js") | ||
path.join(__dirname, library, "dist/server/models/**/*.entity.js") | ||
), | ||
@@ -14,0 +14,0 @@ path.join(__dirname, "server/models/**/*.entity.{js,ts}"), |
@@ -33,3 +33,3 @@ /** | ||
library, | ||
"server/permissions/index.js" | ||
"dist/server/permissions/index.js" | ||
)).default | ||
@@ -48,3 +48,3 @@ ) | ||
...(bouncecodeConfig.libraries || []).map((library) => | ||
path.join(__dirname, "..", library, "server/models/**/*.resolver.js") | ||
path.join(__dirname, "..", library, "dist/server/models/**/*.resolver.js") | ||
), | ||
@@ -51,0 +51,0 @@ ]; |
@@ -19,6 +19,7 @@ { | ||
"jsx": "preserve", | ||
"baseUrl": "." | ||
"baseUrl": ".", | ||
"outDir": "./dist" | ||
}, | ||
"exclude": ["node_modules", "bouncecode.config.js", "env.config.js"], | ||
"exclude": ["node_modules", "./dist/**/*"], | ||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"] | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
758226
2
1555
1