@shushed/helpers 0.0.56 → 0.0.57

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1037,7 +1037,6 @@ var PubSubHelper = class extends Runtime {
1037
1037
  serviceAccountEmail: this.serviceAccountEmail,
1038
1038
  useTableSchema: false
1039
1039
  };
1040
- nextMetadata.filter = `attributes:bigquery`;
1041
1040
  } else {
1042
1041
  nextMetadata = nextMetadata || {};
1043
1042
  nextMetadata.bigqueryConfig = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",