@ctx-core/window 11.0.41 → 11.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 11.0.46
4
+
5
+ ### Patch Changes
6
+
7
+ - svelte: 3.44.0 -> 3.44.1
8
+ - Updated dependencies [undefined]
9
+ - @ctx-core/store@27.0.35
10
+
11
+ ## 11.0.45
12
+
13
+ ### Patch Changes
14
+
15
+ - typescript: ^4.4.3 -> ^4.4.4
16
+ - svelte: 3.43.1 -> 3.44.0
17
+ - Updated dependencies [undefined]
18
+ - Updated dependencies [undefined]
19
+ - @ctx-core/dom@11.0.28
20
+ - @ctx-core/function@20.2.2
21
+ - @ctx-core/object@21.0.21
22
+ - @ctx-core/store@27.0.34
23
+
24
+ ## 11.0.44
25
+
26
+ ### Patch Changes
27
+
28
+ - update dependencies
29
+
30
+ ## 11.0.43
31
+
32
+ ### Patch Changes
33
+
34
+ - svelte: 3.43.0 -> 3.43.1
35
+ - Updated dependencies [undefined]
36
+ - @ctx-core/store@27.0.33
37
+
38
+ ## 11.0.42
39
+
40
+ ### Patch Changes
41
+
42
+ - svelte: 3.42.6 -> 3.43.0
43
+ - Updated dependencies [undefined]
44
+ - @ctx-core/store@27.0.32
45
+
3
46
  ## 11.0.41
4
47
 
5
48
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,3 +1 @@
1
1
 
2
-
3
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "11.0.41",
3
+ "version": "11.0.46",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,16 +28,16 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/dom": "^11.0.26",
32
- "@ctx-core/function": "^20.2.1",
33
- "@ctx-core/object": "^21.0.20",
34
- "@ctx-core/store": "^27.0.31",
31
+ "@ctx-core/dom": "^11.0.28",
32
+ "@ctx-core/function": "^20.2.2",
33
+ "@ctx-core/object": "^21.0.21",
34
+ "@ctx-core/store": "^27.0.35",
35
35
  "esm": "^3.2.25",
36
- "svelte": "3.42.6"
36
+ "svelte": "3.44.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@ctx-core/dev-tools": "^7.1.3",
40
- "typescript": "^4.4.3"
39
+ "@ctx-core/dev-tools": "^7.1.4",
40
+ "typescript": "^4.4.4"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public",