@ctx-core/window 15.0.42 → 15.0.45

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.45
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dev-tools: 8.1.99 -> 8.1.100
8
+ - @ctx-core/monorepo: ^20.1.9 -> ^20.1.10
9
+ - @ctx-core/queue: ^7.5.6 -> ^7.5.7
10
+ - @ctx-core/git-tools: ^7.0.50 -> ^7.0.51
11
+ - @ctx-core/function: ^21.17.5 -> ^21.17.6
12
+ - @ctx-core/build: 1.0.287 -> 1.0.288
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/dom@14.1.19
20
+ - @ctx-core/function@21.17.7
21
+ - @ctx-core/nanostores@3.2.10
22
+ - @ctx-core/object@27.4.11
23
+
24
+ ## 15.0.44
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/git-tools: ^7.0.49 -> ^7.0.50
29
+ - @ctx-core/function: ^21.17.4 -> ^21.17.5
30
+ - @ctx-core/dev-tools: 8.1.98 -> 8.1.99
31
+ - @ctx-core/build: 1.0.286 -> 1.0.287
32
+ - @ctx-core/monorepo: ^20.1.8 -> ^20.1.9
33
+ - @ctx-core/ctx-core-package-tools: 8.0.179 -> 8.0.180
34
+ - @ctx-core/queue: ^7.5.5 -> ^7.5.6
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - @ctx-core/dom@14.1.18
43
+ - @ctx-core/function@21.17.6
44
+ - @ctx-core/nanostores@3.2.9
45
+ - @ctx-core/object@27.4.10
46
+
47
+ ## 15.0.43
48
+
49
+ ### Patch Changes
50
+
51
+ - @ctx-core/ctx-core-package-tools: 8.0.178 -> 8.0.179
52
+ - @ctx-core/build: 1.0.285 -> 1.0.286
53
+ - @ctx-core/function: ^21.17.3 -> ^21.17.4
54
+ - @ctx-core/git-tools: ^7.0.48 -> ^7.0.49
55
+ - @ctx-core/dev-tools: 8.1.97 -> 8.1.98
56
+ - @ctx-core/queue: ^7.5.4 -> ^7.5.5
57
+ - @ctx-core/monorepo: ^20.1.7 -> ^20.1.8
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.17
66
+ - @ctx-core/function@21.17.5
67
+ - @ctx-core/nanostores@3.2.8
68
+ - @ctx-core/object@27.4.9
69
+
3
70
  ## 15.0.42
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.42",
3
+ "version": "15.0.45",
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.16",
28
- "@ctx-core/function": "^21.17.4",
29
- "@ctx-core/nanostores": "^3.2.7",
30
- "@ctx-core/object": "^27.4.8"
27
+ "@ctx-core/dom": "^14.1.19",
28
+ "@ctx-core/function": "^21.17.7",
29
+ "@ctx-core/nanostores": "^3.2.10",
30
+ "@ctx-core/object": "^27.4.11"
31
31
  },
32
32
  "devDependencies": {
33
33
  "c8": "^7.13.0",