@valaxyjs/devtools 0.18.0-beta.2 → 0.18.0

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/build.config.ts CHANGED
@@ -7,7 +7,10 @@ export default defineBuildConfig({
7
7
  clean: false,
8
8
  declaration: true,
9
9
  externals: [
10
+ // in valaxy
10
11
  'vite',
12
+ 'gray-matter',
13
+ 'fs-extra',
11
14
  ],
12
15
  rollup: {
13
16
  emitCJS: true,
@@ -0,0 +1,11 @@
1
+ const _export_sfc = (sfc, props) => {
2
+ const target = sfc.__vccOpts || sfc;
3
+ for (const [key, val] of props) {
4
+ target[key] = val;
5
+ }
6
+ return target;
7
+ };
8
+
9
+ /* Injected with object hook! */
10
+
11
+ export { _export_sfc as _ };
@@ -1,4 +1,5 @@
1
- import { _ as _export_sfc, o as openBlock, c as createElementBlock } from './index-8_TdlA6f.js';
1
+ import { _ as _export_sfc } from './_plugin-vue_export-helper-PLawvS9c.js';
2
+ import { a as createElementBlock, o as openBlock } from './index-q944aN_L.js';
2
3
 
3
4
  /* unplugin-vue-components disabled */const _sfc_main = {};
4
5
 
@@ -1,4 +1,5 @@
1
- import { _ as _export_sfc, o as openBlock, c as createElementBlock } from './index-8_TdlA6f.js';
1
+ import { _ as _export_sfc } from './_plugin-vue_export-helper-PLawvS9c.js';
2
+ import { a as createElementBlock, o as openBlock } from './index-q944aN_L.js';
2
3
 
3
4
  /* unplugin-vue-components disabled */const _sfc_main = {};
4
5