@zuplo/runtime 6.60.36 → 6.61.0
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/out/esm/index.js +184 -78
- package/out/esm/index.js.map +1 -1
- package/out/esm/internal/index.js +1 -1
- package/out/types/internal/index.d.ts +6 -0
- package/package.json +2 -1
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
* DEALINGS IN THE SOFTWARE.
|
|
23
23
|
*--------------------------------------------------------------------------------------------*/
|
|
24
24
|
|
|
25
|
-
import{b as e,c as t,e as
|
|
25
|
+
import{b as e,c as t,e as i,f as o,g as a,h as r,i as n}from"../chunk-VRVJDH3L.js";import"../chunk-S3E3TWYD.js";export{o as getIdForParameterSchema,r as getIdForRefSchema,a as getIdForRequestBodySchema,i as getRawOperationDataIdentifierName,e as isRestrictedEnvVariableName,t as isZuploReadableEnvVariableName,n as sanitizedIdentifierName};
|
|
26
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export declare interface ApiRuntimeConfig {
|
|
2
|
+
urls: UrlConfig | undefined;
|
|
3
|
+
}
|
|
4
|
+
|
|
1
5
|
/* Excluded from this release type: BuildEnvironment */
|
|
2
6
|
|
|
3
7
|
/**
|
|
@@ -1130,6 +1134,8 @@ export declare interface RouteData {
|
|
|
1130
1134
|
corsPolicies: CorsPolicyConfiguration[];
|
|
1131
1135
|
}
|
|
1132
1136
|
|
|
1137
|
+
/* Excluded from this release type: RuntimeSettings */
|
|
1138
|
+
|
|
1133
1139
|
/* Excluded from this release type: sanitizedIdentifierName */
|
|
1134
1140
|
|
|
1135
1141
|
/* Excluded from this release type: StandardEnv */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zuplo/runtime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.61.0",
|
|
5
5
|
"repository": "https://github.com/zuplo/zuplo",
|
|
6
6
|
"author": "Zuplo, Inc.",
|
|
7
7
|
"exports": {
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"bs58": "^6.0.0",
|
|
37
37
|
"uuid": "^11.0.5",
|
|
38
38
|
"cookie": "^1.0.1",
|
|
39
|
+
"graphql": "^16.8.1",
|
|
39
40
|
"jose": "^5.6.3",
|
|
40
41
|
"path-to-regexp": "^6.3.0",
|
|
41
42
|
"zod": "3.25.27"
|