@skiyee/oiyo 0.2.1-beta.1 → 0.2.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skiyee/oiyo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.1
|
|
4
|
+
"version": "0.2.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.2.1
|
|
92
|
-
"@oiyo/config": "0.2.1
|
|
93
|
-
"@oiyo/core": "0.2.1
|
|
94
|
-
"@oiyo/
|
|
95
|
-
"@oiyo/
|
|
91
|
+
"@oiyo/cli": "0.2.1",
|
|
92
|
+
"@oiyo/config": "0.2.1",
|
|
93
|
+
"@oiyo/core": "0.2.1",
|
|
94
|
+
"@oiyo/framework": "0.2.1",
|
|
95
|
+
"@oiyo/plugin": "0.2.1"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"build": "tsdown",
|