@major-tech/resource-client 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -183,8 +183,8 @@ function addResource(resourceId, name, type, description, applicationId, framewo
183
183
  const validTypes = ['database-postgresql', 'database-dynamodb', 'database-cosmosdb', 'api-hubspot', 'api-googlesheets', 'api-custom', 'storage-s3'];
184
184
  if (!validTypes.includes(type)) {
185
185
  console.error(`❌ Invalid type: ${type}`);
186
- console.log(` Valid types: ${validTypes.join(', ')}`);
187
- console.log(` Your resource-client version might be out of date. Try running 'pnpm update @major-tech/resource-client'`)
186
+ console.error(` Valid types: ${validTypes.join(', ')}`);
187
+ console.error(` Your resource-client version might be out of date. Try running 'pnpm update @major-tech/resource-client'`)
188
188
  process.exit(1);
189
189
  }
190
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@major-tech/resource-client",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "TypeScript client library for invoking Major resources (PostgreSQL, Custom APIs, HubSpot, S3)",
5
5
  "type": "module",
6
6
  "sideEffects": false,