@gluestack/framework
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -15,2 +15,3 @@ const { isEmpty, indexOf } = require('lodash'); | ||
const getDependencies = require('../helpers/get-dependencies'); | ||
const removeSpecialChars = require('../helpers/remove-special-chars'); | ||
@@ -33,2 +34,4 @@ const prefix = 'glue-plugin-'; | ||
instanceName = removeSpecialChars(instanceName); | ||
if (instanceName.indexOf('/') !== -1) { | ||
@@ -41,2 +44,9 @@ error( | ||
if (instanceName.indexOf('/') !== -1) { | ||
error( | ||
`${instanceName} is not valid, does not support nested instance.` | ||
); | ||
process.exit(0); | ||
} | ||
// adding the installed plugins | ||
@@ -43,0 +53,0 @@ const pluginInstancesFilePath = |
{ | ||
"name": "@gluestack/framework", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "Framework code of gluestack", | ||
@@ -5,0 +5,0 @@ "main": "glue.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
288574
88
2296