@ctx-core/window 13.0.8 → 13.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,40 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 13.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 13.0.12
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 13.0.11
16
+
17
+ ### Patch Changes
18
+
19
+ - update dependencies
20
+
21
+ ## 13.0.10
22
+
23
+ ### Patch Changes
24
+
25
+ - update dependencies
26
+
27
+ ## 13.0.9
28
+
29
+ ### Patch Changes
30
+
31
+ - sideEffects = false
32
+ - Updated dependencies
33
+ - @ctx-core/dom@11.1.5
34
+ - @ctx-core/function@20.2.25
35
+ - @ctx-core/nanostores@0.3.4
36
+ - @ctx-core/object@22.0.12
37
+
3
38
  ## 13.0.8
4
39
 
5
40
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "13.0.8",
3
+ "version": "13.0.13",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,14 +25,14 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ctx-core/dom": "^11.1.4",
29
- "@ctx-core/function": "^20.2.24",
30
- "@ctx-core/nanostores": "^0.3.3",
31
- "@ctx-core/object": "^22.0.11"
28
+ "@ctx-core/dom": "^11.1.5",
29
+ "@ctx-core/function": "^20.2.25",
30
+ "@ctx-core/nanostores": "^0.3.7",
31
+ "@ctx-core/object": "^22.0.12"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@swc/cli": "^0.1.55",
35
- "@swc/core": "^1.2.127",
35
+ "@swc/core": "^1.2.128",
36
36
  "rimraf": "^3.0.2",
37
37
  "typescript": "next"
38
38
  },
@@ -41,6 +41,7 @@
41
41
  "cache": "~/.npm"
42
42
  },
43
43
  "svelte": "./lib/index.js",
44
+ "sideEffects": false,
44
45
  "scripts": {
45
46
  "build": "npm run compile",
46
47
  "clean": "rimraf lib && npm run clean:tsbuildinfo",