File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " create-bolt-cep" ,
3- "version" : " 2.1.1 " ,
3+ "version" : " 2.1.2 " ,
44 "license" : " MIT" ,
55 "bin" : {
66 "create-bolt-cep" : " dist/index.js"
3030 "url" : " https://github.com/hyper-brew/bolt-cep/issues"
3131 },
3232 "dependencies" : {
33- "bolt-cep" : " ^2.1.1 " ,
33+ "bolt-cep" : " ^2.1.2 " ,
3434 "meta-bolt" : " ^0.0.17"
3535 },
3636 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -446,10 +446,10 @@ base64-js@^1.3.1:
446446 resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
447447 integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
448448
449- bolt-cep@^2.1.1 :
450- version "2.1.1 "
451- resolved "https://registry.yarnpkg.com/bolt-cep/-/bolt-cep-2.1.1 .tgz#7f4f97054ace9482733044d191a661a64a34dbc0 "
452- integrity sha512-7TFqu8uzmUe4S85j/TUILNv97kGjpjw5F2Oy37hSY9i8IaVm6BKYd36IESdyU7unHdMk2zzdywt+4YZGFmfBXw ==
449+ bolt-cep@^2.1.2 :
450+ version "2.1.2 "
451+ resolved "https://registry.yarnpkg.com/bolt-cep/-/bolt-cep-2.1.2 .tgz#38301d84e589aabf68ecf2cf408be4d45909016c "
452+ integrity sha512-GQ314gvS+ZEkh3iof2BQxwrwQkIWUbXFSfc6YkazDU2+GvYFCFYBgl+dqwsr4VYMu9xEi9nss/k0hnC1w/ulqg ==
453453 dependencies :
454454 react "^19.1.0"
455455 react-dom "^19.1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " bolt-cep" ,
3- "version" : " 2.1.1 " ,
3+ "version" : " 2.1.2 " ,
44 "type" : " module" ,
55 "scripts" : {
66 "dev" : " vite" ,
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ export default defineConfig({
8383 // esModule: false,
8484 preserveModules : false ,
8585 format : "cjs" ,
86+ entryFileNames : "assets/[name]-[hash].cjs" ,
87+ chunkFileNames : "assets/[name]-[hash].cjs" ,
8688 } ,
8789 } ,
8890 target : "chrome74" ,
You can’t perform that action at this time.
0 commit comments