@segment/action-destinations 3.456.0 → 3.457.0
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/destinations/facebook-conversions-api/constants.d.ts +1 -1
- package/dist/destinations/facebook-conversions-api/constants.js +1 -1
- package/dist/destinations/facebook-custom-audiences/constants.d.ts +1 -1
- package/dist/destinations/facebook-custom-audiences/constants.js +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.COUNTRY_CODES = exports.US_STATE_CODES = exports.CURRENCY_ISO_CODES = exports.CANARY_API_VERSION = exports.API_VERSION = void 0;
|
|
4
|
-
exports.API_VERSION = '
|
|
4
|
+
exports.API_VERSION = '24.0';
|
|
5
5
|
exports.CANARY_API_VERSION = '24.0';
|
|
6
6
|
exports.CURRENCY_ISO_CODES = new Set([
|
|
7
7
|
'AED',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const US_STATE_CODES: Map<string, string>;
|
|
2
|
-
export declare const API_VERSION = "
|
|
2
|
+
export declare const API_VERSION = "v24.0";
|
|
3
3
|
export declare const CANARY_API_VERSION = "v24.0";
|
|
4
4
|
export declare const BASE_URL = "https://graph.facebook.com";
|
|
5
5
|
export declare const FACEBOOK_CUSTOM_AUDIENCE_FLAGON = "facebook-custom-audience-actions-canary-version";
|
|
@@ -53,7 +53,7 @@ exports.US_STATE_CODES = new Map([
|
|
|
53
53
|
['wisconsin', 'wi'],
|
|
54
54
|
['wyoming', 'wy']
|
|
55
55
|
]);
|
|
56
|
-
exports.API_VERSION = '
|
|
56
|
+
exports.API_VERSION = 'v24.0';
|
|
57
57
|
exports.CANARY_API_VERSION = 'v24.0';
|
|
58
58
|
exports.BASE_URL = 'https://graph.facebook.com';
|
|
59
59
|
exports.FACEBOOK_CUSTOM_AUDIENCE_FLAGON = 'facebook-custom-audience-actions-canary-version';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@segment/action-destinations",
|
|
3
3
|
"description": "Destination Actions engine and definitions.",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.457.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/segmentio/action-destinations",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"__tests__/__helpers__/"
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "c7120036feeb531644993ce1ee17d6c34b5bd701"
|
|
96
96
|
}
|