timber-node 0.2.9 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
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.3.0",
4
4
  "description": "Simplifying accounting and tax filing for businesses",
5
5
  "keywords": [
6
6
  "timber"