@ctx-core/scroll 17.0.10 → 17.0.13

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,31 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 17.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - tslib: ^2.3.1 -> ^2.4.0
8
+ - Updated dependencies
9
+ - @ctx-core/nanostores@1.0.14
10
+
11
+ ## 17.0.12
12
+
13
+ ### Patch Changes
14
+
15
+ - fix: @ctx-core/\* dependencies
16
+ - Updated dependencies
17
+ - @ctx-core/nanostores@1.0.12
18
+ - @ctx-core/object@22.1.5
19
+
20
+ ## 17.0.11
21
+
22
+ ### Patch Changes
23
+
24
+ - package.json: exports: update
25
+ - Updated dependencies
26
+ - @ctx-core/nanostores@1.0.11
27
+ - @ctx-core/object@22.1.4
28
+
3
29
  ## 17.0.10
4
30
 
5
31
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/scroll",
3
- "version": "17.0.10",
3
+ "version": "17.0.13",
4
4
  "description": "ctx-core scroll",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -20,9 +20,7 @@
20
20
  "types": "./src/index.d.ts",
21
21
  "svelte": "./src/index.js",
22
22
  "exports": {
23
- ".": {
24
- "import": "./src/index.js"
25
- },
23
+ ".": "./src/index.js",
26
24
  "./package.json": "./package.json"
27
25
  },
28
26
  "scripts": {
@@ -35,13 +33,13 @@
35
33
  "test-unit-coverage": "c8 pnpm test-unit"
36
34
  },
37
35
  "dependencies": {
38
- "@ctx-core/nanostores": "^1.0.10",
39
- "@ctx-core/object": "^22.1.3"
36
+ "@ctx-core/nanostores": "^1.0.14",
37
+ "@ctx-core/object": "^22.1.6"
40
38
  },
41
39
  "devDependencies": {
42
- "c8": "^7.11.0",
43
- "check-dts": "^0.6.6",
44
- "tslib": "^2.3.1",
40
+ "c8": "^7.11.2",
41
+ "check-dts": "^0.6.7",
42
+ "tslib": "^2.4.0",
45
43
  "tsm": "^2.2.1",
46
44
  "typescript": "next",
47
45
  "uvu": "^0.5.3"
@@ -51,4 +49,4 @@
51
49
  "cache": "~/.npm"
52
50
  },
53
51
  "sideEffects": false
54
- }
52
+ }
Binary file