timber-node 0.2.9 → 0.4.0

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.
package/README.md CHANGED
@@ -10,12 +10,6 @@ Easily interact with Timber's core features like managing expenses, invoices, ve
10
10
  npm install timber-node
11
11
  ```
12
12
 
13
- Or install directly from the GitHub repo:
14
-
15
- ```bash
16
- npm install git+https://github.com/Timber-UAE/timber-be-sdk-s.git
17
- ```
18
-
19
13
  ## Getting Started
20
14
 
21
15
  ```typescript
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ const invoiceTemplates_1 = require("./invoiceTemplates");
24
24
  const invoiceItem_1 = require("./invoiceItem");
25
25
  class TimberClient {
26
26
  constructor(apiKey, options = {}) {
27
- const baseURL = `${options.baseURL || 'http://localhost:4010'}/api/v1/user/sdk`;
27
+ const baseURL = `${options.baseURL || 'https://api.timber.me'}/api/v1/user/sdk`;
28
28
  const http = axios_1.default.create({
29
29
  baseURL: baseURL,
30
30
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timber-node",
3
- "version": "0.2.9",
3
+ "version": "0.4.0",
4
4
  "description": "Simplifying accounting and tax filing for businesses",
5
5
  "keywords": [
6
6
  "timber"