@typegraph/sdk
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -52,2 +52,3 @@ export namespace aws { | ||
export { importDenoFunction }; | ||
export { kvOperation }; | ||
export { prismaAggregate }; | ||
@@ -74,2 +75,3 @@ export { prismaCount }; | ||
export { registerHttpRuntime }; | ||
export { registerKvRuntime }; | ||
export { registerPrismaRuntime }; | ||
@@ -256,2 +258,5 @@ export { registerPythonRuntime }; | ||
}; | ||
declare function kvOperation(arg0: any, arg1: any): number | { | ||
stack: string[]; | ||
}; | ||
declare function prismaAggregate(arg0: any, arg1: any): { | ||
@@ -448,2 +453,5 @@ inp: number; | ||
}; | ||
declare function registerKvRuntime(arg0: any): number | { | ||
stack: string[]; | ||
}; | ||
declare function registerPrismaRuntime(arg0: any): number | { | ||
@@ -450,0 +458,0 @@ stack: string[]; |
{ | ||
"module": "./esm/index.js", | ||
"name": "@typegraph/sdk", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"description": "Declarative API development platform. Build backend components with WASM, Typescript and Python, no matter where and how your (legacy) systems are.", | ||
@@ -66,2 +66,5 @@ "license": "MPL-2.0", | ||
}, | ||
"./runtimes/kv": { | ||
"import": "./esm/runtimes/kv.js" | ||
}, | ||
"./runtimes/mod": { | ||
@@ -68,0 +71,0 @@ "import": "./esm/runtimes/mod.js" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4561716
69
11306