vite-plugin-graphql-loader
Advanced tools
Comparing version 1.0.2 to 1.0.3
export declare const vitePluginGraphqlLoader: () => { | ||
name: string; | ||
enforce: string; | ||
enforce: "pre"; | ||
transform(source: string, id: string): string; | ||
@@ -5,0 +5,0 @@ }; |
{ | ||
"name": "vite-plugin-graphql-loader", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Vite plugin for loading GraphQL files.", | ||
@@ -12,6 +12,6 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"test": "ts-node __test__/index.ts", | ||
"build": "rm -rf dist && tsc", | ||
"ver": "npm version patch", | ||
"pub": "npm run build && npm run ver && npm publish" | ||
"test": "ts-node __test__/index.ts", | ||
"build": "rm -rf dist && tsc", | ||
"package:bump": "yarn version --patch", | ||
"package:publish": "yarn build && yarn package:bump && yarn publish" | ||
}, | ||
@@ -43,4 +43,5 @@ "repository": { | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5" | ||
"typescript": "^4.9.5", | ||
"vite": "^4.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
14365
6