@ctx-core/window 14.0.21 → 14.0.24

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,29 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 14.0.24
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/nanostores: ^1.0.18 -> ^1.0.19
8
+
9
+ ## 14.0.23
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/nanostores: ^1.0.17 -> ^1.0.18
14
+ - Updated dependencies
15
+ - @ctx-core/dom@11.1.17
16
+
17
+ ## 14.0.22
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/function: 20.8.0
22
+ - Updated dependencies
23
+ - @ctx-core/dom@11.1.16
24
+ - @ctx-core/nanostores@1.0.17
25
+ - @ctx-core/object@22.1.10
26
+
3
27
  ## 14.0.21
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,53 +1,52 @@
1
1
  {
2
- "name": "@ctx-core/window",
3
- "version": "14.0.21",
4
- "description": "ctx-core window",
5
- "keywords": [
6
- "ctx-core",
7
- "window"
8
- ],
9
- "homepage": "https://github.com/ctx-core/window#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/window/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/window.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/dom": "^11.1.15",
37
- "@ctx-core/function": "^20.7.1",
38
- "@ctx-core/nanostores": "^1.0.16",
39
- "@ctx-core/object": "^22.1.9"
40
- },
41
- "devDependencies": {
42
- "c8": "^7.11.2",
43
- "check-dts": "^0.6.7",
44
- "tsm": "^2.2.1",
45
- "typescript": "next",
46
- "uvu": "^0.5.3"
47
- },
48
- "publishConfig": {
49
- "access": "public",
50
- "cache": "~/.npm"
51
- },
52
- "sideEffects": false
53
- }
2
+ "name": "@ctx-core/window",
3
+ "version": "14.0.24",
4
+ "description": "ctx-core window",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "window"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/window#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/window/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/window.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/dom": "^11.1.18",
28
+ "@ctx-core/function": "^20.8.0",
29
+ "@ctx-core/nanostores": "^1.0.19",
30
+ "@ctx-core/object": "^22.1.10"
31
+ },
32
+ "devDependencies": {
33
+ "c8": "^7.11.3",
34
+ "check-dts": "^0.6.7",
35
+ "tsm": "^2.2.1",
36
+ "typescript": "next",
37
+ "uvu": "^0.5.3"
38
+ },
39
+ "publishConfig": {
40
+ "access": "public",
41
+ "cache": "~/.npm"
42
+ },
43
+ "sideEffects": false,
44
+ "scripts": {
45
+ "build": ":",
46
+ "clean": ":",
47
+ "exec": "$@",
48
+ "test": "pnpm test-unit && check-dts",
49
+ "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
50
+ "test-unit-coverage": "c8 pnpm test-unit"
51
+ }
52
+ }
Binary file