@snowplow/signals-browser-plugin 0.2.1 → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Snowplow Signals Interventions SDK v0.2.1 (https://github.com/snowplow-incubator/signals-browser-plugin)
3
- * Copyright 2025 Snowplow Analytics Ltd
2
+ * Snowplow Signals Interventions SDK v0.2.2 (https://github.com/snowplow-incubator/signals-browser-plugin)
3
+ * Copyright 2026 Snowplow Analytics Ltd
4
4
  * Licensed under Apache-2.0
5
5
  */
6
6
 
package/dist/index.umd.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Snowplow Signals Interventions SDK v0.2.1 (https://github.com/snowplow-incubator/signals-browser-plugin)
3
- * Copyright 2025 Snowplow Analytics Ltd
2
+ * Snowplow Signals Interventions SDK v0.2.2 (https://github.com/snowplow-incubator/signals-browser-plugin)
3
+ * Copyright 2026 Snowplow Analytics Ltd
4
4
  * Licensed under Apache-2.0
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Snowplow Signals Interventions SDK v0.2.1 (https://github.com/snowplow-incubator/signals-browser-plugin)
3
- * Copyright 2025 Snowplow Analytics Ltd
2
+ * Snowplow Signals Interventions SDK v0.2.2 (https://github.com/snowplow-incubator/signals-browser-plugin)
3
+ * Copyright 2026 Snowplow Analytics Ltd
4
4
  * Licensed under Apache-2.0
5
5
  */
6
6
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).snowplowSignals={})}(this,function(t){"use strict";function e(t,e,r){if(r||2===arguments.length)for(var n,i=0,a=e.length;i<a;i++)!n&&i in e||(n||(n=Array.prototype.slice.call(e,0,i)),n[i]=e[i]);return t.concat(n||Array.prototype.slice.call(e))}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowplow/signals-browser-plugin",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Snowplow Signals Interventions SDK",
5
5
  "homepage": "https://github.com/snowplow-incubator/signals-browser-plugin",
6
6
  "bugs": "https://github.com/snowplow-incubator/signals-browser-plugin/issues",
@@ -11,7 +11,6 @@
11
11
  "license": "Apache-2.0",
12
12
  "author": "Snowplow Analytics Ltd (https://snowplow.io/)",
13
13
  "sideEffects": false,
14
- "type": "module",
15
14
  "main": "./dist/index.umd.js",
16
15
  "module": "./dist/index.module.js",
17
16
  "types": "./dist/index.module.d.ts",
@@ -50,5 +49,4 @@
50
49
  "peerDependencies": {
51
50
  "@snowplow/browser-tracker": "3 - 4"
52
51
  }
53
- }
54
-
52
+ }