ssr-plugin-react 6.1.58 → 6.1.59

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.1.59](https://github.com/zhangyuang/ssr/compare/v6.1.58...v6.1.59) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package ssr-plugin-react
9
+
10
+
11
+
12
+
13
+
6
14
  ## [6.1.58](https://github.com/zhangyuang/ssr/compare/v6.1.57...v6.1.58) (2022-01-29)
7
15
 
8
16
  **Note:** Version bump only for package ssr-plugin-react
package/README.md CHANGED
@@ -273,7 +273,7 @@ $ npm run start:vite # 以 vite 模式启动,等价于 npx ssr start --vite
273
273
 
274
274
  <div style="display:flex">
275
275
  <!-- <img src="https://res.wx.qq.com/op_res/7F1t4Z8yCHWilehbcFGjAj0yVn0URMiWBGVJa-TVu_eqw5IwUXA2kPYBnfX6YRHy0FVBB-yC6l0IEL02QTJkLg" width="300"> -->
276
- <img src="https://doc.ssr-fc.com/images/wechat.jpeg" width="300">
276
+ <img src="https://res.wx.qq.com/op_res/UQMlAGgJt38dZ0iX_udYYLvwceEOo5w6OAcZ5XodX_aMSZ_cpvCtpbfQaLGkPnDMoK0Rnbhgr7FjpQ8YUjaX-Q" width="300">
277
277
  </div>
278
278
 
279
279
  ## 前端开发手册
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssr-plugin-react",
3
- "version": "6.1.58",
3
+ "version": "6.1.59",
4
4
  "description": "plugin-react for ssr",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
@@ -57,8 +57,8 @@
57
57
  "serialize-javascript": "^6.0.0",
58
58
  "ssr-client-utils": "^6.1.58",
59
59
  "ssr-hoc-react": "^6.1.58",
60
- "ssr-server-utils": "^6.1.58",
61
- "ssr-webpack": "^6.1.58",
60
+ "ssr-server-utils": "^6.1.59",
61
+ "ssr-webpack": "^6.1.59",
62
62
  "terser-webpack-plugin": "^2.3.5",
63
63
  "url-loader": "^4.1.1",
64
64
  "vite": "^2.7.0",
@@ -76,5 +76,5 @@
76
76
  "concurrently": "^5.1.0",
77
77
  "ssr-types-react": "^6.1.58"
78
78
  },
79
- "gitHead": "4c4165424f5cd610db8ca668c423ecbd3d656f45"
79
+ "gitHead": "0522f203047ff136e651958834684251d5fe36e5"
80
80
  }