Comparing version
#!/usr/bin/env node | ||
import '@gql.tada/internal'; | ||
import '@0no-co/graphqlsp'; |
@@ -7,8 +7,10 @@ Object.defineProperty(exports, "__esModule", { | ||
Object.keys(e).forEach((function(t) { | ||
if ("default" !== t && !Object.prototype.hasOwnProperty.call(exports, t)) { | ||
Object.defineProperty(exports, t, { | ||
require("@0no-co/graphqlsp"); | ||
Object.keys(e).forEach((function(r) { | ||
if ("default" !== r && !Object.prototype.hasOwnProperty.call(exports, r)) { | ||
Object.defineProperty(exports, r, { | ||
enumerable: !0, | ||
get: function() { | ||
return e[t]; | ||
return e[r]; | ||
} | ||
@@ -15,0 +17,0 @@ }); |
{ | ||
"name": "gql.tada", | ||
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system", | ||
"version": "1.7.7-canary-e14335afd4758306016fabbe71fa20d7d77d21e4", | ||
"version": "1.8.0-canary-3afc304ad7a0127af6ccb3a350436473dd18d543", | ||
"author": "0no.co <hi@0no.co>", | ||
@@ -19,2 +19,3 @@ "source": "./src/index.ts", | ||
"cli/", | ||
"ts-plugin/", | ||
"bin/", | ||
@@ -42,2 +43,8 @@ "dist/" | ||
}, | ||
"./ts-plugin": { | ||
"types": "./dist/gql-tada-ts-plugin.d.ts", | ||
"import": "./dist/gql-tada-ts-plugin.mjs", | ||
"require": "./dist/gql-tada-ts-plugin.js", | ||
"source": "./src/ts-plugin/index.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -47,5 +54,9 @@ }, | ||
"@0no-co/graphql.web": "^1.0.5", | ||
"@gql.tada/cli-utils": "1.3.11-canary-e14335afd4758306016fabbe71fa20d7d77d21e4", | ||
"@gql.tada/internal": "1.0.1" | ||
"@0no-co/graphqlsp": "^1.12.9", | ||
"@gql.tada/cli-utils": "1.4.0-canary-3afc304ad7a0127af6ccb3a350436473dd18d543", | ||
"@gql.tada/internal": "1.0.2-canary-3afc304ad7a0127af6ccb3a350436473dd18d543" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
}, | ||
"public": true, | ||
@@ -112,8 +123,5 @@ "keywords": [ | ||
"terser": "^5.26.0", | ||
"typescript": "^5.3.3", | ||
"typescript": "^5.5.2", | ||
"vitest": "1.1.3" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
}, | ||
"publishConfig": { | ||
@@ -120,0 +128,0 @@ "access": "public", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
140771
0.96%26
30%2440
0.37%5
25%+ Added
+ Added
+ Added
- Removed
- Removed
Updated
Updated