@ctx-core/window 11.0.42 → 11.0.47

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,46 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 11.0.47
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 11.0.46
10
+
11
+ ### Patch Changes
12
+
13
+ - svelte: 3.44.0 -> 3.44.1
14
+ - Updated dependencies [undefined]
15
+ - @ctx-core/store@27.0.35
16
+
17
+ ## 11.0.45
18
+
19
+ ### Patch Changes
20
+
21
+ - typescript: ^4.4.3 -> ^4.4.4
22
+ - svelte: 3.43.1 -> 3.44.0
23
+ - Updated dependencies [undefined]
24
+ - Updated dependencies [undefined]
25
+ - @ctx-core/dom@11.0.28
26
+ - @ctx-core/function@20.2.2
27
+ - @ctx-core/object@21.0.21
28
+ - @ctx-core/store@27.0.34
29
+
30
+ ## 11.0.44
31
+
32
+ ### Patch Changes
33
+
34
+ - update dependencies
35
+
36
+ ## 11.0.43
37
+
38
+ ### Patch Changes
39
+
40
+ - svelte: 3.43.0 -> 3.43.1
41
+ - Updated dependencies [undefined]
42
+ - @ctx-core/store@27.0.33
43
+
3
44
  ## 11.0.42
4
45
 
5
46
  ### 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.42",
3
+ "version": "11.0.47",
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.32",
31
+ "@ctx-core/dom": "^11.0.29",
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.43.0"
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",