File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.1.7] ( https://github.com/originjs/vite-plugin-federation/compare/v1.1.6...v1.1.7 ) (2022-07-09)
2+
3+
4+ ### Features
5+
6+ * ** dev:** added content hash for exposed modules ([ #198 ] ( https://github.com/originjs/vite-plugin-federation/issues/198 ) ) ([ 2182b31] ( https://github.com/originjs/vite-plugin-federation/commit/2182b316dd1cdff09de18c1d439cb32e3de21482 ) )
7+
8+
9+
110## [ 1.1.6] ( https://github.com/originjs/vite-plugin-federation/compare/v1.1.5...v1.1.6 ) (2022-05-10)
211
312
Original file line number Diff line number Diff line change 11{
22 "name" : " @originjs/vite-plugin-federation" ,
3- "version" : " 1.1.6 " ,
3+ "version" : " 1.1.7 " ,
44 "description" : " A Vite plugin which support Module Federation." ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.es.js" ,
1212 " LICENSE"
1313 ],
1414 "engines" : {
15- "node" : " >=12.0.0"
15+ "node" : " >=14.0.0" ,
16+ "pnpm" : " >=7.0.1"
1617 },
1718 "repository" : {
1819 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments