@segment/action-destinations 3.453.1-staging-5d845474f.0 → 3.453.1-staging-79fca5a31.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.
@@ -1,5 +1,5 @@
1
1
  export declare const API_VERSION = "21.0";
2
- export declare const CANARY_API_VERSION = "21.0";
2
+ export declare const CANARY_API_VERSION = "24.0";
3
3
  export declare const CURRENCY_ISO_CODES: Set<string>;
4
4
  export declare const US_STATE_CODES: Map<string, string>;
5
5
  export declare const COUNTRY_CODES: Map<string, string>;
@@ -2,7 +2,7 @@
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
4
  exports.API_VERSION = '21.0';
5
- exports.CANARY_API_VERSION = '21.0';
5
+ exports.CANARY_API_VERSION = '24.0';
6
6
  exports.CURRENCY_ISO_CODES = new Set([
7
7
  'AED',
8
8
  'AFN',
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.453.1-staging-5d845474f.0",
4
+ "version": "3.453.1-staging-79fca5a31.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": "a0a37058d36bb3e9f7e55ffc0dedef2af1a642de"
95
+ "gitHead": "fc63a8cf82eeaa19a3a881ec9a574603bfd19e9b"
96
96
  }