@ctx-core/window 13.0.10 → 13.0.16

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,43 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 13.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 13.0.15
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 13.0.14
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/nanostores@0.4.0
22
+
23
+ ## 13.0.13
24
+
25
+ ### Patch Changes
26
+
27
+ - update dependencies
28
+
29
+ ## 13.0.12
30
+
31
+ ### Patch Changes
32
+
33
+ - update dependencies
34
+
35
+ ## 13.0.11
36
+
37
+ ### Patch Changes
38
+
39
+ - update dependencies
40
+
3
41
  ## 13.0.10
4
42
 
5
43
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1 +1,2 @@
1
1
 
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "13.0.10",
3
+ "version": "13.0.16",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@ctx-core/dom": "^11.1.5",
29
- "@ctx-core/function": "^20.2.25",
30
- "@ctx-core/nanostores": "^0.3.5",
29
+ "@ctx-core/function": "^20.3.0",
30
+ "@ctx-core/nanostores": "^0.4.1",
31
31
  "@ctx-core/object": "^22.0.12"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@swc/cli": "^0.1.55",
35
- "@swc/core": "^1.2.127",
35
+ "@swc/core": "^1.2.133",
36
36
  "rimraf": "^3.0.2",
37
37
  "typescript": "next"
38
38
  },