@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 +2 -2
- package/README.md +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
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.
|
|
8
|
-
Website: https://oiyo.
|
|
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
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/plugin v0.0
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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/
|
|
45
|
-
"@oiyo/
|
|
44
|
+
"@oiyo/core": "0.1.0",
|
|
45
|
+
"@oiyo/config": "0.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"vite": "5.2.8"
|