@forzalabs/remora 1.1.5 → 1.1.7

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.
@@ -72,10 +72,6 @@
72
72
  "type": "integer",
73
73
  "minimum": 1,
74
74
  "description": "Maximum number of items to keep in memory"
75
- },
76
- "DEBUG_MODE": {
77
- "type": "boolean",
78
- "description": "Enable logging of internal steps"
79
75
  }
80
76
  }
81
77
  }
@@ -92,8 +88,7 @@
92
88
  "sources": ["/sources"],
93
89
  "schemas": ["/schemas"],
94
90
  "settings": {
95
- "SQL_MAX_QUERY_ROWS": 10000,
96
- "DEBUG_MODE": true
91
+ "SQL_MAX_QUERY_ROWS": 10000
97
92
  }
98
93
  }
99
94
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forzalabs/remora",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "A powerful CLI tool for seamless data translation.",
5
5
  "main": "index.js",
6
6
  "private": false,
@@ -9,6 +9,7 @@
9
9
  },
10
10
  "scripts": {
11
11
  "dev": "clear && npm run fast-build && clear && npx tsx scripts/dev.ts",
12
+ "dev:build": "clear && npm install --workspaces && clear && npm run fast-build && clear && npx tsx scripts/dev.ts",
12
13
  "dev:w": "clear && npm run fast-build && clear && npx tsx scripts/dev.ts",
13
14
  "ts-check": "npx tsc --noemit",
14
15
  "init": "npx tsx ./src/index.ts init",