@segment/action-destinations 3.74.1-alpha.2 → 3.74.3

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.
@@ -9,7 +9,7 @@ const regional_endpoints_1 = require("./regional-endpoints");
9
9
  const sendEvent_1 = __importDefault(require("./sendEvent"));
10
10
  const defaultVals = { ...actions_core_2.defaultValues(sendEvent_1.default.fields) };
11
11
  const destination = {
12
- name: 'Gainsight PX Cloud (Actions)',
12
+ name: 'Gainsight Px Cloud (Actions)',
13
13
  slug: 'actions-gainsight-px-cloud',
14
14
  mode: 'cloud',
15
15
  authentication: {
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.74.1-alpha.2",
4
+ "version": "3.74.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/segmentio/action-destinations",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@amplitude/ua-parser-js": "^0.7.25",
40
- "@segment/actions-core": "^3.24.0",
41
- "@segment/actions-shared": "^1.7.0",
40
+ "@segment/actions-core": "^3.24.2",
41
+ "@segment/actions-shared": "^1.7.2",
42
42
  "cheerio": "^1.0.0-rc.10",
43
43
  "dayjs": "^1.10.7",
44
44
  "escape-goat": "^3",
@@ -61,5 +61,5 @@
61
61
  "<rootDir>/test/setup-after-env.ts"
62
62
  ]
63
63
  },
64
- "gitHead": "921ec37e4541f75ec788ffb75b536137b2734051"
64
+ "gitHead": "20cf1085f4ed83d9d831610935e99cadb70282c5"
65
65
  }