Minor Changes
-
1c2fdbf: Fix CJS consumers crashing with
Must use import to load ES Module: .../uuid/dist-node/index.js. Theuuidpackage is pure ESM and has no CJS entry point, so the CJS build of@cipherstash/stackcould notrequire()it at runtime.uuidis now bundled into the CJS output (the ESM build is unchanged).Expose
EncryptedTable.columnBuildersas a public, read-only field so consumers can iterate the typed column-builder map of an encrypted table without reaching into the builtTableDefinition(schema.build().columns) or the private internal.