@ctx-core/window 11.1.3 → 11.1.8

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/.swcrc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "jsc": {
3
- "target": "es2019",
3
+ "target": "es2020",
4
4
  "parser": {
5
5
  "syntax": "typescript",
6
6
  "tsx": true,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 11.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/core: ^1.2.116 -> ^1.2.117
8
+ - Updated dependencies
9
+ - @ctx-core/dom@11.0.36
10
+ - @ctx-core/function@20.2.9
11
+ - @ctx-core/object@21.0.28
12
+ - @ctx-core/store@27.0.42
13
+
14
+ ## 11.1.7
15
+
16
+ ### Patch Changes
17
+
18
+ - @swc/core: ^1.2.113 -> ^1.2.116
19
+ - Updated dependencies
20
+ - @ctx-core/dom@11.0.35
21
+ - @ctx-core/function@20.2.8
22
+ - @ctx-core/object@21.0.27
23
+ - @ctx-core/store@27.0.41
24
+
25
+ ## 11.1.6
26
+
27
+ ### Patch Changes
28
+
29
+ - @swc/cli: ^0.1.51 -> ^0.1.52
30
+ - @swc/core: ^1.2.111 -> ^1.2.113
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - @ctx-core/dom@11.0.34
34
+ - @ctx-core/function@20.2.7
35
+ - @ctx-core/object@21.0.26
36
+ - @ctx-core/store@27.0.40
37
+
38
+ ## 11.1.5
39
+
40
+ ### Patch Changes
41
+
42
+ - svelte: 3.44.1 -> 3.44.2
43
+ - @swc/core: ^1.2.110 -> ^1.2.111
44
+ - Updated dependencies
45
+ - Updated dependencies
46
+ - @ctx-core/store@27.0.39
47
+ - @ctx-core/dom@11.0.33
48
+ - @ctx-core/function@20.2.6
49
+ - @ctx-core/object@21.0.25
50
+
51
+ ## 11.1.4
52
+
53
+ ### Patch Changes
54
+
55
+ - typescript: ^4.4.4 -> ^4.5.2
56
+ - @swc/core: ^1.2.108 -> ^1.2.110
57
+ - Updated dependencies
58
+ - Updated dependencies
59
+ - @ctx-core/dom@11.0.32
60
+ - @ctx-core/function@20.2.5
61
+ - @ctx-core/object@21.0.24
62
+ - @ctx-core/store@27.0.38
63
+
3
64
  ## 11.1.3
4
65
 
5
66
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "11.1.3",
3
+ "version": "11.1.8",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,17 +28,17 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/dom": "^11.0.31",
32
- "@ctx-core/function": "^20.2.4",
33
- "@ctx-core/object": "^21.0.23",
34
- "@ctx-core/store": "^27.0.37",
35
- "svelte": "3.44.1"
31
+ "@ctx-core/dom": "^11.0.36",
32
+ "@ctx-core/function": "^20.2.9",
33
+ "@ctx-core/object": "^21.0.28",
34
+ "@ctx-core/store": "^27.0.42",
35
+ "svelte": "3.44.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@ctx-core/dev-tools": "^7.2.1",
39
- "@swc/cli": "^0.1.51",
40
- "@swc/core": "^1.2.108",
41
- "typescript": "^4.4.4"
38
+ "@ctx-core/dev-tools": "^7.2.6",
39
+ "@swc/cli": "^0.1.52",
40
+ "@swc/core": "^1.2.117",
41
+ "typescript": "next"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public",