ssr-plugin-react 6.2.81 → 6.2.82

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.
@@ -1,7 +1,7 @@
1
- ssr-plugin-react:build: cache hit, replaying output 83ae72d77c7e6cc0
1
+ ssr-plugin-react:build: cache hit, replaying output e3104a9743e696f7
2
2
  ssr-plugin-react:build:
3
- ssr-plugin-react:build: > ssr-plugin-react@6.2.81 build /home/runner/work/ssr/ssr/packages/plugin-react
3
+ ssr-plugin-react:build: > ssr-plugin-react@6.2.82 build /home/runner/work/ssr/ssr/packages/plugin-react
4
4
  ssr-plugin-react:build: > concurrently "tsc -p ./tsconfig.cjs.json " " tsc -p ./tsconfig.esm.json"
5
5
  ssr-plugin-react:build:
6
- ssr-plugin-react:build: [1] tsc -p ./tsconfig.esm.json exited with code 0
7
6
  ssr-plugin-react:build: [0] tsc -p ./tsconfig.cjs.json exited with code 0
7
+ ssr-plugin-react:build: [1] tsc -p ./tsconfig.esm.json exited with code 0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [6.2.82](https://github.com/zhangyuang/ssr/compare/plugin-react@6.2.81...plugin-react@6.2.82) (2024-08-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * add FileToChunkRelationPlugin ([f2b956e](https://github.com/zhangyuang/ssr/commit/f2b956ed68bdd33f8da3686b74ffab3aa944be00))
7
+ * parse fetch file suppory dynamic option ([fb308ac](https://github.com/zhangyuang/ssr/commit/fb308acacfac116e11ca77e1c9e71e068ea0370e))
8
+ * support jsInline ([9423667](https://github.com/zhangyuang/ssr/commit/94236670134dab81921ce0c3059e804dbc432f52))
9
+ * update ssr-mini-css-extract-plugin ([f56825a](https://github.com/zhangyuang/ssr/commit/f56825a063e4199982faf1fbbd70fd5f6351e3dd))
10
+
11
+
12
+
1
13
  ## [6.2.81](https://github.com/zhangyuang/ssr/compare/plugin-react@6.2.80...plugin-react@6.2.81) (2024-08-04)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssr-plugin-react",
3
- "version": "6.2.81",
3
+ "version": "6.2.82",
4
4
  "description": "plugin-react for ssr",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
@@ -68,7 +68,7 @@
68
68
  "ssr-common-utils": "^6.0.0",
69
69
  "ssr-deepclone": "^1.0.0",
70
70
  "ssr-hoc-react": "^6.2.7",
71
- "ssr-mini-css-extract-plugin": "^1.0.0",
71
+ "ssr-mini-css-extract-plugin": "^1.6.5",
72
72
  "ssr-serialize-javascript": "^6.0.0",
73
73
  "ssr-vite-plugin-style-import": "^2.0.1",
74
74
  "ssr-webpack": "^6.2.10",