minista 2.7.3 → 2.7.4

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.
Files changed (2) hide show
  1. package/dist/build.js +0 -1
  2. package/package.json +1 -1
package/dist/build.js CHANGED
@@ -614,7 +614,6 @@ async function buildPartialHydrateAssets(viteConfig, config, buildOptions) {
614
614
  const items = result.output;
615
615
  if (Array.isArray(items) && items.length > 0) {
616
616
  items.map((item) => {
617
- console.log(item);
618
617
  if (item.fileName.match(/(\.css|\.svg)$/)) {
619
618
  return;
620
619
  } else if (item.fileName.match(/(\.js)$/)) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "minista",
3
3
  "description": "Next.js Like Development with 100% Static Generate",
4
- "version": "2.7.3",
4
+ "version": "2.7.4",
5
5
  "bin": {
6
6
  "minista": "./bin/minista.js"
7
7
  },