@midwayjs/oss 3.0.0-beta.6 → 3.0.0

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  this is a sub package for midway.
7
7
 
8
- Document: [https://midwayjs.org/midway](https://midwayjs.org/midway)
8
+ Document: [https://midwayjs.org](https://midwayjs.org)
9
9
 
10
10
  ## License
11
11
 
package/index.d.ts CHANGED
@@ -1,5 +1,7 @@
1
1
  import * as OSS from 'ali-oss';
2
2
 
3
+ export * from './dist/index';
4
+
3
5
  declare module '@midwayjs/core/dist/interface' {
4
6
  interface MidwayConfig {
5
7
  oss?: ServiceFactoryConfigOption<OSS.STSOptions | OSS.Options>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midwayjs/oss",
3
3
  "description": "midway oss component",
4
- "version": "3.0.0-beta.6",
4
+ "version": "3.0.0",
5
5
  "main": "dist/index",
6
6
  "typings": "index.d.ts",
7
7
  "files": [
@@ -10,11 +10,11 @@
10
10
  "index.d.ts"
11
11
  ],
12
12
  "devDependencies": {
13
- "@midwayjs/core": "^3.0.0-beta.6",
14
- "@midwayjs/decorator": "^3.0.0-beta.6",
15
- "@midwayjs/mock": "^3.0.0-beta.6",
16
- "@types/ali-oss": "^6.0.10",
17
- "dotenv": "^10.0.0"
13
+ "@midwayjs/core": "^3.0.0",
14
+ "@midwayjs/decorator": "^3.0.0",
15
+ "@midwayjs/mock": "^3.0.0",
16
+ "@types/ali-oss": "6.16.2",
17
+ "dotenv": "14.2.0"
18
18
  },
19
19
  "dependencies": {
20
20
  "ali-oss": "^6.16.0"
@@ -27,8 +27,8 @@
27
27
  "license": "MIT",
28
28
  "scripts": {
29
29
  "build": "tsc",
30
- "test": "node --require=ts-node/register ../../node_modules/.bin/jest",
31
- "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --coverage --forceExit",
30
+ "test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
31
+ "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand --coverage --forceExit",
32
32
  "ci": "npm run test",
33
33
  "lint": "mwts check"
34
34
  },
@@ -39,5 +39,5 @@
39
39
  "type": "git",
40
40
  "url": "https://github.com/midwayjs/midway.git"
41
41
  },
42
- "gitHead": "e4595d30b369e36bef21b36f2b3737d8bc2f802d"
42
+ "gitHead": "55c26029bccf7bbb739fa1597e8f418dafa2caa0"
43
43
  }
package/CHANGELOG.md DELETED
@@ -1,99 +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.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
7
-
8
- **Note:** Version bump only for package @midwayjs/oss
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
15
-
16
- **Note:** Version bump only for package @midwayjs/oss
17
-
18
-
19
-
20
-
21
-
22
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
23
-
24
- **Note:** Version bump only for package @midwayjs/oss
25
-
26
-
27
-
28
-
29
-
30
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
31
-
32
-
33
- ### Features
34
-
35
- * add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
36
-
37
-
38
-
39
-
40
-
41
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
42
-
43
- **Note:** Version bump only for package @midwayjs/oss
44
-
45
-
46
-
47
-
48
-
49
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
50
-
51
-
52
- ### Bug Fixes
53
-
54
- * serverless local dev bodyparser limit ([#1245](https://github.com/midwayjs/midway/issues/1245)) ([6bdf378](https://github.com/midwayjs/midway/commit/6bdf37841260b1f77e20d913ee85a45ae41ca559))
55
-
56
-
57
- ### Features
58
-
59
- * add cos component ([#1271](https://github.com/midwayjs/midway/issues/1271)) ([c18e597](https://github.com/midwayjs/midway/commit/c18e597d55a6452188cc7daecd0062bf161028cc))
60
- * add ctx.throw for serverless app ([#1262](https://github.com/midwayjs/midway/issues/1262)) ([70008b3](https://github.com/midwayjs/midway/commit/70008b32157286708ec01390b0bf8233ba5a84dd))
61
- * add redis component ([#1270](https://github.com/midwayjs/midway/issues/1270)) ([09c993a](https://github.com/midwayjs/midway/commit/09c993ac308d26fa9c742a659471c3f4cf5c5782))
62
-
63
-
64
-
65
-
66
-
67
- ## [2.12.3](https://github.com/midwayjs/midway/compare/v2.12.2...v2.12.3) (2021-08-09)
68
-
69
-
70
- ### Features
71
-
72
- * support object config load and async config ([#1212](https://github.com/midwayjs/midway/issues/1212)) ([a035ccb](https://github.com/midwayjs/midway/commit/a035ccbb513b0ba423bd2b48bc228b5e916c89e8))
73
-
74
-
75
-
76
-
77
-
78
- ## [2.12.1](https://github.com/midwayjs/midway/compare/v2.12.0...v2.12.1) (2021-08-01)
79
-
80
-
81
- ### Bug Fixes
82
-
83
- * server hostname args ([#1196](https://github.com/midwayjs/midway/issues/1196)) ([b9d73f0](https://github.com/midwayjs/midway/commit/b9d73f036befd13c1db28f967fb769459237c52e))
84
-
85
-
86
- ### Features
87
-
88
- * add http client component ([#1098](https://github.com/midwayjs/midway/issues/1098)) ([4e2f90a](https://github.com/midwayjs/midway/commit/4e2f90a9de946fa5abc2af4cd8a0ad9ee4188991))
89
-
90
-
91
-
92
-
93
-
94
- # [2.12.0](https://github.com/midwayjs/midway/compare/v2.11.7...v2.12.0) (2021-07-30)
95
-
96
-
97
- ### Features
98
-
99
- * add oss component ([#1181](https://github.com/midwayjs/midway/issues/1181)) ([e83171c](https://github.com/midwayjs/midway/commit/e83171c73cdc1098796f06919dc652a6d83c3af4))