@ctx-core/window 13.0.6 → 13.0.10

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,44 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 13.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 13.0.9
10
+
11
+ ### Patch Changes
12
+
13
+ - sideEffects = false
14
+ - Updated dependencies
15
+ - @ctx-core/dom@11.1.5
16
+ - @ctx-core/function@20.2.25
17
+ - @ctx-core/nanostores@0.3.4
18
+ - @ctx-core/object@22.0.12
19
+
20
+ ## 13.0.8
21
+
22
+ ### Patch Changes
23
+
24
+ - @swc/core: ^1.2.125 -> ^1.2.127
25
+ - Updated dependencies
26
+ - @ctx-core/dom@11.1.4
27
+ - @ctx-core/function@20.2.24
28
+ - @ctx-core/nanostores@0.3.3
29
+ - @ctx-core/object@22.0.11
30
+
31
+ ## 13.0.7
32
+
33
+ ### Patch Changes
34
+
35
+ - version bump
36
+ - Updated dependencies
37
+ - @ctx-core/dom@11.1.3
38
+ - @ctx-core/function@20.2.23
39
+ - @ctx-core/nanostores@0.3.2
40
+ - @ctx-core/object@22.0.10
41
+
3
42
  ## 13.0.6
4
43
 
5
44
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "13.0.6",
3
+ "version": "13.0.10",
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.2",
29
- "@ctx-core/function": "^20.2.21",
30
- "@ctx-core/nanostores": "^0.3.1",
31
- "@ctx-core/object": "^22.0.8"
28
+ "@ctx-core/dom": "^11.1.5",
29
+ "@ctx-core/function": "^20.2.25",
30
+ "@ctx-core/nanostores": "^0.3.5",
31
+ "@ctx-core/object": "^22.0.12"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@swc/cli": "^0.1.55",
35
- "@swc/core": "^1.2.124",
35
+ "@swc/core": "^1.2.127",
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",