@skiyee/oiyo 0.1.2 → 0.2.1-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/dist/api.cjs +2 -2
- package/dist/api.d.cts +1 -1
- package/dist/api.d.mts +1 -1
- package/dist/api.mjs +1 -1
- package/dist/{chunk-GA8RvIyL.cjs → chunk-BFko9u7f.cjs} +1 -1
- package/dist/{chunk-Deptz9pc.mjs → chunk-BkovfhgC.mjs} +1 -1
- package/dist/component.cjs +2 -2
- package/dist/component.d.cts +1 -1
- package/dist/component.d.mts +1 -1
- package/dist/component.mjs +1 -1
- package/dist/config.cjs +2 -2
- package/dist/config.d.cts +1 -1
- package/dist/config.d.mts +1 -1
- package/dist/config.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/plugin.cjs +3 -3
- package/dist/plugin.d.cts +1 -1
- package/dist/plugin.d.mts +1 -1
- package/dist/plugin.mjs +1 -1
- package/dist/runtime.cjs +2 -2
- package/dist/runtime.d.cts +1 -1
- package/dist/runtime.d.mts +1 -1
- package/dist/runtime.mjs +2 -2
- package/dist/types.cjs +1 -1
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.mjs +1 -1
- package/package.json +6 -6
package/dist/api.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.1.
|
|
2
|
+
* @skiyee/oiyo v0.2.1-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-BFko9u7f.cjs");
|
|
9
9
|
let _oiyo_core = require("@oiyo/core");
|
|
10
10
|
Object.defineProperty(exports, "definePageMeta", {
|
|
11
11
|
enumerable: true,
|
package/dist/api.d.cts
CHANGED
package/dist/api.d.mts
CHANGED
package/dist/api.mjs
CHANGED
package/dist/component.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.1.
|
|
2
|
+
* @skiyee/oiyo v0.2.1-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-BFko9u7f.cjs");
|
|
9
9
|
let _oiyo_core = require("@oiyo/core");
|
|
10
10
|
Object.defineProperty(exports, "OiyoLayout", {
|
|
11
11
|
enumerable: true,
|
package/dist/component.d.cts
CHANGED
package/dist/component.d.mts
CHANGED
package/dist/component.mjs
CHANGED
package/dist/config.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.1.
|
|
2
|
+
* @skiyee/oiyo v0.2.1-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-BFko9u7f.cjs");
|
|
9
9
|
let _oiyo_config = require("@oiyo/config");
|
|
10
10
|
Object.defineProperty(exports, "defineOiyoConfig", {
|
|
11
11
|
enumerable: true,
|
package/dist/config.d.cts
CHANGED
package/dist/config.d.mts
CHANGED
package/dist/config.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.1.
|
|
2
|
+
* @skiyee/oiyo v0.2.1-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-BFko9u7f.cjs");
|
|
9
9
|
require("./api.cjs");
|
|
10
10
|
require("./component.cjs");
|
|
11
11
|
require("./config.cjs");
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.1.
|
|
2
|
+
* @skiyee/oiyo v0.2.1-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-BkovfhgC.mjs";
|
|
8
8
|
import { definePageMeta, defineRootContext } from "./api.mjs";
|
|
9
9
|
import { OiyoLayout, OiyoPage } from "./component.mjs";
|
|
10
10
|
import { defineOiyoConfig, definePagesConfig } from "./config.mjs";
|
package/dist/plugin.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.1.
|
|
2
|
+
* @skiyee/oiyo v0.2.1-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
|
|
@@ -8,8 +8,8 @@ Object.defineProperties(exports, {
|
|
|
8
8
|
__esModule: { value: true },
|
|
9
9
|
[Symbol.toStringTag]: { value: "Module" }
|
|
10
10
|
});
|
|
11
|
-
const require_chunk = require("./chunk-
|
|
11
|
+
const require_chunk = require("./chunk-BFko9u7f.cjs");
|
|
12
12
|
let _oiyo_plugin = require("@oiyo/plugin");
|
|
13
|
-
_oiyo_plugin = require_chunk.__toESM(_oiyo_plugin);
|
|
13
|
+
_oiyo_plugin = require_chunk.__toESM(_oiyo_plugin, 1);
|
|
14
14
|
exports.OiyoPlugin = _oiyo_plugin.default;
|
|
15
15
|
exports.default = _oiyo_plugin.default;
|
package/dist/plugin.d.cts
CHANGED
package/dist/plugin.d.mts
CHANGED
package/dist/plugin.mjs
CHANGED
package/dist/runtime.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.1.
|
|
2
|
+
* @skiyee/oiyo v0.2.1-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-BFko9u7f.cjs");
|
|
9
9
|
var _oiyo_framework = require("@oiyo/framework");
|
|
10
10
|
Object.keys(_oiyo_framework).forEach(function(k) {
|
|
11
11
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/runtime.d.cts
CHANGED
package/dist/runtime.d.mts
CHANGED
package/dist/runtime.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.1.
|
|
2
|
+
* @skiyee/oiyo v0.2.1-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-BkovfhgC.mjs";
|
|
8
8
|
export * from "@oiyo/framework";
|
|
9
9
|
export {};
|
package/dist/types.cjs
CHANGED
package/dist/types.d.cts
CHANGED
package/dist/types.d.mts
CHANGED
package/dist/types.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skiyee/oiyo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.2.1-beta.1",
|
|
5
5
|
"description": "以融合AI协作、提升开发体验、降低使用心智为目的 UniApp 增强型工程框架",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "skiyee",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"vite": "5.2.8"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@oiyo/cli": "0.1.
|
|
92
|
-
"@oiyo/config": "0.1.
|
|
93
|
-
"@oiyo/
|
|
94
|
-
"@oiyo/plugin": "0.1.
|
|
95
|
-
"@oiyo/
|
|
91
|
+
"@oiyo/cli": "0.2.1-beta.1",
|
|
92
|
+
"@oiyo/config": "0.2.1-beta.1",
|
|
93
|
+
"@oiyo/core": "0.2.1-beta.1",
|
|
94
|
+
"@oiyo/plugin": "0.2.1-beta.1",
|
|
95
|
+
"@oiyo/framework": "0.2.1-beta.1"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"build": "tsdown",
|