easyutilssdk 0.1.1 → 0.1.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/dist/common.d.ts +0 -0
- package/dist/node/index.js +7 -0
- package/dist/web/index.js +7 -0
- package/dist/yyds.d.ts +0 -0
- package/package.json +2 -2
package/dist/common.d.ts
ADDED
|
File without changes
|
package/dist/node/index.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 版本信息
|
|
3
|
+
* realBranch(真实分支): dev
|
|
4
|
+
* buildTime(打包时间): 2025/6/13 14:04:02
|
|
5
|
+
* commitId(最后一条提交SHA): cf6388cbd07d30888bee6f48775ceab6d99ae7da
|
|
6
|
+
*/
|
|
7
|
+
|
|
1
8
|
/*
|
|
2
9
|
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
3
10
|
* This devtool is neither made for production nor for readable output files.
|
package/dist/web/index.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 版本信息
|
|
3
|
+
* realBranch(真实分支): dev
|
|
4
|
+
* buildTime(打包时间): 2025/6/13 14:03:58
|
|
5
|
+
* commitId(最后一条提交SHA): cf6388cbd07d30888bee6f48775ceab6d99ae7da
|
|
6
|
+
*/
|
|
7
|
+
|
|
1
8
|
/*
|
|
2
9
|
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
3
10
|
* This devtool is neither made for production nor for readable output files.
|
package/dist/yyds.d.ts
ADDED
|
File without changes
|