@major-tech/resource-client 0.1.2 → 0.1.3

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.
@@ -45,8 +45,8 @@ function clientTemplate(data) {
45
45
  * DO NOT EDIT - Auto-generated by @major-tech/resource-client
46
46
  */
47
47
 
48
- const BASE_URL = import.meta.env.VITE_MAJOR_API_BASE_URL || 'https://api.major.tech';
49
- const MAJOR_JWT_TOKEN = import.meta.env.VITE_MAJOR_JWT_TOKEN;
48
+ const BASE_URL = import.meta.env.MAJOR_API_BASE_URL || 'https://api.major.tech';
49
+ const MAJOR_JWT_TOKEN = import.meta.env.MAJOR_JWT_TOKEN;
50
50
 
51
51
  class ${data.clientName}Singleton {
52
52
  private static instance: ${data.clientClass} | null = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@major-tech/resource-client",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "TypeScript client library for invoking Major resources (PostgreSQL, Custom APIs, HubSpot, S3)",
5
5
  "type": "module",
6
6
  "sideEffects": false,