File tree Expand file tree Collapse file tree 3 files changed +22
-21
lines changed
Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @strapi/sdk-plugin
22
3+ ## 6.0.0
4+
5+ ### Major Changes
6+
7+ - [ #103 ] ( https://github.com/strapi/sdk-plugin/pull/103 ) [ ` cce52a6 ` ] ( https://github.com/strapi/sdk-plugin/commit/cce52a69ce121bfd316dfdd8d1a483250e24c304 ) Thanks [ @jhoward1994 ] ( https://github.com/jhoward1994 ) ! - ### Breaking Changes
8+
9+ - Removed ` @strapi/pack-up ` dependency - build system now uses Vite v6 directly
10+ - ` packup.config.ts ` is no longer used (can be safely deleted)
11+ - Sourcemaps now default to ` false ` (use ` --sourcemap ` flag to enable)
12+
13+ ### Migration
14+
15+ 1 . Delete ` packup.config.ts ` from your plugin (it's no longer read)
16+ 2 . If you need sourcemaps, add ` --sourcemap ` to your build command
17+
18+ ### Why This Change?
19+
20+ - Resolves Vite security vulnerability (CVE) that existed in pack-up's dependencies
21+ - Simplifies the build system with direct Vite configuration
22+ - Reduces maintenance overhead by removing the pack-up abstraction layer
23+
324## 5.4.0
425
526### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @strapi/sdk-plugin" ,
3- "version" : " 5.4 .0" ,
3+ "version" : " 6.0 .0" ,
44 "description" : " Simple tools for developing Strapi plugins" ,
55 "keywords" : [
66 " strapi" ,
You can’t perform that action at this time.
0 commit comments