@snowplow/browser-plugin-debugger 4.6.2 → 4.6.4
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/index.module.js +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/index.umd.min.js +2 -2
- package/dist/index.umd.min.js.map +1 -1
- package/package.json +4 -4
package/dist/index.module.js
CHANGED
package/dist/index.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Debugger for Snowplow v4.6.
|
|
2
|
+
* Debugger for Snowplow v4.6.4 (http://bit.ly/sp-js)
|
|
3
3
|
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang
|
|
4
4
|
* Licensed under BSD-3-Clause
|
|
5
5
|
*/
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
/*!
|
|
44
|
-
* Core functionality for Snowplow JavaScript trackers v4.6.
|
|
44
|
+
* Core functionality for Snowplow JavaScript trackers v4.6.4 (http://bit.ly/sp-js)
|
|
45
45
|
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang
|
|
46
46
|
* Licensed under BSD-3-Clause
|
|
47
47
|
*/
|
|
48
48
|
|
|
49
|
-
var version$1 = "4.6.
|
|
49
|
+
var version$1 = "4.6.4";
|
|
50
50
|
|
|
51
51
|
/*
|
|
52
52
|
* Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io)
|