@fairmint/canton-fairmint-sdk 0.0.7 → 0.0.8

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.
@@ -316,7 +316,7 @@ class CantonDbClient {
316
316
  const query = `
317
317
  WITH data AS (
318
318
  SELECT
319
- unnest($1::text[]) AS network,
319
+ unnest($1::canton_network[]) AS network,
320
320
  unnest($2::text[]) AS update_id,
321
321
  unnest($3::text[]) AS command_id,
322
322
  unnest($4::text[]) AS workflow_id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairmint/canton-fairmint-sdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Shared SDK utilities for Canton blockchain integration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",