diff --git a/package-lock.json b/package-lock.json index 5c4dff90..db3148d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "ajv-keywords": "^5.1.0", - "analytics-client": "^3.1.0", + "analytics-client": "^3.2.0-build-add-experiment-client-init-fn-35e2bf291d1d274a97e0eff90782b28695dad172-1", "color": "^5.0.0", "color-hash": "^2.0.2", "date-fns": "^4.1.0", @@ -153,11 +153,42 @@ "license": "MIT" }, "node_modules/@amplitude/engagement-browser": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@amplitude/engagement-browser/-/engagement-browser-0.0.6.tgz", - "integrity": "sha512-358d7ePT9cef3JOvL8GU3lKVX6e7W1lkFfDhU7wYYOMKVhIbHlV4YRDObPm0rbSQptVpJQQAzqWROj18tN5etw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@amplitude/engagement-browser/-/engagement-browser-1.0.2.tgz", + "integrity": "sha512-5Ib9rcajsGKiBMRNrHdpo+YGBCz0+6vG9H5Xe8r01L6aSwLXDhDtfSgr6ugJjx91dx2EYwLtA/wMGCPk/3Ryrg==", + "license": "MIT", + "dependencies": { + "@amplitude/analytics-types": "^1.0.0" + } + }, + "node_modules/@amplitude/engagement-browser/node_modules/@amplitude/analytics-types": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@amplitude/analytics-types/-/analytics-types-1.4.0.tgz", + "integrity": "sha512-RiMPHBqdrJ8ktTqG+Wzj2htnN/PCG9jGZG0SXtTFnWwVvcAJYbYm55/nrP1TTyrx1OlLhvF2VG3lVUP/xGAU8w==", "license": "MIT" }, + "node_modules/@amplitude/experiment-core": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@amplitude/experiment-core/-/experiment-core-0.11.0.tgz", + "integrity": "sha512-egqb/eWFUU+gn6w3t9/L8PHpivAZrIVOX6dTk0NUVNfG3jeN4VuB77BOvu51xxfNF3Hvs6J49do9hRtE/LdvSw==", + "license": "MIT", + "dependencies": { + "js-base64": "^3.7.5" + } + }, + "node_modules/@amplitude/experiment-js-client": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/@amplitude/experiment-js-client/-/experiment-js-client-1.16.2.tgz", + "integrity": "sha512-kzmlG0Om6nhL7Qdcx0+4I1/AL+a4paspvACRKhaT7Fe9QcfkPEEYPF9PEkYO/LO6mQqwKuoU1902OTzPCoWBPg==", + "license": "MIT", + "dependencies": { + "@amplitude/analytics-connector": "^1.6.4", + "@amplitude/experiment-core": "^0.11.0", + "@amplitude/ua-parser-js": "^0.7.31", + "base64-js": "1.5.1", + "unfetch": "4.1.0" + } + }, "node_modules/@amplitude/plugin-autocapture-browser": { "version": "1.1.9", "resolved": "https://registry.npmjs.org/@amplitude/plugin-autocapture-browser/-/plugin-autocapture-browser-1.1.9.tgz", @@ -4758,13 +4789,14 @@ } }, "node_modules/analytics-client": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/analytics-client/-/analytics-client-3.1.0.tgz", - "integrity": "sha512-ion//OtP6IJy1T/15pTAyTO2k+C5dZzEGGgnzSO5xdQAQAYYTpQ75uYr/V3nAV+gm3ftglIaalahfjGVUhNLyA==", + "version": "3.2.0-build-add-experiment-client-init-fn-35e2bf291d1d274a97e0eff90782b28695dad172-1", + "resolved": "https://registry.npmjs.org/analytics-client/-/analytics-client-3.2.0-build-add-experiment-client-init-fn-35e2bf291d1d274a97e0eff90782b28695dad172-1.tgz", + "integrity": "sha512-3jsd0YmdknI81oZTugfesMbjna68+NPbvnHCTSVj0idd445a2szEiiAy5HGLoqTM0GWJVH/K2grgopNb/QQn4Q==", "license": "Apache-2.0", "dependencies": { "@amplitude/analytics-browser": "^2.16.0", - "@amplitude/engagement-browser": "^0.0.6", + "@amplitude/engagement-browser": "1.0.2", + "@amplitude/experiment-js-client": "^1.16.2", "@amplitude/plugin-user-agent-enrichment-browser": "^1.0.1", "js-cookie": "^3.0.1" } @@ -5253,6 +5285,26 @@ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, "node_modules/better-opn": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-3.0.2.tgz", @@ -10543,6 +10595,12 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/js-base64": { + "version": "3.7.8", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.8.tgz", + "integrity": "sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow==", + "license": "BSD-3-Clause" + }, "node_modules/js-cookie": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", @@ -15360,6 +15418,12 @@ "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", "license": "MIT" }, + "node_modules/unfetch": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.1.0.tgz", + "integrity": "sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg==", + "license": "MIT" + }, "node_modules/unified": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", diff --git a/package.json b/package.json index 729ceb56..cf501059 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "ajv-keywords": "^5.1.0", - "analytics-client": "^3.1.0", + "analytics-client": "^3.2.0-build-add-experiment-client-init-fn-35e2bf291d1d274a97e0eff90782b28695dad172-1", "color": "^5.0.0", "color-hash": "^2.0.2", "date-fns": "^4.1.0",