@capillarytech/creatives-library 7.10.71 → 7.10.73
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capillarytech/creatives-library",
|
|
3
3
|
"author": "meharaj",
|
|
4
|
-
"version": "7.10.
|
|
4
|
+
"version": "7.10.73",
|
|
5
5
|
"description": "Capillary creatives ui",
|
|
6
6
|
"main": "./index.js",
|
|
7
7
|
"module": "./index.es.js",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "LicenseRef-LICENSE",
|
|
14
14
|
"dependencies": {
|
|
15
|
+
"@babel/polyfill": "7.4.3",
|
|
15
16
|
"@bugsnag/js": "^7.2.1",
|
|
16
17
|
"@bugsnag/plugin-react": "^7.2.1",
|
|
17
18
|
"@capillarytech/cap-ui-utils": "1.4.2",
|
|
@@ -366,8 +366,9 @@ export class Creatives extends React.Component {
|
|
|
366
366
|
break;
|
|
367
367
|
}
|
|
368
368
|
case constants.WHATSAPP: {
|
|
369
|
-
const {
|
|
369
|
+
const {
|
|
370
370
|
templateConfigs: {
|
|
371
|
+
id,
|
|
371
372
|
name,
|
|
372
373
|
template,
|
|
373
374
|
varMapped,
|
|
@@ -377,6 +378,7 @@ export class Creatives extends React.Component {
|
|
|
377
378
|
} = {},
|
|
378
379
|
} = templateData;
|
|
379
380
|
creativesTemplateData = {
|
|
381
|
+
id,
|
|
380
382
|
type: constants.WHATSAPP,
|
|
381
383
|
edit: true,
|
|
382
384
|
name,
|