@walkeros/web-source-browser 4.2.0-next-1780577792479 → 4.2.0-next-1780610489068

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-browser
2
2
 
3
- ## 4.2.0-next-1780577792479
3
+ ## 4.2.0-next-1780610489068
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -26,10 +26,11 @@
26
26
  - Updated dependencies [c27d3c1]
27
27
  - Updated dependencies [126c0f1]
28
28
  - Updated dependencies [654ba38]
29
+ - Updated dependencies [6a72a32]
29
30
  - Updated dependencies [3eb2467]
30
- - @walkeros/core@4.2.0-next-1780577792479
31
- - @walkeros/collector@4.2.0-next-1780577792479
32
- - @walkeros/web-core@4.2.0-next-1780577792479
31
+ - @walkeros/core@4.2.0-next-1780610489068
32
+ - @walkeros/collector@4.2.0-next-1780610489068
33
+ - @walkeros/web-core@4.2.0-next-1780610489068
33
34
 
34
35
  ## 4.1.2
35
36
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-source-browser",
4
- "version": "4.2.0-next-1780577792479",
4
+ "version": "4.2.0-next-1780610489068",
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-browser",
3
3
  "description": "Browser DOM source for walkerOS",
4
- "version": "4.2.0-next-1780577792479",
4
+ "version": "4.2.0-next-1780610489068",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -33,9 +33,9 @@
33
33
  "update": "npx npm-check-updates -u && npm update"
34
34
  },
35
35
  "dependencies": {
36
- "@walkeros/collector": "4.2.0-next-1780577792479",
37
- "@walkeros/core": "4.2.0-next-1780577792479",
38
- "@walkeros/web-core": "4.2.0-next-1780577792479"
36
+ "@walkeros/collector": "4.2.0-next-1780610489068",
37
+ "@walkeros/core": "4.2.0-next-1780610489068",
38
+ "@walkeros/web-core": "4.2.0-next-1780610489068"
39
39
  },
40
40
  "repository": {
41
41
  "url": "git+https://github.com/elbwalker/walkerOS.git",