@modern-js/plugin-proxy 1.0.0-rc.17 → 1.0.0-rc.20

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 +47 -0
  2. package/package.json +52 -52
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @modern-js/plugin-proxy
2
2
 
3
+ ## 1.0.0-rc.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 30ac27c: feat: add generator package description
9
+ - feat: fix bugs
10
+ - 204c626: feat: initial
11
+ - 63be0a5: fix: #118 #104
12
+ - Updated dependencies [224f7fe]
13
+ - Updated dependencies [30ac27c]
14
+ - Updated dependencies [undefined]
15
+ - Updated dependencies [204c626]
16
+ - Updated dependencies [63be0a5]
17
+ - @modern-js/core@1.0.0-rc.20
18
+ - @modern-js/utils@1.0.0-rc.20
19
+
20
+ ## 1.0.0-rc.19
21
+
22
+ ### Patch Changes
23
+
24
+ - 224f7fe: fix server route match
25
+ - 30ac27c: feat: add generator package description
26
+ - 204c626: feat: initial
27
+ - 63be0a5: fix: #118 #104
28
+ - Updated dependencies [224f7fe]
29
+ - Updated dependencies [30ac27c]
30
+ - Updated dependencies [204c626]
31
+ - Updated dependencies [63be0a5]
32
+ - @modern-js/core@1.0.0-rc.19
33
+ - @modern-js/utils@1.0.0-rc.19
34
+
35
+ ## 1.0.0-rc.18
36
+
37
+ ### Patch Changes
38
+
39
+ - 224f7fe: fix server route match
40
+ - 30ac27c: feat: add generator package description
41
+ - 204c626: feat: initial
42
+ - 63be0a5: fix: #118 #104
43
+ - Updated dependencies [224f7fe]
44
+ - Updated dependencies [30ac27c]
45
+ - Updated dependencies [204c626]
46
+ - Updated dependencies [63be0a5]
47
+ - @modern-js/core@1.0.0-rc.18
48
+ - @modern-js/utils@1.0.0-rc.18
49
+
3
50
  ## 1.0.0-rc.17
4
51
 
5
52
  ### Patch Changes
package/package.json CHANGED
@@ -1,53 +1,53 @@
1
1
  {
2
- "name": "@modern-js/plugin-proxy",
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/index.js"
18
- },
19
- "bin": {
20
- "modern": "./bin/modern.js"
21
- },
22
- "dependencies": {
23
- "@babel/runtime": "^7",
24
- "@modern-js/utils": "^1.0.0-rc.17",
25
- "whistle": "^2.7.18"
26
- },
27
- "devDependencies": {
28
- "@types/jest": "^26",
29
- "@types/node": "^14",
30
- "typescript": "^4",
31
- "@modern-js/core": "^1.0.0-rc.17",
32
- "@modern-js/plugin-testing": "^1.0.0-rc.17",
33
- "@modern-js/module-tools": "^1.0.0-rc.17"
34
- },
35
- "peerDependencies": {
36
- "@modern-js/core": "^1.0.0-rc.17"
37
- },
38
- "sideEffects": false,
39
- "modernConfig": {
40
- "output": {
41
- "packageMode": "node-js"
42
- }
43
- },
44
- "publishConfig": {
45
- "registry": "https://registry.npmjs.org/",
46
- "access": "public"
47
- },
48
- "scripts": {
49
- "new": "modern new",
50
- "build": "modern build",
51
- "test": "modern test --passWithNoTests"
52
- }
53
- }
2
+ "name": "@modern-js/plugin-proxy",
3
+ "version": "1.0.0-rc.20",
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/index.js"
18
+ },
19
+ "bin": {
20
+ "modern": "./bin/modern.js"
21
+ },
22
+ "dependencies": {
23
+ "@babel/runtime": "^7",
24
+ "@modern-js/utils": "^1.0.0-rc.20",
25
+ "whistle": "^2.7.18"
26
+ },
27
+ "devDependencies": {
28
+ "@types/jest": "^26",
29
+ "@types/node": "^14",
30
+ "typescript": "^4",
31
+ "@modern-js/core": "^1.0.0-rc.20",
32
+ "@modern-js/plugin-testing": "^1.0.0-rc.20",
33
+ "@modern-js/module-tools": "^1.0.0-rc.20"
34
+ },
35
+ "peerDependencies": {
36
+ "@modern-js/core": "^1.0.0-rc.20"
37
+ },
38
+ "sideEffects": false,
39
+ "modernConfig": {
40
+ "output": {
41
+ "packageMode": "node-js"
42
+ }
43
+ },
44
+ "publishConfig": {
45
+ "registry": "https://registry.npmjs.org/",
46
+ "access": "public"
47
+ },
48
+ "scripts": {
49
+ "new": "modern new",
50
+ "build": "modern build",
51
+ "test": "modern test --passWithNoTests"
52
+ }
53
+ }