pqb 0.72.1 → 0.72.2

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.
package/dist/index.mjs CHANGED
@@ -732,6 +732,9 @@ var Column = class {
732
732
  as(column) {
733
733
  return setColumnData(this, "as", column);
734
734
  }
735
+ brand(_token) {
736
+ return this;
737
+ }
735
738
  input(fn) {
736
739
  const cloned = Object.create(this);
737
740
  cloned.inputSchema = fn(this.inputSchema);