@brandboostinggmbh/observable-workflows 0.13.2 → 0.13.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -898,6 +898,7 @@ const createLogAccessor = (context) => {
898
898
  WHERE tenantId = ? AND (? IS NULL OR instanceId = ?)
899
899
  `
900
900
  ).bind(context.tenantId, instanceId ?? null, instanceId ?? null).all();
901
+ console.log(`debug getPropertiesKeys: ${JSON.stringify(result)}`);
901
902
  if (!result.results) return [];
902
903
  return result.results.map((row) => ({
903
904
  key: row.key,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brandboostinggmbh/observable-workflows",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "My awesome typescript library",
5
5
  "type": "module",
6
6
  "license": "MIT",