@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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @oiyo/config v0.4.0-beta.1
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
- "vessel",
124
- "createVessel",
125
- "createBeacon"
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
- "VesselConfig",
148
- "VesselDownloadOptions",
149
- "VesselDownloadResponse",
150
- "VesselError",
151
- "VesselRequestOptions",
152
- "VesselRequestResponse",
153
- "VesselUploadOptions",
154
- "VesselUploadResponse"
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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @oiyo/config v0.4.0-beta.1
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
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @oiyo/config v0.4.0-beta.1
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
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @oiyo/config v0.4.0-beta.1
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
- "vessel",
100
- "createVessel",
101
- "createBeacon"
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
- "VesselConfig",
124
- "VesselDownloadOptions",
125
- "VesselDownloadResponse",
126
- "VesselError",
127
- "VesselRequestOptions",
128
- "VesselRequestResponse",
129
- "VesselUploadOptions",
130
- "VesselUploadResponse"
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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oiyo/config",
3
3
  "type": "module",
4
- "version": "0.4.0-beta.1",
4
+ "version": "0.4.0-beta.2",
5
5
  "author": {
6
6
  "name": "skiyee",
7
7
  "email": "319619193@qq.com",