@temporary-name/standard-server-fetch 1.9.3-alpha.afd18ec2afa743b08cf1b5c2eb6252ded18a1f43 → 1.9.3-alpha.b7ce8fb6e9463a26fd2564cb172dc612ae4de52d
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.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StandardBody, StandardHeaders, StandardLazyRequest, StandardRequest, StandardResponse, StandardLazyResponse } from '@temporary-name/
|
|
2
|
-
import { SetSpanErrorOptions, AsyncIteratorClass } from '@temporary-name/shared';
|
|
1
|
+
import { SetSpanErrorOptions, AsyncIteratorClass, StandardBody, StandardHeaders, StandardLazyRequest, StandardRequest, StandardResponse, StandardLazyResponse } from '@temporary-name/shared';
|
|
3
2
|
|
|
4
3
|
interface ToEventIteratorOptions extends SetSpanErrorOptions {
|
|
5
4
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StandardBody, StandardHeaders, StandardLazyRequest, StandardRequest, StandardResponse, StandardLazyResponse } from '@temporary-name/
|
|
2
|
-
import { SetSpanErrorOptions, AsyncIteratorClass } from '@temporary-name/shared';
|
|
1
|
+
import { SetSpanErrorOptions, AsyncIteratorClass, StandardBody, StandardHeaders, StandardLazyRequest, StandardRequest, StandardResponse, StandardLazyResponse } from '@temporary-name/shared';
|
|
3
2
|
|
|
4
3
|
interface ToEventIteratorOptions extends SetSpanErrorOptions {
|
|
5
4
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporary-name/standard-server-fetch",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.3-alpha.
|
|
4
|
+
"version": "1.9.3-alpha.b7ce8fb6e9463a26fd2564cb172dc612ae4de52d",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://www.stainless.com/",
|
|
7
7
|
"repository": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@temporary-name/
|
|
27
|
-
"@temporary-name/
|
|
26
|
+
"@temporary-name/standard-server": "1.9.3-alpha.b7ce8fb6e9463a26fd2564cb172dc612ae4de52d",
|
|
27
|
+
"@temporary-name/shared": "1.9.3-alpha.b7ce8fb6e9463a26fd2564cb172dc612ae4de52d"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@hono/node-server": "^1.19.5"
|