oipage 2.0.0-rc.0 → 2.0.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
  v2.0.0:
2
- date:
2
+ date:2026-03-29
3
3
  changes:
4
4
  - 基于更长远的考虑,原命令行功能将作为一个独立的项目进行维护: https://github.com/oi-contrib/oipage-cli
5
5
  ( 原v1.x的功能将独立一个分支: https://github.com/oi-contrib/OIPage/blob/v1.x/CHANGELOG 保持对原命令行功能的支持和维护 )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oipage",
3
- "version": "2.0.0-rc.0",
3
+ "version": "2.0.0",
4
4
  "description": "主要是提供前端开发中常用的API接口,支持nodejs和浏览器端使用",
5
5
  "sideEffects": false,
6
6
  "typings": "./types/index.d.ts",