@paykit-sdk/polar 1.1.2 → 1.1.3

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.js CHANGED
@@ -138,7 +138,6 @@ var PolarProvider = class {
138
138
  },
139
139
  {}
140
140
  );
141
- console.log({ headers, webhookHeaders, webhookSecret, body });
142
141
  const { data, type } = (0, import_webhooks.validateEvent)(body, webhookHeaders, webhookSecret);
143
142
  const id = webhookHeaders["webhook-id"];
144
143
  const timestamp = webhookHeaders["webhook-timestamp"];
package/dist/index.mjs CHANGED
@@ -116,7 +116,6 @@ var PolarProvider = class {
116
116
  },
117
117
  {}
118
118
  );
119
- console.log({ headers, webhookHeaders, webhookSecret, body });
120
119
  const { data, type } = validateEvent(body, webhookHeaders, webhookSecret);
121
120
  const id = webhookHeaders["webhook-id"];
122
121
  const timestamp = webhookHeaders["webhook-timestamp"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paykit-sdk/polar",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Polar provider for PayKit",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",