@ctx-core/window 15.0.43 → 15.0.46

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 15.0.46
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/monorepo: ^20.1.10 -> ^20.1.12
8
+ - @ctx-core/ctx-core-package-tools: 8.0.180 -> 8.0.182
9
+ - @ctx-core/build: 1.0.288 -> 1.0.289
10
+ - @ctx-core/dev-tools: 8.1.100 -> 8.1.101
11
+ - @ctx-core/function: ^21.17.6 -> ^21.17.7
12
+ - @ctx-core/git-tools: ^7.0.51 -> ^7.0.52
13
+ - @ctx-core/queue: ^7.5.7 -> ^7.5.8
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/dom@14.1.20
22
+ - @ctx-core/function@21.17.8
23
+ - @ctx-core/nanostores@3.2.11
24
+ - @ctx-core/object@27.4.12
25
+
26
+ ## 15.0.45
27
+
28
+ ### Patch Changes
29
+
30
+ - @ctx-core/dev-tools: 8.1.99 -> 8.1.100
31
+ - @ctx-core/monorepo: ^20.1.9 -> ^20.1.10
32
+ - @ctx-core/queue: ^7.5.6 -> ^7.5.7
33
+ - @ctx-core/git-tools: ^7.0.50 -> ^7.0.51
34
+ - @ctx-core/function: ^21.17.5 -> ^21.17.6
35
+ - @ctx-core/build: 1.0.287 -> 1.0.288
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - @ctx-core/dom@14.1.19
43
+ - @ctx-core/function@21.17.7
44
+ - @ctx-core/nanostores@3.2.10
45
+ - @ctx-core/object@27.4.11
46
+
47
+ ## 15.0.44
48
+
49
+ ### Patch Changes
50
+
51
+ - @ctx-core/git-tools: ^7.0.49 -> ^7.0.50
52
+ - @ctx-core/function: ^21.17.4 -> ^21.17.5
53
+ - @ctx-core/dev-tools: 8.1.98 -> 8.1.99
54
+ - @ctx-core/build: 1.0.286 -> 1.0.287
55
+ - @ctx-core/monorepo: ^20.1.8 -> ^20.1.9
56
+ - @ctx-core/ctx-core-package-tools: 8.0.179 -> 8.0.180
57
+ - @ctx-core/queue: ^7.5.5 -> ^7.5.6
58
+ - Updated dependencies
59
+ - Updated dependencies
60
+ - Updated dependencies
61
+ - Updated dependencies
62
+ - Updated dependencies
63
+ - Updated dependencies
64
+ - Updated dependencies
65
+ - @ctx-core/dom@14.1.18
66
+ - @ctx-core/function@21.17.6
67
+ - @ctx-core/nanostores@3.2.9
68
+ - @ctx-core/object@27.4.10
69
+
3
70
  ## 15.0.43
4
71
 
5
72
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "15.0.43",
3
+ "version": "15.0.46",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,10 +24,10 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/dom": "^14.1.17",
28
- "@ctx-core/function": "^21.17.5",
29
- "@ctx-core/nanostores": "^3.2.8",
30
- "@ctx-core/object": "^27.4.9"
27
+ "@ctx-core/dom": "^14.1.20",
28
+ "@ctx-core/function": "^21.17.8",
29
+ "@ctx-core/nanostores": "^3.2.11",
30
+ "@ctx-core/object": "^27.4.12"
31
31
  },
32
32
  "devDependencies": {
33
33
  "c8": "^7.13.0",