@ctx-core/window 14.0.17 → 14.0.20

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,5 +1,37 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 14.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/function: 20.7.1
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/dom@11.1.14
11
+ - @ctx-core/nanostores@1.0.16
12
+ - @ctx-core/object@22.1.8
13
+ - @ctx-core/function@20.7.2
14
+
15
+ ## 14.0.19
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/array: 26.2.0
20
+ - Updated dependencies
21
+ - @ctx-core/dom@11.1.13
22
+ - @ctx-core/nanostores@1.0.15
23
+ - @ctx-core/object@22.1.7
24
+
25
+ ## 14.0.18
26
+
27
+ ### Patch Changes
28
+
29
+ - update dependencies
30
+ - Updated dependencies
31
+ - @ctx-core/dom@11.1.12
32
+ - @ctx-core/nanostores@1.0.13
33
+ - @ctx-core/object@22.1.6
34
+
3
35
  ## 14.0.17
4
36
 
5
37
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "14.0.17",
3
+ "version": "14.0.20",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -33,14 +33,14 @@
33
33
  "test-unit-coverage": "c8 pnpm test-unit"
34
34
  },
35
35
  "dependencies": {
36
- "@ctx-core/dom": "^11.1.11",
37
- "@ctx-core/function": "^20.6.1",
38
- "@ctx-core/nanostores": "^1.0.12",
39
- "@ctx-core/object": "^22.1.5"
36
+ "@ctx-core/dom": "^11.1.14",
37
+ "@ctx-core/function": "^20.7.1",
38
+ "@ctx-core/nanostores": "^1.0.16",
39
+ "@ctx-core/object": "^22.1.8"
40
40
  },
41
41
  "devDependencies": {
42
- "c8": "^7.11.0",
43
- "check-dts": "^0.6.6",
42
+ "c8": "^7.11.2",
43
+ "check-dts": "^0.6.7",
44
44
  "tsm": "^2.2.1",
45
45
  "typescript": "next",
46
46
  "uvu": "^0.5.3"
Binary file