tthr 0.0.24 → 0.0.26

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
@@ -314,7 +314,7 @@ function parseSchema(source) {
314
314
  ${normalisedContent.split("\n").join("\n ")}
315
315
  }`;
316
316
  const columns = {};
317
- const columnRegex = /(\w+)\s*:\s*(\w+)\s*\(\s*\)([^,\n]*)/g;
317
+ const columnRegex = /(\w+)\s*:\s*(\w+)(?:<[^>]*>)?\s*\(\s*\)([^,\n]*)/g;
318
318
  let colMatch;
319
319
  while ((colMatch = columnRegex.exec(columnsContent)) !== null) {
320
320
  const colName = colMatch[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tthr",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "description": "Tether CLI - project scaffolding, migrations, and deployment",
5
5
  "type": "module",
6
6
  "bin": {