@ctx-core/session 9.0.36 → 9.0.40
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 +31 -0
- package/COMMIT_EDITMSG +1 -0
- package/package.json +3 -3
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @ctx-core/session
|
|
2
2
|
|
|
3
|
+
## 9.0.40
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @ctx-core/env@15.0.0
|
|
9
|
+
|
|
10
|
+
## 9.0.39
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- fix: error TS6059: \* is not under 'rootDir': package.json: types: ./dist/index.d.ts
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @ctx-core/env@14.0.9
|
|
17
|
+
|
|
18
|
+
## 9.0.38
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- tsconfig.json: "target": "ES2021"
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @ctx-core/env@14.0.8
|
|
25
|
+
|
|
26
|
+
## 9.0.37
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- package.json: "types": "./src/index.ts": better editing experience
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
- @ctx-core/env@14.0.7
|
|
33
|
+
|
|
3
34
|
## 9.0.36
|
|
4
35
|
|
|
5
36
|
### 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/session",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.40",
|
|
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": "^
|
|
28
|
+
"@ctx-core/env": "^15.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@swc/cli": "^0.1.55",
|
|
32
|
-
"@swc/core": "^1.2.
|
|
32
|
+
"@swc/core": "^1.2.121",
|
|
33
33
|
"rimraf": "^3.0.2",
|
|
34
34
|
"typescript": "next"
|
|
35
35
|
},
|