@walkeros/web-source-datalayer 4.6.0-next-1788933594957 → 4.6.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # @walkeros/web-source-datalayer
2
2
 
3
- ## 4.6.0-next-1788933594957
3
+ ## 4.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/collector@4.6.1
8
+ - @walkeros/core@4.6.1
9
+
10
+ ## 4.6.0
4
11
 
5
12
  ### Patch Changes
6
13
 
@@ -10,8 +17,8 @@
10
17
  that echo events back into the dataLayer can now guard against feedback loops,
11
18
  and mappings can tell dataLayer-captured events apart.
12
19
  - Updated dependencies [8802281]
13
- - @walkeros/collector@4.6.0-next-1788933594957
14
- - @walkeros/core@4.6.0-next-1788933594957
20
+ - @walkeros/collector@4.6.0
21
+ - @walkeros/core@4.6.0
15
22
 
16
23
  ## 4.5.0
17
24
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-source-datalayer",
4
- "version": "4.6.0-next-1788933594957",
4
+ "version": "4.6.1",
5
5
  "type": "source",
6
6
  "platform": [
7
7
  "web"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-source-datalayer",
3
3
  "description": "DataLayer source for walkerOS",
4
- "version": "4.6.0-next-1788933594957",
4
+ "version": "4.6.1",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,8 +38,8 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.6.0-next-1788933594957",
42
- "@walkeros/collector": "4.6.0-next-1788933594957"
41
+ "@walkeros/core": "4.6.1",
42
+ "@walkeros/collector": "4.6.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/gtag.js": "^0.0.20"