@ctx-core/session 9.0.41 → 9.0.45

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @ctx-core/session
2
2
 
3
+ ## 9.0.45
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 9.0.44
10
+
11
+ ### Patch Changes
12
+
13
+ - sideEffects = false
14
+ - Updated dependencies
15
+ - @ctx-core/env@15.0.10
16
+
17
+ ## 9.0.43
18
+
19
+ ### Patch Changes
20
+
21
+ - @swc/core: ^1.2.125 -> ^1.2.127
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - @ctx-core/env@15.0.9
25
+
26
+ ## 9.0.42
27
+
28
+ ### Patch Changes
29
+
30
+ - version bump
31
+ - Updated dependencies
32
+ - @ctx-core/env@15.0.8
33
+
3
34
  ## 9.0.41
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/session",
3
- "version": "9.0.41",
3
+ "version": "9.0.45",
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.7"
28
+ "@ctx-core/env": "^15.0.12"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@swc/cli": "^0.1.55",
32
- "@swc/core": "^1.2.124",
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",