vite-plugin-blocklet 0.4.76 → 0.4.78

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.
package/dist/index.cjs CHANGED
@@ -122,7 +122,7 @@ function createMetaPlugin() {
122
122
  // injectTo: 'head',
123
123
  tag: 'script',
124
124
  attrs: {
125
- src: '__meta__.js',
125
+ src: '__blocklet__.js',
126
126
  },
127
127
  },
128
128
  ],
package/libs/meta.js CHANGED
@@ -9,7 +9,7 @@ export default function createMetaPlugin() {
9
9
  // injectTo: 'head',
10
10
  tag: 'script',
11
11
  attrs: {
12
- src: '__meta__.js',
12
+ src: '__blocklet__.js',
13
13
  },
14
14
  },
15
15
  ],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-blocklet",
3
3
  "type": "module",
4
- "version": "0.4.76",
4
+ "version": "0.4.78",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "files": [