@ctx-core/window 14.1.3 → 14.1.7

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 +41 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 14.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - tsx: ^3.8.2 -> ^3.9.0
8
+ - Updated dependencies
9
+ - @ctx-core/dom@11.1.27
10
+ - @ctx-core/function@21.0.1
11
+ - @ctx-core/nanostores@1.4.11
12
+ - @ctx-core/object@22.2.7
13
+
14
+ ## 14.1.6
15
+
16
+ ### Patch Changes
17
+
18
+ - @ctx-core/function: 21.0.0
19
+ - Updated dependencies
20
+ - @ctx-core/dom@11.1.26
21
+ - @ctx-core/nanostores@1.4.10
22
+ - @ctx-core/object@22.2.6
23
+
24
+ ## 14.1.5
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @ctx-core/function@21.0.0
30
+ - @ctx-core/dom@11.1.25
31
+ - @ctx-core/nanostores@1.4.9
32
+ - @ctx-core/object@22.2.5
33
+
34
+ ## 14.1.4
35
+
36
+ ### Patch Changes
37
+
38
+ - @ctx-core/function: 20.10.0
39
+ - Updated dependencies
40
+ - @ctx-core/dom@11.1.24
41
+ - @ctx-core/nanostores@1.4.5
42
+ - @ctx-core/object@22.2.4
43
+
3
44
  ## 14.1.3
4
45
 
5
46
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "14.1.3",
3
+ "version": "14.1.7",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,15 +24,15 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/dom": "^11.1.23",
28
- "@ctx-core/function": "^20.9.1",
29
- "@ctx-core/nanostores": "^1.4.4",
30
- "@ctx-core/object": "^22.2.3"
27
+ "@ctx-core/dom": "^11.1.27",
28
+ "@ctx-core/function": "^21.0.1",
29
+ "@ctx-core/nanostores": "^1.4.11",
30
+ "@ctx-core/object": "^22.2.7"
31
31
  },
32
32
  "devDependencies": {
33
33
  "c8": "^7.12.0",
34
34
  "check-dts": "^0.6.7",
35
- "tsx": "^3.8.0",
35
+ "tsx": "^3.9.0",
36
36
  "typescript": "next",
37
37
  "uvu": "^0.5.6"
38
38
  },