@pubinfo-pr/vite 0.225.3 → 0.225.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/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -344,7 +344,7 @@ function createJsonUrlAsset() {
344
344
  const buffer = Buffer.from(base64Data, "base64");
345
345
  refId = this.emitFile({
346
346
  type: "asset",
347
- name: `lottie-${hash}.json`,
347
+ name: `json-asset-${hash}.json`,
348
348
  source: buffer
349
349
  });
350
350
  emitted.set(hash, refId);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo-pr/vite",
3
3
  "type": "module",
4
- "version": "0.225.3",
4
+ "version": "0.225.4",
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.3",
29
- "@pubinfo-pr/shared": "0.225.3",
28
+ "@pubinfo-pr/devtools": "0.225.4",
29
+ "@pubinfo-pr/shared": "0.225.4",
30
30
  "@pubinfo/unplugin-openapi": "^0.9.1",
31
31
  "@vitejs/plugin-legacy": "^7.2.1",
32
32
  "@vitejs/plugin-vue": "^6.0.4",