@oiyo/config 0.4.0-beta.1 → 0.4.0-beta.2
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/index.cjs +12 -12
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +12 -12
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/config v0.4.0-beta.
|
|
2
|
+
* @oiyo/config v0.4.0-beta.2
|
|
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
|
|
@@ -120,9 +120,9 @@ const DEFAULT_RUNTIME_EFFECT_SCOPE_APIS = [
|
|
|
120
120
|
"onScopeDispose"
|
|
121
121
|
];
|
|
122
122
|
const DEFAULT_RUNTIME_OIYO_APIS = [
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
123
|
+
"http",
|
|
124
|
+
"createHttp",
|
|
125
|
+
"createHttpAborter"
|
|
126
126
|
];
|
|
127
127
|
const DEFAULT_RUNTIME_TYPES = [
|
|
128
128
|
"Component",
|
|
@@ -144,14 +144,14 @@ const DEFAULT_RUNTIME_TYPES = [
|
|
|
144
144
|
"VNode",
|
|
145
145
|
"WritableComputedRef",
|
|
146
146
|
"ResponseBodyType",
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
147
|
+
"HttpConfig",
|
|
148
|
+
"HttpDownloadOptions",
|
|
149
|
+
"HttpDownloadResponse",
|
|
150
|
+
"HttpError",
|
|
151
|
+
"HttpRequestOptions",
|
|
152
|
+
"HttpRequestResponse",
|
|
153
|
+
"HttpUploadOptions",
|
|
154
|
+
"HttpUploadResponse"
|
|
155
155
|
].map((name) => ({
|
|
156
156
|
name,
|
|
157
157
|
isType: true
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/config v0.4.0-beta.
|
|
2
|
+
* @oiyo/config v0.4.0-beta.2
|
|
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
|
|
@@ -96,9 +96,9 @@ const DEFAULT_RUNTIME_EFFECT_SCOPE_APIS = [
|
|
|
96
96
|
"onScopeDispose"
|
|
97
97
|
];
|
|
98
98
|
const DEFAULT_RUNTIME_OIYO_APIS = [
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
99
|
+
"http",
|
|
100
|
+
"createHttp",
|
|
101
|
+
"createHttpAborter"
|
|
102
102
|
];
|
|
103
103
|
const DEFAULT_RUNTIME_TYPES = [
|
|
104
104
|
"Component",
|
|
@@ -120,14 +120,14 @@ const DEFAULT_RUNTIME_TYPES = [
|
|
|
120
120
|
"VNode",
|
|
121
121
|
"WritableComputedRef",
|
|
122
122
|
"ResponseBodyType",
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
123
|
+
"HttpConfig",
|
|
124
|
+
"HttpDownloadOptions",
|
|
125
|
+
"HttpDownloadResponse",
|
|
126
|
+
"HttpError",
|
|
127
|
+
"HttpRequestOptions",
|
|
128
|
+
"HttpRequestResponse",
|
|
129
|
+
"HttpUploadOptions",
|
|
130
|
+
"HttpUploadResponse"
|
|
131
131
|
].map((name) => ({
|
|
132
132
|
name,
|
|
133
133
|
isType: true
|