@forzalabs/remora 1.1.2 → 1.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.
package/index.js CHANGED
@@ -316,7 +316,7 @@ var import_promises = __toESM(require("fs/promises"), 1);
316
316
 
317
317
  // ../../packages/constants/src/Constants.ts
318
318
  var CONSTANTS = {
319
- cliVersion: "1.0.18",
319
+ cliVersion: "1.1.3",
320
320
  backendVersion: 1,
321
321
  backendPort: 5088,
322
322
  workerVersion: 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forzalabs/remora",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A powerful CLI tool for seamless data translation.",
5
5
  "main": "index.js",
6
6
  "private": false,
@@ -308,7 +308,7 @@ var import_promises = __toESM(require("fs/promises"), 1);
308
308
 
309
309
  // ../../packages/constants/src/Constants.ts
310
310
  var CONSTANTS = {
311
- cliVersion: "1.0.18",
311
+ cliVersion: "1.1.3",
312
312
  backendVersion: 1,
313
313
  backendPort: 5088,
314
314
  workerVersion: 2,