@ctx-core/window 14.0.20 → 14.0.23

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/window
2
2
 
3
+ ## 14.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/nanostores: ^1.0.17 -> ^1.0.18
8
+ - Updated dependencies
9
+ - @ctx-core/dom@11.1.17
10
+
11
+ ## 14.0.22
12
+
13
+ ### Patch Changes
14
+
15
+ - @ctx-core/function: 20.8.0
16
+ - Updated dependencies
17
+ - @ctx-core/dom@11.1.16
18
+ - @ctx-core/nanostores@1.0.17
19
+ - @ctx-core/object@22.1.10
20
+
21
+ ## 14.0.21
22
+
23
+ ### Patch Changes
24
+
25
+ - update dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/dom@11.1.15
28
+
3
29
  ## 14.0.20
4
30
 
5
31
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,5 @@
1
+
2
+
3
+
4
+
5
+
package/package.json CHANGED
@@ -1,53 +1,52 @@
1
1
  {
2
- "name": "@ctx-core/window",
3
- "version": "14.0.20",
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.14",
37
- "@ctx-core/function": "^20.7.1",
38
- "@ctx-core/nanostores": "^1.0.16",
39
- "@ctx-core/object": "^22.1.8"
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.23",
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.18",
30
+ "@ctx-core/object": "^22.1.10"
31
+ },
32
+ "devDependencies": {
33
+ "c8": "^7.11.2",
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