@oiyo/plugin 0.0.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.
package/LICENSE CHANGED
@@ -4,8 +4,8 @@ oiyo 商业软件许可协议 / oiyo Commercial Software License Agreement
4
4
  Last Updated: 2026-04-08
5
5
  作者:skiyee
6
6
  Author: skiyee
7
- 官网:https://oiyo.pages.dev
8
- Website: https://oiyo.pages.dev
7
+ 官网:https://oiyo.js.org
8
+ Website: https://oiyo.js.org
9
9
 
10
10
  请在安装、复制、分发或使用 OIYO 前,请先阅读本协议。
11
11
  PLEASE READ THIS AGREEMENT BEFORE INSTALLING, COPYING, DISTRIBUTING, OR USING OIYO.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @oiyo/plugin
2
2
 
3
- oiyo 是以融合AI协作、提升开发体验、降低使用心智为目的 UniApp 增强型工程框架
3
+ oiyo 是以融合AI协作,提升开发体验,降低心智成本为三大理念的 UniApp 增强型工程框架
4
4
 
5
5
  ## 仓库
6
6
 
package/dist/index.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @oiyo/plugin v0.0.3
2
+ * @oiyo/plugin v0.1.0
3
3
  * Copyright (c) 2026 skiyee. All rights reserved.
4
4
  * Commercial software. See LICENSE for terms.
5
- * Official site: https://oiyo.pages.dev
5
+ * Official site: https://oiyo.js.org
6
6
  */
7
7
  Object.defineProperties(exports, {
8
8
  __esModule: { value: true },
package/dist/index.d.cts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @oiyo/plugin v0.0.3
2
+ * @oiyo/plugin v0.1.0
3
3
  * Copyright (c) 2026 skiyee. All rights reserved.
4
4
  * Commercial software. See LICENSE for terms.
5
- * Official site: https://oiyo.pages.dev
5
+ * Official site: https://oiyo.js.org
6
6
  */
7
7
  import { OiyoConfig } from "@oiyo/config";
8
8
  import { Plugin } from "vite";
package/dist/index.d.mts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @oiyo/plugin v0.0.3
2
+ * @oiyo/plugin v0.1.0
3
3
  * Copyright (c) 2026 skiyee. All rights reserved.
4
4
  * Commercial software. See LICENSE for terms.
5
- * Official site: https://oiyo.pages.dev
5
+ * Official site: https://oiyo.js.org
6
6
  */
7
7
  import { OiyoConfig } from "@oiyo/config";
8
8
  import { Plugin } from "vite";
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @oiyo/plugin v0.0.3
2
+ * @oiyo/plugin v0.1.0
3
3
  * Copyright (c) 2026 skiyee. All rights reserved.
4
4
  * Commercial software. See LICENSE for terms.
5
- * Official site: https://oiyo.pages.dev
5
+ * Official site: https://oiyo.js.org
6
6
  */
7
7
  import { createRequire } from "node:module";
8
8
  import { OiyoCorePlugin } from "@oiyo/core";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oiyo/plugin",
3
3
  "type": "module",
4
- "version": "0.0.3",
4
+ "version": "0.1.0",
5
5
  "author": {
6
6
  "name": "skiyee",
7
7
  "email": "319619193@qq.com",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "license": "SEE LICENSE IN LICENSE",
11
11
  "funding": "https://github.com/skiyee/sponsors",
12
- "homepage": "https://oiyo.pages.dev",
12
+ "homepage": "https://oiyo.js.org",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git+https://github.com/skiyee/oiyo.git"
@@ -41,8 +41,8 @@
41
41
  "dependencies": {
42
42
  "@dcloudio/uni-cli-shared": "3.0.0-4080420251103001",
43
43
  "@dcloudio/vite-plugin-uni": "3.0.0-4080420251103001",
44
- "@oiyo/config": "0.0.3",
45
- "@oiyo/core": "0.0.3"
44
+ "@oiyo/core": "0.1.0",
45
+ "@oiyo/config": "0.1.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "vite": "5.2.8"