@gluestack/bolt
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -39,3 +39,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
let _yamlContent = yield common_1.default.getAndValidateBoltYaml(); | ||
const _projectFolderPath = (0, path_1.join)(os_1.default.homedir(), bolt_configs_1.BOLT.YAML_FILE_NAME); | ||
const _projectFolderPath = (0, path_1.join)(os_1.default.homedir(), bolt_configs_1.BOLT.PROCESS_FOLDER_NAME); | ||
const _projectListPath = (0, path_1.join)(_projectFolderPath, bolt_configs_1.BOLT.PROCESS_PROJECT_LIST_FILE_NAME); | ||
@@ -48,2 +48,3 @@ const _projectPath = process.cwd(); | ||
const _projectExists = (0, lodash_1.find)(data, { id: _yamlContent.project_id }); | ||
console.log(_projectExists); | ||
if (!_projectExists) { | ||
@@ -50,0 +51,0 @@ data.push({ |
@@ -81,5 +81,5 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
this.program | ||
.name("Bolt") | ||
.version(`Bolt Run Version v${package_json_1.default.version}`) | ||
.description(`Bolt CLI tool v${package_json_1.default.version}`); | ||
.name("bolt") | ||
.version(`bolt Run Version v${package_json_1.default.version}`) | ||
.description(`bolt CLI tool v${package_json_1.default.version}`); | ||
}); | ||
@@ -86,0 +86,0 @@ } |
{ | ||
"name": "@gluestack/bolt", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Bolt Framework CLI", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
315125
6048
2