@alwaysmeticulous/cli
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -9,5 +9,3 @@ "use strict"; | ||
const getProject = async (client) => { | ||
const { data: projectData } = await client | ||
.get("projects/token-info") | ||
.catch((error) => { | ||
const { data } = await client.get("projects/token-info").catch((error) => { | ||
var _a; | ||
@@ -21,4 +19,4 @@ if (axios_1.default.isAxiosError(error)) { | ||
}); | ||
return projectData; | ||
return data; | ||
}; | ||
exports.getProject = getProject; |
export { showProject } from "./commands/show-project/show-project.command"; | ||
export { uploadBuild } from "./commands/upload-build/upload-build.command"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.showProject = void 0; | ||
exports.uploadBuild = exports.showProject = void 0; | ||
var show_project_command_1 = require("./commands/show-project/show-project.command"); | ||
Object.defineProperty(exports, "showProject", { enumerable: true, get: function () { return show_project_command_1.showProject; } }); | ||
var upload_build_command_1 = require("./commands/upload-build/upload-build.command"); | ||
Object.defineProperty(exports, "uploadBuild", { enumerable: true, get: function () { return upload_build_command_1.uploadBuild; } }); |
@@ -9,2 +9,3 @@ "use strict"; | ||
const show_project_command_1 = require("./commands/show-project/show-project.command"); | ||
const upload_build_command_1 = require("./commands/upload-build/upload-build.command"); | ||
const main = () => { | ||
@@ -17,2 +18,3 @@ const promise = yargs_1.default | ||
.command(show_project_command_1.showProject) | ||
.command(upload_build_command_1.uploadBuild) | ||
.help() | ||
@@ -19,0 +21,0 @@ .strictCommands() |
{ | ||
"name": "@alwaysmeticulous/cli", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"main": "dist/index.js", | ||
@@ -26,2 +26,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"archiver": "^5.3.0", | ||
"axios": "^0.25.0", | ||
@@ -28,0 +29,0 @@ "yargs": "^17.3.1" |
Sorry, the diff of this file is not supported yet
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances 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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
34600
24
363
1
22
3
4
2
+ Addedarchiver@^5.3.0
+ Addedarchiver@5.3.2(transitive)
+ Addedarchiver-utils@2.1.03.0.4(transitive)
+ Addedasync@3.2.6(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbl@4.1.0(transitive)
+ Addedbrace-expansion@1.1.112.0.1(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedbuffer-crc32@0.2.13(transitive)
+ Addedcompress-commons@4.1.2(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedcrc-32@1.2.2(transitive)
+ Addedcrc32-stream@4.0.3(transitive)
+ Addedend-of-stream@1.4.4(transitive)
+ Addedfs-constants@1.0.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedlazystream@1.0.1(transitive)
+ Addedlodash.defaults@4.2.0(transitive)
+ Addedlodash.difference@4.5.0(transitive)
+ Addedlodash.flatten@4.4.0(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedlodash.union@4.6.0(transitive)
+ Addedminimatch@3.1.25.1.6(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.83.6.2(transitive)
+ Addedreaddir-glob@1.1.3(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedtar-stream@2.2.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedzip-stream@4.1.1(transitive)