@pubinfo-pr/vite 0.225.1 → 0.225.3

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/index.mjs +1 -0
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -839,6 +839,7 @@ function createDefaultAppConfig(config) {
839
839
  chunkSizeWarningLimit: 2e3,
840
840
  rolldownOptions: { output: {
841
841
  entryFileNames: `assets/entry/[name]-[hash]-${timestamp}.js`,
842
+ strictExecutionOrder: true,
842
843
  codeSplitting: {
843
844
  minSize: 2e4,
844
845
  groups: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo-pr/vite",
3
3
  "type": "module",
4
- "version": "0.225.1",
4
+ "version": "0.225.3",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.mts",
@@ -25,8 +25,8 @@
25
25
  "vue-tsc": "^3.2.4"
26
26
  },
27
27
  "dependencies": {
28
- "@pubinfo-pr/devtools": "0.225.1",
29
- "@pubinfo-pr/shared": "0.225.1",
28
+ "@pubinfo-pr/devtools": "0.225.3",
29
+ "@pubinfo-pr/shared": "0.225.3",
30
30
  "@pubinfo/unplugin-openapi": "^0.9.1",
31
31
  "@vitejs/plugin-legacy": "^7.2.1",
32
32
  "@vitejs/plugin-vue": "^6.0.4",