awing-library 2.1.233-dev → 2.1.234-dev

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.
@@ -222,8 +222,8 @@ var RunInBackground = function () {
222
222
  subCampaign = {
223
223
  subCampaigns: [
224
224
  {
225
- id: sub.campaignGroup.id,
226
- name: sub.campaignGroup.name,
225
+ id: sub === null || sub === void 0 ? void 0 : sub.campaignGroup.id,
226
+ name: sub === null || sub === void 0 ? void 0 : sub.campaignGroup.name,
227
227
  },
228
228
  ],
229
229
  ads: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.233-dev",
3
+ "version": "2.1.234-dev",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",