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/internal.mjs CHANGED
@@ -469,6 +469,9 @@ var Column$1 = class {
469
469
  as(column) {
470
470
  return setColumnData$1(this, "as", column);
471
471
  }
472
+ brand(_token) {
473
+ return this;
474
+ }
472
475
  input(fn) {
473
476
  const cloned = Object.create(this);
474
477
  cloned.inputSchema = fn(this.inputSchema);