@soos-io/api-client
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -20,2 +20,5 @@ /// <reference types="node" /> | ||
}; | ||
App: { | ||
Home: string; | ||
}; | ||
}; | ||
@@ -22,0 +25,0 @@ Status: { |
@@ -22,2 +22,5 @@ "use strict"; | ||
}, | ||
App: { | ||
Home: "https://app.soos.io/", | ||
}, | ||
}, | ||
@@ -24,0 +27,0 @@ Status: { |
export * from "./AnalysisService"; | ||
export * from "./AnalysisArgumentParser"; |
@@ -5,1 +5,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./AnalysisService"), exports); | ||
tslib_1.__exportStar(require("./AnalysisArgumentParser"), exports); |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.", | ||
@@ -41,2 +41,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"argparse": "^2.0.1", | ||
"axios": "^1.6.2", | ||
@@ -47,2 +48,3 @@ "form-data": "^4.0.0", | ||
"devDependencies": { | ||
"@types/argparse": "^2.0.14", | ||
"@types/jest": "^29.5.11", | ||
@@ -49,0 +51,0 @@ "@types/node": "^20.10.4", |
70990
42
1594
4
7
+ Addedargparse@^2.0.1
+ Addedargparse@2.0.1(transitive)