Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "edgeql", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
@@ -5,0 +6,0 @@ "types": "dist/index.d.ts", |
@@ -1,2 +0,2 @@ | ||
# Buble | ||
# EdgeQL | ||
@@ -6,3 +6,3 @@ Bringing GraphQL to the Edge with effortless lightness. | ||
```typescript | ||
import { Buble } from 'buble' | ||
import { EdgeQL } from 'buble' | ||
import type { Context } from 'buble' | ||
@@ -15,3 +15,3 @@ import { | ||
const app = new Buble() | ||
const app = new EdgeQL() | ||
@@ -25,3 +25,3 @@ const helloworld: GraphQLSchema = new GraphQLSchema({ | ||
resolve: (parent: any, args: any, ctx: Context, info: any) => { | ||
return 'helloworld, Buble' | ||
return 'helloworld, EdgeQL' | ||
}, | ||
@@ -28,0 +28,0 @@ }, |
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
25949
0