@pendo/agent 2.305.0 → 2.305.2

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/servers.json CHANGED
@@ -2,64 +2,64 @@
2
2
  "au": {
3
3
  "server": "https://app.au.pendo.io",
4
4
  "assetHost": "cdn.au.pendo.io",
5
- "assetPath": "agent/releases/2.305.0",
6
- "ENV": "prod-au",
7
- "DESIGNER_SERVER": "https://app.au.pendo.io",
8
- "GLOBAL_BUCKET": "pendo-au-static",
9
- "SUBSCRIPTION_BUCKET": "pendo-au-static"
5
+ "assetPath": "agent/releases/2.305.2",
6
+ "env": "prod-au",
7
+ "designerServer": "https://app.au.pendo.io",
8
+ "globalBucket": "pendo-au-static",
9
+ "subscriptionBucket": "pendo-au-static"
10
10
  },
11
11
  "eu": {
12
12
  "server": "https://app.eu.pendo.io",
13
13
  "assetHost": "cdn.eu.pendo.io",
14
- "assetPath": "agent/releases/2.305.0",
15
- "ENV": "prod-eu",
16
- "DESIGNER_SERVER": "https://app.eu.pendo.io",
17
- "GLOBAL_BUCKET": "pendo-eu-static",
18
- "SUBSCRIPTION_BUCKET": "pendo-eu-static"
14
+ "assetPath": "agent/releases/2.305.2",
15
+ "env": "prod-eu",
16
+ "designerServer": "https://app.eu.pendo.io",
17
+ "globalBucket": "pendo-eu-static",
18
+ "subscriptionBucket": "pendo-eu-static"
19
19
  },
20
20
  "gov": {
21
21
  "server": "https://app.gov.pendo.io",
22
22
  "assetHost": "cdn.gov.pendo.io",
23
- "assetPath": "agent/releases/2.305.0",
24
- "ENV": "prod-gov",
25
- "DESIGNER_SERVER": "https://app.gov.pendo.io",
26
- "GLOBAL_BUCKET": "pendo-govramp-static",
27
- "SUBSCRIPTION_BUCKET": "pendo-gov-static"
23
+ "assetPath": "agent/releases/2.305.2",
24
+ "env": "prod-gov",
25
+ "designerServer": "https://app.gov.pendo.io",
26
+ "globalBucket": "pendo-govramp-static",
27
+ "subscriptionBucket": "pendo-gov-static"
28
28
  },
29
29
  "hsbc": {
30
30
  "server": "https://app.hsbc.pendo.io",
31
31
  "assetHost": "cdn.hsbc.pendo.io",
32
- "assetPath": "agent/releases/2.305.0",
33
- "ENV": "prod-hsbc",
34
- "DESIGNER_SERVER": "https://app.hsbc.pendo.io",
35
- "GLOBAL_BUCKET": "pendo-hsbc-static",
36
- "SUBSCRIPTION_BUCKET": "pendo-hsb-static"
32
+ "assetPath": "agent/releases/2.305.2",
33
+ "env": "prod-hsbc",
34
+ "designerServer": "https://app.hsbc.pendo.io",
35
+ "globalBucket": "pendo-hsbc-static",
36
+ "subscriptionBucket": "pendo-hsb-static"
37
37
  },
38
38
  "io": {
39
39
  "server": "https://app.pendo.io",
40
40
  "assetHost": "cdn.pendo.io",
41
- "assetPath": "agent/releases/2.305.0",
42
- "ENV": "prod-io",
43
- "DESIGNER_SERVER": "https://app.pendo.io",
44
- "GLOBAL_BUCKET": "pendo-io-static",
45
- "SUBSCRIPTION_BUCKET": "pendo-static"
41
+ "assetPath": "agent/releases/2.305.2",
42
+ "env": "prod-io",
43
+ "designerServer": "https://app.pendo.io",
44
+ "globalBucket": "pendo-io-static",
45
+ "subscriptionBucket": "pendo-static"
46
46
  },
47
47
  "jpn": {
48
48
  "server": "https://app.jpn.pendo.io",
49
49
  "assetHost": "cdn.jpn.pendo.io",
50
- "assetPath": "agent/releases/2.305.0",
51
- "ENV": "prod-jpn",
52
- "DESIGNER_SERVER": "https://app.jpn.pendo.io",
53
- "GLOBAL_BUCKET": "pendo-jp-prod-static",
54
- "SUBSCRIPTION_BUCKET": "pendo-jp-prod-static"
50
+ "assetPath": "agent/releases/2.305.2",
51
+ "env": "prod-jpn",
52
+ "designerServer": "https://app.jpn.pendo.io",
53
+ "globalBucket": "pendo-jp-prod-static",
54
+ "subscriptionBucket": "pendo-jp-prod-static"
55
55
  },
56
56
  "us1": {
57
57
  "server": "us1.https://app.pendo.io",
58
58
  "assetHost": "us1.cdn.pendo.io",
59
- "assetPath": "agent/releases/2.305.0",
60
- "ENV": "prod-us1",
61
- "DESIGNER_SERVER": "us1.https://app.pendo.io",
62
- "GLOBAL_BUCKET": "pendo-us1-static",
63
- "SUBSCRIPTION_BUCKET": "pendo-us1-static"
59
+ "assetPath": "agent/releases/2.305.2",
60
+ "env": "prod-us1",
61
+ "designerServer": "us1.https://app.pendo.io",
62
+ "globalBucket": "pendo-us1-static",
63
+ "subscriptionBucket": "pendo-us1-static"
64
64
  }
65
65
  }
package/package.json CHANGED
@@ -12,5 +12,5 @@
12
12
  "engines": {
13
13
  "node": ">=12"
14
14
  },
15
- "version": "2.305.0"
15
+ "version": "2.305.2"
16
16
  }