@ctx-core/session 9.0.44 → 9.0.48

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/session
2
2
 
3
+ ## 9.0.48
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 9.0.47
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+ - Updated dependencies
15
+ - @ctx-core/env@15.0.16
16
+
17
+ ## 9.0.46
18
+
19
+ ### Patch Changes
20
+
21
+ - update dependencies
22
+
23
+ ## 9.0.45
24
+
25
+ ### Patch Changes
26
+
27
+ - update dependencies
28
+
3
29
  ## 9.0.44
4
30
 
5
31
  ### 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.44",
3
+ "version": "9.0.48",
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.10"
28
+ "@ctx-core/env": "^15.0.17"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@swc/cli": "^0.1.55",
32
- "@swc/core": "^1.2.127",
32
+ "@swc/core": "^1.2.133",
33
33
  "rimraf": "^3.0.2",
34
34
  "typescript": "next"
35
35
  },