@oiyo/framework 0.2.1 → 0.3.0-beta.1
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 +14 -6
- package/README.md +5 -5
- package/dist/{chunk-CPx4kB3O.cjs → chunk-BaLiBzp9.cjs} +1 -1
- package/dist/{chunk-B41vRMrR.mjs → chunk-CSnZRVJG.mjs} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +2 -2
- package/dist/uni.cjs +2 -2
- package/dist/uni.d.cts +1 -1
- package/dist/uni.d.mts +1 -1
- package/dist/uni.mjs +2 -2
- package/dist/vue.cjs +2 -2
- package/dist/vue.d.cts +1 -1
- package/dist/vue.d.mts +1 -1
- package/dist/vue.mjs +2 -2
- package/package.json +2 -4
package/LICENSE
CHANGED
|
@@ -80,13 +80,21 @@ Unless expressly permitted by law or in writing by the Licensor, the Licensee ma
|
|
|
80
80
|
|
|
81
81
|
5. 试用与商用 / EVALUATION AND COMMERCIAL USE
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
被许可方可以基于 oiyo 的官方发布版本、文档和示例进行试用、评估、测试及内部验证。
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
在遵守本协议的前提下,被许可方可以在其自有项目中将 oiyo 用于商业开发、集成、构建、部署和运营,包括个人开发者、团队及企业客户的商业项目。
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
前述商用仅限于将 oiyo 作为被许可方自有项目的一部分进行使用,不包括将 oiyo 自身或其相关材料作为独立产品、模板包、SDK、平台能力、可再分发组件或其他可单独提供的交付物对外提供、转让、出售、授权或再销售,除非许可方另行书面同意。
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
除另有书面约定外,项目级协助接入、迁移服务、兼容性排查、远程诊断、优先修复、企业群支持、定制开发及其他增值服务,不包含在基础许可中。
|
|
90
|
+
|
|
91
|
+
The Licensee may use oiyo for trial, evaluation, testing, and internal validation based on its officially distributed versions, documentation, and examples.
|
|
92
|
+
|
|
93
|
+
Subject to this Agreement, the Licensee may use oiyo in the commercial development, integration, building, deployment, and operation of the Licensee's own projects, including commercial projects of individual developers, teams, and enterprises.
|
|
94
|
+
|
|
95
|
+
Such commercial use is limited to using oiyo as part of the Licensee's own projects and does not include providing, transferring, selling, licensing, or reselling oiyo itself or related materials as a standalone product, template package, SDK, platform capability, redistributable component, or other separately deliverable offering, unless otherwise approved in writing by the Licensor.
|
|
96
|
+
|
|
97
|
+
Unless otherwise agreed in writing, project onboarding and integration assistance, migration services, compatibility diagnosis, remote troubleshooting, priority fixes, enterprise support channels, custom development, and other value-added services are not included in the base license.
|
|
90
98
|
|
|
91
99
|
6. 支持边界 / SUPPORT BOUNDARY
|
|
92
100
|
|
|
@@ -97,7 +105,7 @@ Unless otherwise agreed in writing, project onboarding, migration services, comp
|
|
|
97
105
|
|
|
98
106
|
以下事项属于商业支持范围:
|
|
99
107
|
|
|
100
|
-
1)
|
|
108
|
+
1) 项目协助接入;
|
|
101
109
|
2) 历史项目迁移;
|
|
102
110
|
3) uni、vite 或 node 版本兼容问题;
|
|
103
111
|
4) HMR、构建、转换异常排查;
|
|
@@ -111,7 +119,7 @@ Free channels are generally limited to:
|
|
|
111
119
|
|
|
112
120
|
The following are commercial support matters:
|
|
113
121
|
|
|
114
|
-
1) project onboarding
|
|
122
|
+
1) project onboarding and integration assistance;
|
|
115
123
|
2) migration of existing projects;
|
|
116
124
|
3) uni, vite, or node compatibility analysis;
|
|
117
125
|
4) HMR, build, and transformation issue diagnosis;
|
package/README.md
CHANGED
|
@@ -16,11 +16,11 @@ oiyo 是以融合AI协作,提升开发体验,降低心智成本为三大理
|
|
|
16
16
|
|
|
17
17
|
## 支持说明
|
|
18
18
|
|
|
19
|
-
oiyo 采用由 oiyo
|
|
19
|
+
oiyo 采用由 oiyo 团队维护的商业发布模式。文档、示例和安装方式公开,oiyo 自有实现源码不公开。
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
oiyo 允许个人开发者、团队及企业在其自有项目中商业使用,可用于项目的开发、集成、构建、部署和运营。但不包括将 oiyo 自身或其相关材料作为独立产品、模板包、SDK、平台能力或可再分发组件再次对外提供、转让、授权或销售。
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
免费渠道仅处理可复现的框架级问题;项目接入、迁移、兼容性排查和定制需求属于商业支持范围。
|
|
24
24
|
|
|
25
25
|
## 第三方依赖与许可
|
|
26
26
|
|
|
@@ -39,8 +39,8 @@ oiyo 所依赖、调用或集成的第三方组件与服务,包括但不限于
|
|
|
39
39
|
### 授权范围
|
|
40
40
|
|
|
41
41
|
- 允许安装和运行官方发布版本
|
|
42
|
-
- 允许在自身项目中进行内部开发和集成
|
|
43
42
|
- 允许基于公开文档和示例进行评估
|
|
43
|
+
- 允许个人、团队及企业在自有项目中商业使用
|
|
44
44
|
|
|
45
45
|
### 不授予的权利
|
|
46
46
|
|
|
@@ -62,7 +62,7 @@ oiyo 所依赖、调用或集成的第三方组件与服务,包括但不限于
|
|
|
62
62
|
### 支持边界
|
|
63
63
|
|
|
64
64
|
- 免费渠道:文档说明、标准用法、最小复现下的框架级缺陷反馈
|
|
65
|
-
-
|
|
65
|
+
- 商业支持:项目协助接入、历史迁移、兼容性排查、HMR/构建/转换异常、权限与中间件接入、定制需求
|
|
66
66
|
|
|
67
67
|
### 免责声明与责任限制
|
|
68
68
|
|
package/dist/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/framework v0.
|
|
2
|
+
* @oiyo/framework v0.3.0-beta.1
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
8
|
-
require("./chunk-
|
|
8
|
+
require("./chunk-BaLiBzp9.cjs");
|
|
9
9
|
require("./uni.cjs");
|
|
10
10
|
require("./vue.cjs");
|
|
11
11
|
//#endregion
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/framework v0.
|
|
2
|
+
* @oiyo/framework v0.3.0-beta.1
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-CSnZRVJG.mjs";
|
|
8
8
|
import "./uni.mjs";
|
|
9
9
|
import "./vue.mjs";
|
|
10
10
|
export * from "@dcloudio/uni-app";
|
package/dist/uni.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/framework v0.
|
|
2
|
+
* @oiyo/framework v0.3.0-beta.1
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
8
|
-
require("./chunk-
|
|
8
|
+
require("./chunk-BaLiBzp9.cjs");
|
|
9
9
|
var _dcloudio_uni_app = require("@dcloudio/uni-app");
|
|
10
10
|
Object.keys(_dcloudio_uni_app).forEach(function(k) {
|
|
11
11
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/uni.d.cts
CHANGED
package/dist/uni.d.mts
CHANGED
package/dist/uni.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/framework v0.
|
|
2
|
+
* @oiyo/framework v0.3.0-beta.1
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-CSnZRVJG.mjs";
|
|
8
8
|
export * from "@dcloudio/uni-app";
|
|
9
9
|
export {};
|
package/dist/vue.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/framework v0.
|
|
2
|
+
* @oiyo/framework v0.3.0-beta.1
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
8
|
-
require("./chunk-
|
|
8
|
+
require("./chunk-BaLiBzp9.cjs");
|
|
9
9
|
var vue = require("vue");
|
|
10
10
|
Object.keys(vue).forEach(function(k) {
|
|
11
11
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/vue.d.cts
CHANGED
package/dist/vue.d.mts
CHANGED
package/dist/vue.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/framework v0.
|
|
2
|
+
* @oiyo/framework v0.3.0-beta.1
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-CSnZRVJG.mjs";
|
|
8
8
|
export * from "vue";
|
|
9
9
|
export {};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiyo/framework",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.3.0-beta.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "skiyee",
|
|
7
7
|
"email": "319619193@qq.com",
|
|
@@ -57,11 +57,10 @@
|
|
|
57
57
|
"vite": "5.2.8"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@dcloudio/types": "
|
|
60
|
+
"@dcloudio/types": "3.4.19",
|
|
61
61
|
"@dcloudio/uni-app": "3.0.0-4080720251210001",
|
|
62
62
|
"@dcloudio/uni-app-harmony": "3.0.0-4080720251210001",
|
|
63
63
|
"@dcloudio/uni-app-plus": "3.0.0-4080720251210001",
|
|
64
|
-
"@dcloudio/uni-automator": "3.0.0-4080720251210001",
|
|
65
64
|
"@dcloudio/uni-cli-shared": "3.0.0-4080720251210001",
|
|
66
65
|
"@dcloudio/uni-components": "3.0.0-4080720251210001",
|
|
67
66
|
"@dcloudio/uni-h5": "3.0.0-4080720251210001",
|
|
@@ -79,7 +78,6 @@
|
|
|
79
78
|
"@dcloudio/uni-stacktracey": "3.0.0-4080720251210001",
|
|
80
79
|
"@uni-helper/uni-types": "latest",
|
|
81
80
|
"@vue/runtime-core": "3.4.21",
|
|
82
|
-
"@vue/shared": "3.4.21",
|
|
83
81
|
"vue": "3.4.21"
|
|
84
82
|
},
|
|
85
83
|
"scripts": {
|