adoscopejs
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -7,3 +7,3 @@ /* | ||
* | ||
* Last Modified: 21/04/2019 4:13:53 | ||
* Last Modified: 21/04/2019 4:24:58 | ||
* Modified By: Paradox | ||
@@ -40,3 +40,3 @@ * | ||
await cli.copy( | ||
path.join(__dirname, 'src', 'database', 'migrations', migrationFile), | ||
path.join(__dirname, 'dist', 'src', 'database', 'migrations', migrationFile), | ||
path.join(cli.helpers.migrationsPath(), outFile) | ||
@@ -56,3 +56,3 @@ ) | ||
await cli.copy( | ||
path.join(__dirname, 'src', controllersPath), | ||
path.join(__dirname, 'dist', 'src', controllersPath), | ||
path.join(cli.helpers.appRoot(), controllersPath, 'Adoscope') | ||
@@ -72,3 +72,3 @@ ) | ||
await cli.copy( | ||
path.join(__dirname, 'src', modelFile), | ||
path.join(__dirname, 'dist', 'src', modelFile), | ||
path.join(cli.helpers.appRoot(), modelFile) | ||
@@ -88,3 +88,3 @@ ) | ||
await cli.copy( | ||
path.join(__dirname, 'src', 'resources', 'views', viewFile), | ||
path.join(__dirname, 'dist', 'src', 'resources', 'views', viewFile), | ||
path.join(cli.helpers.viewsPath, 'adoscope', viewFile) | ||
@@ -91,0 +91,0 @@ ) |
{ | ||
"name": "adoscopejs", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Debugger for Adonisjs-based applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,2 +19,3 @@ { | ||
"build", | ||
"config", | ||
"webpack.mix.js", | ||
@@ -21,0 +22,0 @@ "instructions.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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
198981
35
855
3
1