@modern-js/plugin-koa 1.0.0-rc.17 → 1.0.0-rc.19

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/CHANGELOG.md +38 -0
  2. package/package.json +66 -66
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @modern-js/plugin-koa
2
2
 
3
+ ## 1.0.0-rc.19
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 30ac27c: feat: add generator package description
9
+ - 204c626: feat: initial
10
+ - 63be0a5: fix: #118 #104
11
+ - Updated dependencies [224f7fe]
12
+ - Updated dependencies [30ac27c]
13
+ - Updated dependencies [204c626]
14
+ - Updated dependencies [63be0a5]
15
+ - @modern-js/core@1.0.0-rc.19
16
+ - @modern-js/adapter-helpers@1.0.0-rc.19
17
+ - @modern-js/bff-runtime@1.0.0-rc.19
18
+ - @modern-js/bff-utils@1.0.0-rc.19
19
+ - @modern-js/server-plugin@1.0.0-rc.19
20
+ - @modern-js/utils@1.0.0-rc.19
21
+
22
+ ## 1.0.0-rc.18
23
+
24
+ ### Patch Changes
25
+
26
+ - 224f7fe: fix server route match
27
+ - 30ac27c: feat: add generator package description
28
+ - 204c626: feat: initial
29
+ - 63be0a5: fix: #118 #104
30
+ - Updated dependencies [224f7fe]
31
+ - Updated dependencies [30ac27c]
32
+ - Updated dependencies [204c626]
33
+ - Updated dependencies [63be0a5]
34
+ - @modern-js/core@1.0.0-rc.18
35
+ - @modern-js/adapter-helpers@1.0.0-rc.18
36
+ - @modern-js/bff-runtime@1.0.0-rc.18
37
+ - @modern-js/bff-utils@1.0.0-rc.18
38
+ - @modern-js/server-plugin@1.0.0-rc.18
39
+ - @modern-js/utils@1.0.0-rc.18
40
+
3
41
  ## 1.0.0-rc.17
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
1
  {
2
- "name": "@modern-js/plugin-koa",
3
- "version": "1.0.0-rc.17",
4
- "jsnext:source": "./src/index.ts",
5
- "types": "./dist/types/index.d.ts",
6
- "main": "./dist/js/node/index.js",
7
- "module": "./dist/js/treeshaking/index.js",
8
- "jsnext:modern": "./dist/js/modern/index.js",
9
- "exports": {
10
- ".": {
11
- "node": {
12
- "import": "./dist/js/modern/index.js",
13
- "require": "./dist/js/node/index.js"
14
- },
15
- "default": "./dist/js/treeshaking/index.js"
16
- },
17
- "./cli": "./dist/js/node/cli/index.js"
18
- },
19
- "dependencies": {
20
- "@babel/runtime": "^7.15.3",
21
- "@modern-js/adapter-helpers": "^1.0.0-rc.17",
22
- "@modern-js/bff-runtime": "^1.0.0-rc.17",
23
- "@modern-js/utils": "^1.0.0-rc.17",
24
- "formidable": "^1.2.2",
25
- "koa-body": "^4.2.0",
26
- "koa-router": "^10.0.0",
27
- "type-is": "^1.6.18"
28
- },
29
- "devDependencies": {
30
- "koa": "^2.13.3",
31
- "@types/formidable": "^1.2.3",
32
- "@types/jest": "^27.0.1",
33
- "@types/koa": "^2.13.4",
34
- "@types/koa-router": "^7.4.4",
35
- "@types/node": "^14",
36
- "@types/supertest": "^2.0.11",
37
- "@types/type-is": "^1.6.3",
38
- "supertest": "^6.1.6",
39
- "typescript": "^4",
40
- "@modern-js/bff-utils": "^1.0.0-rc.17",
41
- "@modern-js/core": "^1.0.0-rc.17",
42
- "@modern-js/server-plugin": "^1.0.0-rc.17",
43
- "@modern-js/plugin-testing": "^1.0.0-rc.17",
44
- "@modern-js/module-tools": "^1.0.0-rc.17"
45
- },
46
- "modernConfig": {
47
- "output": {
48
- "packageMode": "node-js"
49
- }
50
- },
51
- "peerDependencies": {
52
- "@modern-js/bff-utils": "^1.0.0-rc.17",
53
- "@modern-js/core": "^1.0.0-rc.17",
54
- "@modern-js/server-plugin": "^1.0.0-rc.17",
55
- "@modern-js/bff-runtime": "^1.0.0-rc.17",
56
- "koa": "^2.13.3"
57
- },
58
- "publishConfig": {
59
- "registry": "https://registry.npmjs.org/",
60
- "access": "public"
61
- },
62
- "scripts": {
63
- "new": "modern new",
64
- "build": "modern build",
65
- "test": "modern test"
66
- }
67
- }
2
+ "name": "@modern-js/plugin-koa",
3
+ "version": "1.0.0-rc.19",
4
+ "jsnext:source": "./src/index.ts",
5
+ "types": "./dist/types/index.d.ts",
6
+ "main": "./dist/js/node/index.js",
7
+ "module": "./dist/js/treeshaking/index.js",
8
+ "jsnext:modern": "./dist/js/modern/index.js",
9
+ "exports": {
10
+ ".": {
11
+ "node": {
12
+ "import": "./dist/js/modern/index.js",
13
+ "require": "./dist/js/node/index.js"
14
+ },
15
+ "default": "./dist/js/treeshaking/index.js"
16
+ },
17
+ "./cli": "./dist/js/node/cli/index.js"
18
+ },
19
+ "dependencies": {
20
+ "@babel/runtime": "^7.15.3",
21
+ "@modern-js/adapter-helpers": "^1.0.0-rc.19",
22
+ "@modern-js/bff-runtime": "^1.0.0-rc.19",
23
+ "@modern-js/utils": "^1.0.0-rc.19",
24
+ "formidable": "^1.2.2",
25
+ "koa-body": "^4.2.0",
26
+ "koa-router": "^10.0.0",
27
+ "type-is": "^1.6.18"
28
+ },
29
+ "devDependencies": {
30
+ "koa": "^2.13.3",
31
+ "@types/formidable": "^1.2.3",
32
+ "@types/jest": "^27.0.1",
33
+ "@types/koa": "^2.13.4",
34
+ "@types/koa-router": "^7.4.4",
35
+ "@types/node": "^14",
36
+ "@types/supertest": "^2.0.11",
37
+ "@types/type-is": "^1.6.3",
38
+ "supertest": "^6.1.6",
39
+ "typescript": "^4",
40
+ "@modern-js/bff-utils": "^1.0.0-rc.19",
41
+ "@modern-js/core": "^1.0.0-rc.19",
42
+ "@modern-js/server-plugin": "^1.0.0-rc.19",
43
+ "@modern-js/plugin-testing": "^1.0.0-rc.19",
44
+ "@modern-js/module-tools": "^1.0.0-rc.19"
45
+ },
46
+ "modernConfig": {
47
+ "output": {
48
+ "packageMode": "node-js"
49
+ }
50
+ },
51
+ "peerDependencies": {
52
+ "@modern-js/bff-utils": "^1.0.0-rc.19",
53
+ "@modern-js/core": "^1.0.0-rc.19",
54
+ "@modern-js/server-plugin": "^1.0.0-rc.19",
55
+ "@modern-js/bff-runtime": "^1.0.0-rc.19",
56
+ "koa": "^2.13.3"
57
+ },
58
+ "publishConfig": {
59
+ "registry": "https://registry.npmjs.org/",
60
+ "access": "public"
61
+ },
62
+ "scripts": {
63
+ "new": "modern new",
64
+ "build": "modern build",
65
+ "test": "modern test"
66
+ }
67
+ }