@walkeros/web-source-browser 4.2.0-next-1781000333052 → 4.3.0-next-1781171238534

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,15 @@
1
1
  # @walkeros/web-source-browser
2
2
 
3
- ## 4.2.0-next-1781000333052
3
+ ## 4.3.0-next-1781171238534
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5cbcd23]
8
+ - @walkeros/core@4.3.0-next-1781171238534
9
+ - @walkeros/collector@4.3.0-next-1781171238534
10
+ - @walkeros/web-core@4.3.0-next-1781171238534
11
+
12
+ ## 4.2.0
4
13
 
5
14
  ### Minor Changes
6
15
 
@@ -14,7 +23,7 @@
14
23
 
15
24
  ### Patch Changes
16
25
 
17
- - 18c9469: The single-instance guard is now scoped to the window instead of the
26
+ - 5b1a134: The single-instance guard is now scoped to the window instead of the
18
27
  module, so loading the tag more than once on the same page is inert rather
19
28
  than re-initializing. A second load no longer re-binds DOM triggers, re-adopts
20
29
  the event layer, or surfaces an error to the host page.
@@ -23,7 +32,7 @@
23
32
  into bundled JS. Examples remain available via the package `./dev` subpath for
24
33
  simulation and testing.
25
34
  - Updated dependencies [76d32c1]
26
- - Updated dependencies [18c9469]
35
+ - Updated dependencies [5b1a134]
27
36
  - Updated dependencies [908d6f0]
28
37
  - Updated dependencies [654ba38]
29
38
  - Updated dependencies [c27d3c1]
@@ -37,12 +46,12 @@
37
46
  - Updated dependencies [654ba38]
38
47
  - Updated dependencies [6a72a32]
39
48
  - Updated dependencies [3eb2467]
40
- - Updated dependencies [7d8ebf9]
41
- - Updated dependencies [f1c74e8]
49
+ - Updated dependencies [5b1a134]
50
+ - Updated dependencies [23d4b86]
42
51
  - Updated dependencies [18c9469]
43
- - @walkeros/core@4.2.0-next-1781000333052
44
- - @walkeros/collector@4.2.0-next-1781000333052
45
- - @walkeros/web-core@4.2.0-next-1781000333052
52
+ - @walkeros/core@4.2.0
53
+ - @walkeros/collector@4.2.0
54
+ - @walkeros/web-core@4.2.0
46
55
 
47
56
  ## 4.1.2
48
57
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-source-browser",
4
- "version": "4.2.0-next-1781000333052",
4
+ "version": "4.3.0-next-1781171238534",
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-1781000333052",
4
+ "version": "4.3.0-next-1781171238534",
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-1781000333052",
37
- "@walkeros/core": "4.2.0-next-1781000333052",
38
- "@walkeros/web-core": "4.2.0-next-1781000333052"
36
+ "@walkeros/collector": "4.3.0-next-1781171238534",
37
+ "@walkeros/core": "4.3.0-next-1781171238534",
38
+ "@walkeros/web-core": "4.3.0-next-1781171238534"
39
39
  },
40
40
  "repository": {
41
41
  "url": "git+https://github.com/elbwalker/walkerOS.git",