@midwayjs/session 3.0.0-beta.12 → 3.0.0-beta.16

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/package.json +6 -6
  2. package/CHANGELOG.md +0 -30
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midwayjs/session",
3
3
  "description": "midway session component for koa and faas",
4
- "version": "3.0.0-beta.12",
4
+ "version": "3.0.0-beta.16",
5
5
  "main": "dist/index",
6
6
  "typings": "index.d.ts",
7
7
  "files": [
@@ -10,10 +10,10 @@
10
10
  "index.d.ts"
11
11
  ],
12
12
  "devDependencies": {
13
- "@midwayjs/core": "^3.0.0-beta.12",
14
- "@midwayjs/decorator": "^3.0.0-beta.12",
15
- "@midwayjs/mock": "^3.0.0-beta.12",
16
- "@types/koa-session": "^5.10.4"
13
+ "@midwayjs/core": "^3.0.0-beta.16",
14
+ "@midwayjs/decorator": "^3.0.0-beta.16",
15
+ "@midwayjs/mock": "^3.0.0-beta.16",
16
+ "@types/koa-session": "5.10.4"
17
17
  },
18
18
  "dependencies": {
19
19
  "koa-session": "^6.2.0"
@@ -41,5 +41,5 @@
41
41
  "type": "git",
42
42
  "url": "https://github.com/midwayjs/midway.git"
43
43
  },
44
- "gitHead": "1c46e53eb934248007eeb7fe3920f5ac24e272c6"
44
+ "gitHead": "43a32745ac45164dfef1494cba979f9652a6692b"
45
45
  }
package/CHANGELOG.md DELETED
@@ -1,30 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
7
-
8
-
9
- ### Features
10
-
11
- * support throw err status ([#1440](https://github.com/midwayjs/midway/issues/1440)) ([7b98110](https://github.com/midwayjs/midway/commit/7b98110d65c5287a8fcb3eb5356dea2d7a32cee9))
12
-
13
-
14
-
15
-
16
-
17
- # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
18
-
19
- **Note:** Version bump only for package @midwayjs/session
20
-
21
-
22
-
23
-
24
-
25
- # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
26
-
27
-
28
- ### Features
29
-
30
- * default add session & bodyparser support for koa/express/faas ([#1420](https://github.com/midwayjs/midway/issues/1420)) ([cdaff31](https://github.com/midwayjs/midway/commit/cdaff317c3e862a95494a167995a28280af639bf))