@ctx-core/scroll 12.0.71 → 12.0.76

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,56 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 12.0.76
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/core: ^1.2.116 -> ^1.2.117
8
+ - Updated dependencies
9
+ - @ctx-core/object@21.0.28
10
+ - @ctx-core/store@27.0.42
11
+
12
+ ## 12.0.75
13
+
14
+ ### Patch Changes
15
+
16
+ - @swc/core: ^1.2.113 -> ^1.2.116
17
+ - Updated dependencies
18
+ - @ctx-core/object@21.0.27
19
+ - @ctx-core/store@27.0.41
20
+
21
+ ## 12.0.74
22
+
23
+ ### Patch Changes
24
+
25
+ - @swc/cli: ^0.1.51 -> ^0.1.52
26
+ - @swc/core: ^1.2.111 -> ^1.2.113
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/object@21.0.26
30
+ - @ctx-core/store@27.0.40
31
+
32
+ ## 12.0.73
33
+
34
+ ### Patch Changes
35
+
36
+ - svelte: 3.44.1 -> 3.44.2
37
+ - @swc/core: ^1.2.110 -> ^1.2.111
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - @ctx-core/store@27.0.39
41
+ - @ctx-core/object@21.0.25
42
+
43
+ ## 12.0.72
44
+
45
+ ### Patch Changes
46
+
47
+ - typescript: ^4.4.4 -> ^4.5.2
48
+ - @swc/core: ^1.2.108 -> ^1.2.110
49
+ - Updated dependencies
50
+ - Updated dependencies
51
+ - @ctx-core/object@21.0.24
52
+ - @ctx-core/store@27.0.38
53
+
3
54
  ## 12.0.71
4
55
 
5
56
  ### 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/scroll",
3
- "version": "12.0.71",
3
+ "version": "12.0.76",
4
4
  "description": "ctx-core scroll",
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/object": "^21.0.23",
32
- "@ctx-core/store": "^27.0.37",
33
- "svelte": "3.44.1"
31
+ "@ctx-core/object": "^21.0.28",
32
+ "@ctx-core/store": "^27.0.42",
33
+ "svelte": "3.44.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@ctx-core/ctx-core-package-tools": "^8.0.77",
37
- "@ctx-core/dev-tools": "^7.2.1",
38
- "@swc/cli": "^0.1.51",
39
- "@swc/core": "^1.2.108",
40
- "typescript": "^4.4.4"
36
+ "@ctx-core/ctx-core-package-tools": "^8.0.81",
37
+ "@ctx-core/dev-tools": "^7.2.6",
38
+ "@swc/cli": "^0.1.52",
39
+ "@swc/core": "^1.2.117",
40
+ "typescript": "next"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public",