@ctx-core/window 11.1.4 → 11.1.9

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