oipage 0.1.0-alpha.3 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG +1 -1
  2. package/package.json +1 -1
package/CHANGELOG CHANGED
@@ -1,5 +1,5 @@
1
1
  v0.1.0:
2
- date:
2
+ date:2023-09-21
3
3
  changes:
4
4
  - 初始化版本
5
5
  1、命令
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oipage",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0",
4
4
  "description": "OI页面快速开发辅助库",
5
5
  "main": "./nodejs/index.js",
6
6
  "typings": "./types/index.d.ts",