@ctx-core/session 9.0.24 → 9.0.26

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/.swcrc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "jsc": {
3
- "target": "es2019",
3
+ "target": "es2020",
4
4
  "parser": {
5
5
  "syntax": "typescript",
6
6
  "tsx": true,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @ctx-core/session
2
2
 
3
+ ## 9.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/cli: ^0.1.51 -> ^0.1.52
8
+ - @swc/core: ^1.2.111 -> ^1.2.113
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @ctx-core/env@13.0.49
12
+
13
+ ## 9.0.25
14
+
15
+ ### Patch Changes
16
+
17
+ - @swc/core: ^1.2.110 -> ^1.2.111
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - @ctx-core/env@13.0.48
21
+
3
22
  ## 9.0.24
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/session",
3
- "version": "9.0.24",
3
+ "version": "9.0.26",
4
4
  "description": "ctx-core session",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,12 +28,12 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/env": "^13.0.47"
31
+ "@ctx-core/env": "^13.0.49"
32
32
  },
33
33
  "devDependencies": {
34
- "@swc/cli": "^0.1.51",
35
- "@swc/core": "^1.2.110",
36
- "typescript": "^4.5.2"
34
+ "@swc/cli": "^0.1.52",
35
+ "@swc/core": "^1.2.113",
36
+ "typescript": "next"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public",
package/COMMIT_EDITMSG DELETED
@@ -1 +0,0 @@
1
-