We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d06b1 commit fd78455Copy full SHA for fd78455
src/client/__tests__/http-client.test.ts
@@ -59,7 +59,7 @@ describe('VantigeHttpClient', () => {
59
headers: {
60
'Authorization': 'Bearer test-token',
61
'Content-Type': 'application/json',
62
- 'User-Agent': '@vantige-ai/typescript-sdk/0.1.2',
+ 'User-Agent': `@vantige-ai/typescript-sdk/${process.env.npm_package_version || '0.1.0'}`,
63
},
64
});
65
0 commit comments