@capillarytech/creatives-library 7.12.6 → 7.12.7

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/config/app.js CHANGED
@@ -17,7 +17,6 @@ const config = {
17
17
  },
18
18
  development: {
19
19
  api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/creatives',
20
- //api_endpoint: 'http://localhost:2022/arya/api/v1/creatives',
21
20
  campaigns_api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/iris/v2/campaigns',
22
21
  campaigns_api_org_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/iris/v2/org/campaign',
23
22
  auth_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/auth',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.12.6",
4
+ "version": "7.12.7",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -215,10 +215,12 @@ export const LANGUAGE_OPTIONS = [
215
215
  value: 'fr',
216
216
  label: <FormattedMessage {...messages.french} />,
217
217
  },
218
- {
219
- value: 'ka',
220
- label: <FormattedMessage {...messages.georgian} />,
221
- },
218
+ // commenting this as twilio api is thrwing some error on this lang
219
+ // will uncomment once this issue will be resolved by twilio api
220
+ // {
221
+ // value: 'ka',
222
+ // label: <FormattedMessage {...messages.georgian} />,
223
+ // },
222
224
  {
223
225
  value: 'de',
224
226
  label: <FormattedMessage {...messages.german} />,
@@ -415,4 +417,4 @@ export const LANGUAGE_OPTIONS = [
415
417
  value: 'zu',
416
418
  label: <FormattedMessage {...messages.zulu} />,
417
419
  },
418
- ];
420
+ ];