@modern-js/plugin-proxy 1.0.0-rc.3 → 1.0.0-rc.8

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 +61 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,67 @@
1
1
  # @modern-js/plugin-proxy
2
2
 
3
+ ## 1.0.0-rc.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 204c626: feat: initial
9
+ - Updated dependencies [224f7fe]
10
+ - Updated dependencies [204c626]
11
+ - @modern-js/core@1.0.0-rc.8
12
+ - @modern-js/plugin@1.0.0-rc.8
13
+ - @modern-js/utils@1.0.0-rc.8
14
+
15
+ ## 1.0.0-rc.7
16
+
17
+ ### Patch Changes
18
+
19
+ - 224f7fe: fix server route match
20
+ - 204c626: feat: initial
21
+ - Updated dependencies [224f7fe]
22
+ - Updated dependencies [204c626]
23
+ - @modern-js/core@1.0.0-rc.7
24
+ - @modern-js/plugin@1.0.0-rc.7
25
+ - @modern-js/utils@1.0.0-rc.7
26
+
27
+ ## 1.0.0-rc.6
28
+
29
+ ### Patch Changes
30
+
31
+ - 224f7fe: fix server route match
32
+ - 204c626: feat: initial
33
+ - Updated dependencies [224f7fe]
34
+ - Updated dependencies [204c626]
35
+ - @modern-js/core@1.0.0-rc.6
36
+ - @modern-js/plugin@1.0.0-rc.6
37
+ - @modern-js/utils@1.0.0-rc.6
38
+
39
+ ## 1.0.0-rc.5
40
+
41
+ ### Patch Changes
42
+
43
+ - 224f7fe: fix server route match
44
+ - 204c626: feat: initial
45
+ - Updated dependencies [224f7fe]
46
+ - Updated dependencies [204c626]
47
+ - @modern-js/core@1.0.0-rc.5
48
+ - @modern-js/plugin@1.0.0-rc.5
49
+ - @modern-js/utils@1.0.0-rc.5
50
+
51
+ ## 1.0.0-rc.4
52
+
53
+ ### Patch Changes
54
+
55
+ - fix server route match
56
+ - 204c626: feat: initial
57
+ - Updated dependencies [undefined]
58
+ - Updated dependencies [204c626]
59
+ - @modern-js/core@1.0.0-rc.4
60
+ - @modern-js/plugin@1.0.0-rc.4
61
+ - @modern-js/utils@1.0.0-rc.4
62
+
3
63
  ## 1.0.0-rc.3
64
+
4
65
  ### Patch Changes
5
66
 
6
67
  - feat: initial
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-proxy",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.8",
4
4
  "jsnext:source": "./src/index.ts",
5
5
  "types": "./dist/types/index.d.ts",
6
6
  "main": "./dist/js/node/index.js",
@@ -21,17 +21,17 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@babel/runtime": "^7",
24
- "@modern-js/core": "^1.0.0-rc.3",
25
- "@modern-js/plugin": "^1.0.0-rc.3",
26
- "@modern-js/utils": "^1.0.0-rc.3",
24
+ "@modern-js/core": "^1.0.0-rc.8",
25
+ "@modern-js/plugin": "^1.0.0-rc.8",
26
+ "@modern-js/utils": "^1.0.0-rc.8",
27
27
  "whistle": "^2.7.18"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/jest": "^26",
31
31
  "@types/node": "^14",
32
32
  "typescript": "^4",
33
- "@modern-js/plugin-testing": "^1.0.0-rc.3",
34
- "@modern-js/module-tools": "^1.0.0-rc.3"
33
+ "@modern-js/plugin-testing": "^1.0.0-rc.8",
34
+ "@modern-js/module-tools": "^1.0.0-rc.8"
35
35
  },
36
36
  "sideEffects": false,
37
37
  "modernConfig": {
@@ -39,7 +39,7 @@
39
39
  "packageMode": "node-js"
40
40
  }
41
41
  },
42
- "publicCnfig": {
42
+ "publishConfig": {
43
43
  "registry": "https://registry.npmjs.org/",
44
44
  "access": "public"
45
45
  },