@walkeros/web-source-cmp-usercentrics 4.2.0-next-1781000333052 → 4.2.0

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,6 @@
1
1
  # @walkeros/web-source-cmp-usercentrics
2
2
 
3
- ## 4.2.0-next-1781000333052
3
+ ## 4.2.0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  into bundled JS. Examples remain available via the package `./dev` subpath for
10
10
  simulation and testing.
11
11
  - Updated dependencies [76d32c1]
12
- - Updated dependencies [18c9469]
12
+ - Updated dependencies [5b1a134]
13
13
  - Updated dependencies [908d6f0]
14
14
  - Updated dependencies [654ba38]
15
15
  - Updated dependencies [c27d3c1]
@@ -22,11 +22,11 @@
22
22
  - Updated dependencies [654ba38]
23
23
  - Updated dependencies [6a72a32]
24
24
  - Updated dependencies [3eb2467]
25
- - Updated dependencies [7d8ebf9]
26
- - Updated dependencies [f1c74e8]
25
+ - Updated dependencies [5b1a134]
26
+ - Updated dependencies [23d4b86]
27
27
  - Updated dependencies [18c9469]
28
- - @walkeros/core@4.2.0-next-1781000333052
29
- - @walkeros/collector@4.2.0-next-1781000333052
28
+ - @walkeros/core@4.2.0
29
+ - @walkeros/collector@4.2.0
30
30
 
31
31
  ## 4.1.2
32
32
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-source-cmp-usercentrics",
4
- "version": "4.2.0-next-1781000333052",
4
+ "version": "4.2.0",
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-cmp-usercentrics",
3
3
  "description": "Usercentrics consent management source for walkerOS",
4
- "version": "4.2.0-next-1781000333052",
4
+ "version": "4.2.0",
5
5
  "license": "MIT",
6
6
  "walkerOS": {
7
7
  "type": "source",
@@ -46,8 +46,8 @@
46
46
  "update": "npx npm-check-updates -u && npm update"
47
47
  },
48
48
  "dependencies": {
49
- "@walkeros/collector": "4.2.0-next-1781000333052",
50
- "@walkeros/core": "4.2.0-next-1781000333052"
49
+ "@walkeros/collector": "4.2.0",
50
+ "@walkeros/core": "4.2.0"
51
51
  },
52
52
  "repository": {
53
53
  "url": "git+https://github.com/elbwalker/walkerOS.git",