@ctx-core/window 11.1.2 → 11.1.7

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