From 00cd2185dc0c068c87135bc7e1c14ac1969d29b2 Mon Sep 17 00:00:00 2001 From: Alyssa Yu Date: Tue, 8 Oct 2024 15:12:20 -0700 Subject: [PATCH] fix: fix the crash cased by invalid regular express (#69) --- template.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.tpl b/template.tpl index 8922ee9..868817e 100644 --- a/template.tpl +++ b/template.tpl @@ -1316,7 +1316,7 @@ const makeTableMap = require('makeTableMap'); const JSON = require('JSON'); // Constants -const WRAPPER_VERSION = '3.11.0'; +const WRAPPER_VERSION = '3.11.1'; const JS_URL = 'https://cdn.amplitude.com/libs/analytics-browser-gtm-wrapper-'+WRAPPER_VERSION+'.js.br'; const LOG_PREFIX = '[Amplitude / GTM] '; const WRAPPER_NAMESPACE = '_amplitude';