@modern-js/runtime 1.0.0-alpha.3 → 1.0.0-rc.4

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 +25 -8
  2. package/package.json +14 -10
package/CHANGELOG.md CHANGED
@@ -1,14 +1,31 @@
1
1
  # @modern-js/runtime
2
2
 
3
- ## 1.0.0-alpha.3
3
+ ## 1.0.0-rc.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix server route match
8
+ - 204c626: feat: initial
9
+ - Updated dependencies [undefined]
10
+ - Updated dependencies [204c626]
11
+ - @modern-js/core@1.0.0-rc.4
12
+ - @modern-js/plugin-router@1.0.0-rc.4
13
+ - @modern-js/plugin-ssr@1.0.0-rc.4
14
+ - @modern-js/plugin-state@1.0.0-rc.4
15
+ - @modern-js/runtime-core@1.0.0-rc.4
16
+ - @modern-js/bff-runtime@1.0.0-rc.4
17
+ - @modern-js/utils@1.0.0-rc.4
18
+
19
+ ## 1.0.0-rc.3
20
+
4
21
  ### Patch Changes
5
22
 
6
23
  - feat: initial
7
24
  - Updated dependencies [undefined]
8
- - @modern-js/plugin-state@1.0.0-alpha.3
9
- - @modern-js/core@1.0.0-alpha.3
10
- - @modern-js/plugin-router@1.0.0-alpha.3
11
- - @modern-js/plugin-ssr@1.0.0-alpha.3
12
- - @modern-js/runtime-core@1.0.0-alpha.3
13
- - @modern-js/bff-runtime@1.0.0-alpha.3
14
- - @modern-js/utils@1.0.0-alpha.3
25
+ - @modern-js/core@1.0.0-rc.3
26
+ - @modern-js/plugin-router@1.0.0-rc.3
27
+ - @modern-js/plugin-ssr@1.0.0-rc.3
28
+ - @modern-js/plugin-state@1.0.0-rc.3
29
+ - @modern-js/bff-runtime@1.0.0-rc.3
30
+ - @modern-js/utils@1.0.0-rc.3
31
+ - @modern-js/runtime-core@1.0.0-rc.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/runtime",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "jsnext:source": "./src/index.ts",
5
5
  "types": "./dist/types/index.d.ts",
6
6
  "main": "./dist/js/node/index.js",
@@ -96,13 +96,13 @@
96
96
  "dependencies": {
97
97
  "@babel/runtime": "^7",
98
98
  "@loadable/component": "^5.15.0",
99
- "@modern-js/bff-runtime": "^1.0.0-alpha.3",
100
- "@modern-js/core": "^1.0.0-alpha.3",
101
- "@modern-js/plugin-router": "^1.0.0-alpha.3",
102
- "@modern-js/plugin-ssr": "^1.0.0-alpha.3",
103
- "@modern-js/plugin-state": "^1.0.0-alpha.3",
104
- "@modern-js/runtime-core": "^1.0.0-alpha.3",
105
- "@modern-js/utils": "^1.0.0-alpha.3",
99
+ "@modern-js/bff-runtime": "^1.0.0-rc.4",
100
+ "@modern-js/core": "^1.0.0-rc.4",
101
+ "@modern-js/plugin-router": "^1.0.0-rc.4",
102
+ "@modern-js/plugin-ssr": "^1.0.0-rc.4",
103
+ "@modern-js/plugin-state": "^1.0.0-rc.4",
104
+ "@modern-js/runtime-core": "^1.0.0-rc.4",
105
+ "@modern-js/utils": "^1.0.0-rc.4",
106
106
  "@types/loadable__component": "^5.13.4",
107
107
  "@types/react-helmet": "^6.1.2",
108
108
  "@types/styled-components": "^5.1.13",
@@ -115,11 +115,15 @@
115
115
  "@types/react": "^17",
116
116
  "@types/react-dom": "^17",
117
117
  "typescript": "^4",
118
- "@modern-js/plugin-testing": "^1.0.0-alpha.3",
119
- "@modern-js/module-tools": "^1.0.0-alpha.3"
118
+ "@modern-js/plugin-testing": "^1.0.0-rc.3",
119
+ "@modern-js/module-tools": "^1.0.0-rc.3"
120
120
  },
121
121
  "sideEffects": false,
122
122
  "modernConfig": {},
123
+ "publicCnfig": {
124
+ "registry": "https://registry.npmjs.org/",
125
+ "access": "public"
126
+ },
123
127
  "scripts": {
124
128
  "new": "modern new",
125
129
  "build": "modern build",