yxuse 1.0.0 → 1.0.2

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/README.md CHANGED
@@ -1 +1,12 @@
1
- 空天院综合管理前端项目
1
+ <!--
2
+ * @Author: WangXin
3
+ * @Date: 2023-08-16 14:24:55
4
+ * @LastEditors: WangXin
5
+ * @LastEditTime: 2023-08-16 16:20:30
6
+ * @FilePath: \yxUse\README.md
7
+ * @Description:
8
+ *
9
+ * Copyright (c) 2023 by YuXing, All Rights Reserved.
10
+ -->
11
+
12
+ yxuse
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.yxuse=t())})(this,function(){"use strict";return{utils:Object.freeze(Object.defineProperty({__proto__:null,test:()=>"hello"},Symbol.toStringTag,{value:"Module"}))}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yxuse",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "keywords":["yx"],
6
6
  "scripts": {
@@ -20,6 +20,13 @@
20
20
  "files": [
21
21
  "dist"
22
22
  ],
23
+ "main": "lib/yxuse.umd.js",
24
+ "module": "lib/yxuse.mjs",
25
+ "exports":{
26
+ ".":{
27
+ "import":"./lib/yxuse.mjs"
28
+ }
29
+ },
23
30
  "dependencies": {
24
31
  "axios": "^1.3.3",
25
32
  "element-plus": "^2.2.32",