@segment/action-destinations 3.49.0 → 3.49.1
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.
|
@@ -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.API_VERSION = void 0;
|
|
4
|
-
exports.API_VERSION = '
|
|
4
|
+
exports.API_VERSION = '12.0';
|
|
5
5
|
exports.CURRENCY_ISO_CODES = new Set([
|
|
6
6
|
'AED',
|
|
7
7
|
'AFN',
|
|
@@ -233,7 +233,7 @@ exports.US_STATE_CODES = new Map([
|
|
|
233
233
|
['washington', 'wa'],
|
|
234
234
|
['westvirginia', 'wv'],
|
|
235
235
|
['wisconsin', 'wi'],
|
|
236
|
-
['wyoming', 'wy']
|
|
236
|
+
['wyoming', 'wy']
|
|
237
237
|
]);
|
|
238
238
|
exports.COUNTRY_CODES = new Map([
|
|
239
239
|
['afghanistan', 'af'],
|
|
@@ -480,6 +480,6 @@ exports.COUNTRY_CODES = new Map([
|
|
|
480
480
|
['westernsahara', 'eh'],
|
|
481
481
|
['yemen', 'ye'],
|
|
482
482
|
['zambia', 'zm'],
|
|
483
|
-
['zimbabwe', 'zw']
|
|
483
|
+
['zimbabwe', 'zw']
|
|
484
484
|
]);
|
|
485
485
|
//# sourceMappingURL=constants.js.map
|
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.49.
|
|
4
|
+
"version": "3.49.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/segmentio/action-destinations",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"<rootDir>/test/setup-after-env.ts"
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "11265d7d96f7d3677ca18e5ac833a3b92078c0e4"
|
|
66
66
|
}
|