@ctx-core/scroll 17.0.16 → 17.0.17

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,14 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 17.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/nanostores: ^1.0.16 -> ^1.0.17
8
+ - @ctx-core/object: ^22.1.9 -> ^22.1.10
9
+ - Updated dependencies
10
+ - @ctx-core/nanostores@1.0.18
11
+
3
12
  ## 17.0.16
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,52 +1,51 @@
1
1
  {
2
- "name": "@ctx-core/scroll",
3
- "version": "17.0.16",
4
- "description": "ctx-core scroll",
5
- "keywords": [
6
- "ctx-core",
7
- "scroll"
8
- ],
9
- "homepage": "https://github.com/ctx-core/scroll#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/scroll/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/scroll.git"
16
- },
17
- "license": "Apache-2.0",
18
- "author": "Brian Takita",
19
- "type": "module",
20
- "types": "./src/index.d.ts",
21
- "svelte": "./src/index.js",
22
- "exports": {
23
- ".": "./src/index.js",
24
- "./package.json": "./package.json"
25
- },
26
- "scripts": {
27
- "build": ":",
28
- "clean": ":",
29
- "exec": "$@",
30
- "prepublishOnly": "npm run clean && npm run build && npm run test",
31
- "test": "pnpm test-unit && check-dts",
32
- "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
33
- "test-unit-coverage": "c8 pnpm test-unit"
34
- },
35
- "dependencies": {
36
- "@ctx-core/nanostores": "^1.0.16",
37
- "@ctx-core/object": "^22.1.9"
38
- },
39
- "devDependencies": {
40
- "c8": "^7.11.2",
41
- "check-dts": "^0.6.7",
42
- "tslib": "^2.4.0",
43
- "tsm": "^2.2.1",
44
- "typescript": "next",
45
- "uvu": "^0.5.3"
46
- },
47
- "publishConfig": {
48
- "access": "public",
49
- "cache": "~/.npm"
50
- },
51
- "sideEffects": false
2
+ "name": "@ctx-core/scroll",
3
+ "version": "17.0.17",
4
+ "description": "ctx-core scroll",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "scroll"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/scroll#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/scroll/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/scroll.git"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "author": "Brian Takita",
19
+ "type": "module",
20
+ "types": "./src/index.d.ts",
21
+ "svelte": "./src/index.js",
22
+ "exports": {
23
+ ".": "./src/index.js",
24
+ "./package.json": "./package.json"
25
+ },
26
+ "dependencies": {
27
+ "@ctx-core/nanostores": "^1.0.18",
28
+ "@ctx-core/object": "^22.1.10"
29
+ },
30
+ "devDependencies": {
31
+ "c8": "^7.11.2",
32
+ "check-dts": "^0.6.7",
33
+ "tslib": "^2.4.0",
34
+ "tsm": "^2.2.1",
35
+ "typescript": "next",
36
+ "uvu": "^0.5.3"
37
+ },
38
+ "publishConfig": {
39
+ "access": "public",
40
+ "cache": "~/.npm"
41
+ },
42
+ "sideEffects": false,
43
+ "scripts": {
44
+ "build": ":",
45
+ "clean": ":",
46
+ "exec": "$@",
47
+ "test": "pnpm test-unit && check-dts",
48
+ "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
49
+ "test-unit-coverage": "c8 pnpm test-unit"
50
+ }
52
51
  }
Binary file