oipage 1.2.0-beta.0 → 1.2.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/CHANGELOG CHANGED
@@ -34,7 +34,7 @@ v1.1.0:
34
34
  * dist 磁盘操作
35
35
  * run 运行多命令
36
36
  v1.2.0:
37
- date:2025-03-01
37
+ date:2025-02-25
38
38
  changes:
39
39
  - 优化改造
40
40
  1、优化npm包目录结构等
package/README.md CHANGED
@@ -51,10 +51,10 @@ npm install oipage --save
51
51
  oipage-cli
52
52
  ```
53
53
 
54
- 比如会出现下列内容:
54
+ 比如会出现类似下列内容:
55
55
 
56
56
  ```
57
- OIPage@v1.1.0
57
+ OIPage@v1.2.0
58
58
 
59
59
  可以使用的命令如下:
60
60
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * animation of OIPage v1.2.0-beta.0
2
+ * animation of OIPage v1.2.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * cmdlog of OIPage v1.2.0-beta.0
2
+ * cmdlog of OIPage v1.2.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * disk of OIPage v1.2.0-beta.0
2
+ * disk of OIPage v1.2.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * logform of OIPage v1.2.0-beta.0
2
+ * logform of OIPage v1.2.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
  const {linelog} = require("../cmdlog/index.js");
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * throttle of OIPage v1.2.0-beta.0
2
+ * throttle of OIPage v1.2.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oipage",
3
- "version": "1.2.0-beta.0",
3
+ "version": "1.2.0",
4
4
  "description": "前端网页或应用快速开发助手,包括开发服务器、辅助命令、实用API等",
5
5
  "sideEffects": false,
6
6
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * animation of OIPage v1.2.0-beta.0
2
+ * animation of OIPage v1.2.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * onReady of OIPage v1.2.0-beta.0
2
+ * onReady of OIPage v1.2.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * style of OIPage v1.2.0-beta.0
2
+ * style of OIPage v1.2.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * throttle of OIPage v1.2.0-beta.0
2
+ * throttle of OIPage v1.2.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5