@walkeros/web-source-cmp-cookiepro 4.2.0-next-1780420352914 → 4.2.0-next-1780571888599

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-cookiepro
2
2
 
3
- ## 4.2.0-next-1780420352914
3
+ ## 4.2.0-next-1780571888599
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,15 +8,18 @@
8
8
  accidentally exported from the production entry of these packages and pulled
9
9
  into bundled JS. Examples remain available via the package `./dev` subpath for
10
10
  simulation and testing.
11
+ - Updated dependencies [76d32c1]
11
12
  - Updated dependencies [908d6f0]
12
13
  - Updated dependencies [654ba38]
14
+ - Updated dependencies [c27d3c1]
13
15
  - Updated dependencies [f4a9013]
14
16
  - Updated dependencies [d65bbde]
17
+ - Updated dependencies [c27d3c1]
15
18
  - Updated dependencies [126c0f1]
16
19
  - Updated dependencies [654ba38]
17
20
  - Updated dependencies [3eb2467]
18
- - @walkeros/collector@4.2.0-next-1780420352914
19
- - @walkeros/core@4.2.0-next-1780420352914
21
+ - @walkeros/core@4.2.0-next-1780571888599
22
+ - @walkeros/collector@4.2.0-next-1780571888599
20
23
 
21
24
  ## 4.1.2
22
25
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-source-cmp-cookiepro",
4
- "version": "4.2.0-next-1780420352914",
4
+ "version": "4.2.0-next-1780571888599",
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-cookiepro",
3
3
  "description": "CookiePro/OneTrust consent management source for walkerOS",
4
- "version": "4.2.0-next-1780420352914",
4
+ "version": "4.2.0-next-1780571888599",
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/core": "4.2.0-next-1780420352914",
50
- "@walkeros/collector": "4.2.0-next-1780420352914"
49
+ "@walkeros/core": "4.2.0-next-1780571888599",
50
+ "@walkeros/collector": "4.2.0-next-1780571888599"
51
51
  },
52
52
  "devDependencies": {},
53
53
  "repository": {