vue-happy-framework 1.0.5 → 1.0.8

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/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "vue-happy-framework",
3
- "version": "1.0.5",
3
+ "version": "1.0.8",
4
4
  "description": "基于Vue的应用框架",
5
5
  "type": "module",
6
- "files": ["dist"],
6
+ "files": [
7
+ "packages"
8
+ ],
9
+ "main": "packages/index.js",
7
10
  "scripts": {
8
11
  "dev": "vite",
9
12
  "build": "vue-tsc && vite build",
@@ -34,6 +37,7 @@
34
37
  "devDependencies": {
35
38
  "@vitejs/plugin-vue": "^5.1.2",
36
39
  "glob": "^11.0.0",
40
+ "rollup-plugin-copy": "^3.5.0",
37
41
  "sass": "^1.79.1",
38
42
  "typescript": "^5.5.3",
39
43
  "vite": "^5.4.1",
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.cjs");exports.AutoScroll=e.AutoScroll;exports.NunberAdd=e.NunberAdd;exports.exportExl=e.exportExl;exports.getFileUrl=e.getFileUrl;
@@ -0,0 +1,7 @@
1
+ import { AutoScroll as l, NunberAdd as o, exportExl as t, getFileUrl as x } from "../index.js";
2
+ export {
3
+ l as AutoScroll,
4
+ o as NunberAdd,
5
+ t as exportExl,
6
+ x as getFileUrl
7
+ };
File without changes
File without changes
File without changes