@ctx-core/session 9.0.42 → 9.0.46

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,34 @@
1
1
  # @ctx-core/session
2
2
 
3
+ ## 9.0.46
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 9.0.45
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 9.0.44
16
+
17
+ ### Patch Changes
18
+
19
+ - sideEffects = false
20
+ - Updated dependencies
21
+ - @ctx-core/env@15.0.10
22
+
23
+ ## 9.0.43
24
+
25
+ ### Patch Changes
26
+
27
+ - @swc/core: ^1.2.125 -> ^1.2.127
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - @ctx-core/env@15.0.9
31
+
3
32
  ## 9.0.42
4
33
 
5
34
  ### 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/session",
3
- "version": "9.0.42",
3
+ "version": "9.0.46",
4
4
  "description": "ctx-core session",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,11 +25,11 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ctx-core/env": "^15.0.8"
28
+ "@ctx-core/env": "^15.0.13"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@swc/cli": "^0.1.55",
32
- "@swc/core": "^1.2.125",
32
+ "@swc/core": "^1.2.128",
33
33
  "rimraf": "^3.0.2",
34
34
  "typescript": "next"
35
35
  },
@@ -38,6 +38,7 @@
38
38
  "cache": "~/.npm"
39
39
  },
40
40
  "svelte": "./lib/index.js",
41
+ "sideEffects": false,
41
42
  "scripts": {
42
43
  "build": "npm run compile",
43
44
  "clean": "rimraf lib && npm run clean:tsbuildinfo",