@segment/destinations-manifest 1.117.0 → 1.117.1-staging-cd89ef6d5.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/package.json +16 -16
- package/src/index.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@segment/destinations-manifest",
|
|
3
|
-
"version": "1.117.0",
|
|
3
|
+
"version": "1.117.1-staging-cd89ef6d5.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@segment/analytics-browser-actions-google-campaign-manager": "^1.76.0",
|
|
30
30
|
"@segment/analytics-browser-actions-heap": "^1.85.0",
|
|
31
31
|
"@segment/analytics-browser-actions-hubspot": "^1.85.0",
|
|
32
|
-
"@segment/analytics-browser-actions-intercom": "
|
|
32
|
+
"@segment/analytics-browser-actions-intercom": "1.91.1-staging-cd89ef6d5.0",
|
|
33
33
|
"@segment/analytics-browser-actions-iterate": "^1.85.0",
|
|
34
34
|
"@segment/analytics-browser-actions-jimo": "^1.75.0",
|
|
35
35
|
"@segment/analytics-browser-actions-koala": "^1.87.0",
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
"@segment/analytics-browser-actions-replaybird": "^1.66.0",
|
|
40
40
|
"@segment/analytics-browser-actions-ripe": "^1.85.0",
|
|
41
41
|
"@segment/analytics-browser-actions-sabil": "^1.6.0",
|
|
42
|
-
"@segment/analytics-browser-actions-screeb": "
|
|
43
|
-
"@segment/analytics-browser-actions-snap-plugins": "
|
|
44
|
-
"@segment/analytics-browser-actions-sprig": "
|
|
45
|
-
"@segment/analytics-browser-actions-stackadapt": "
|
|
46
|
-
"@segment/analytics-browser-actions-survicate": "
|
|
47
|
-
"@segment/analytics-browser-actions-tiktok-pixel": "
|
|
48
|
-
"@segment/analytics-browser-actions-upollo": "
|
|
49
|
-
"@segment/analytics-browser-actions-userpilot": "
|
|
50
|
-
"@segment/analytics-browser-actions-utils": "
|
|
51
|
-
"@segment/analytics-browser-actions-vwo": "
|
|
52
|
-
"@segment/analytics-browser-actions-wiseops": "
|
|
53
|
-
"@segment/analytics-browser-hubble-web": "
|
|
54
|
-
"@segment/browser-destination-runtime": "
|
|
42
|
+
"@segment/analytics-browser-actions-screeb": "1.84.1-staging-ba43c0618.0",
|
|
43
|
+
"@segment/analytics-browser-actions-snap-plugins": "1.64.1-staging-ba43c0618.0",
|
|
44
|
+
"@segment/analytics-browser-actions-sprig": "1.83.1-staging-ba43c0618.0",
|
|
45
|
+
"@segment/analytics-browser-actions-stackadapt": "1.85.1-staging-ba43c0618.0",
|
|
46
|
+
"@segment/analytics-browser-actions-survicate": "1.59.1-staging-ba43c0618.0",
|
|
47
|
+
"@segment/analytics-browser-actions-tiktok-pixel": "1.84.1-staging-ba43c0618.0",
|
|
48
|
+
"@segment/analytics-browser-actions-upollo": "1.83.1-staging-ba43c0618.0",
|
|
49
|
+
"@segment/analytics-browser-actions-userpilot": "1.83.1-staging-ba43c0618.0",
|
|
50
|
+
"@segment/analytics-browser-actions-utils": "1.83.1-staging-ba43c0618.0",
|
|
51
|
+
"@segment/analytics-browser-actions-vwo": "1.86.1-staging-ba43c0618.0",
|
|
52
|
+
"@segment/analytics-browser-actions-wiseops": "1.84.1-staging-ba43c0618.0",
|
|
53
|
+
"@segment/analytics-browser-hubble-web": "1.69.1-staging-ba43c0618.0",
|
|
54
|
+
"@segment/browser-destination-runtime": "1.82.1-staging-ba43c0618.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "bacd7ceb5167928cc813368811749ad390161cdd"
|
|
57
57
|
}
|
package/src/index.ts
CHANGED
|
@@ -71,4 +71,4 @@ register('66ccaa142d6b2d223bb1ebda', '@segment/analytics-browser-actions-content
|
|
|
71
71
|
register('66cc77c24eb01c13ec52cbef', '@segment/analytics-browser-actions-evolv-ai')
|
|
72
72
|
register('66cc766ef4b1c152177239a0', '@segment/analytics-browser-actions-reddit-plugins')
|
|
73
73
|
register('66cc76e29693c9e5591bf029', '@segment/analytics-browser-actions-nextdoor-plugins')
|
|
74
|
-
register('682db6914f35aafb2757ef24', '@segment/analytics-browser-actions-dub-plugins')
|
|
74
|
+
register('682db6914f35aafb2757ef24', '@segment/analytics-browser-actions-dub-plugins')
|