@translated/lara 1.3.1 → 1.3.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.
package/lib/net/index.js CHANGED
@@ -5,7 +5,7 @@ const browser_client_1 = require("./browser-client");
5
5
  const node_client_1 = require("./node-client");
6
6
  var client_1 = require("./client");
7
7
  Object.defineProperty(exports, "LaraClient", { enumerable: true, get: function () { return client_1.LaraClient; } });
8
- const DEFAULT_BASE_URL = "https://api.hellolara.ai";
8
+ const DEFAULT_BASE_URL = "https://api.laratranslate.com";
9
9
  function create(accessKeyId, accessKeySecret, baseUrl) {
10
10
  const url = new URL(baseUrl || DEFAULT_BASE_URL);
11
11
  if (url.protocol !== "https:" && url.protocol !== "http:")
@@ -1 +1 @@
1
- export declare const version = "1.3.1";
1
+ export declare const version = "1.3.3";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = "1.3.1";
4
+ exports.version = "1.3.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@translated/lara",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "engines": {
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "@types/node": "^20.14.2",
40
40
  "typescript": "^5.4.5",
41
- "webpack": "^5.91.0",
41
+ "webpack": "^5.97.1",
42
42
  "webpack-cli": "^5.1.4"
43
43
  }
44
44
  }