vite-plugin-graphql-loader
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "vite-plugin-graphql-loader", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A Vite plugin for loading GraphQL files.", | ||
@@ -16,8 +16,8 @@ "type": "module", | ||
"package:bump": "yarn version --patch", | ||
"package:publish": "yarn build && yarn package:bump && yarn publish", | ||
"lint": "yarn prettier -w src tests/**/*.ts && yarn eslint --fix" | ||
"package:publish": "bun run build && bun run package:bump && npm publish", | ||
"lint": "prettier -w src tests/**/*.ts && eslint --fix" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/noiach/vite-plugin-graphql-loader.git" | ||
"url": "git+https://github.com/0x31/vite-plugin-graphql-loader.git" | ||
}, | ||
@@ -30,8 +30,8 @@ "keywords": [ | ||
], | ||
"author": "noiach", | ||
"author": "0x31", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/noiach/vite-plugin-graphql-loader/issues" | ||
"url": "https://github.com/0x31/vite-plugin-graphql-loader/issues" | ||
}, | ||
"homepage": "https://github.com/noiach/vite-plugin-graphql-loader#readme", | ||
"homepage": "https://github.com/0x31/vite-plugin-graphql-loader#readme", | ||
"dependencies": { | ||
@@ -38,0 +38,0 @@ "graphql": "^16.8.1", |
# vite-plugin-graphql-loader | ||
[![NPM](https://nodei.co/npm/vite-plugin-graphql-loader.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/vite-plugin-graphql-loader/) | ||
[![NPM](https://nodei.co/npm/vite-plugin-graphql-loader.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/vite-plugin-graphql-loader/) | ||
[![npm version](https://img.shields.io/npm/v/vite-plugin-graphql-loader.svg)](https://www.npmjs.com/package/vite-plugin-graphql-loader) | ||
![Tag: Vite Plugin](https://img.shields.io/badge/Vite_Plugin-orange) | ||
![Tag: GraphQL](https://img.shields.io/badge/GraphQL-orange) | ||
![Tag: JavaScript](https://img.shields.io/badge/JavaScript-orange) | ||
[![npm version](https://img.shields.io/npm/v/bun-graphql-loader.svg?logoColor=fff&style=for-the-badge)](https://www.npmjs.com/package/bun-graphql-loader) | ||
![Vite Badge](https://img.shields.io/badge/Vite-646CFF?logo=vite&logoColor=fff&style=for-the-badge) | ||
![Vitest Badge](https://img.shields.io/badge/Vitest-6E9F18?logo=vitest&logoColor=fff&style=for-the-badge) | ||
![GraphQL Badge](https://img.shields.io/badge/GraphQL-E10098?logo=graphql&logoColor=fff&style=for-the-badge) | ||
![TypeScript Badge](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=fff&style=for-the-badge) | ||
@@ -118,2 +119,2 @@ A Vite plugin for loading GraphQL .gql and .graphql files, based on [graphql-tag/loader](https://github.com/apollographql/graphql-tag) | ||
- [Moved from CJS to ESM](https://github.com/noiach/vite-plugin-graphql-loader/commit/0e0b37cfcb0ecbdf28e985aeca3454137b4b73e3), inline with Vite 5.0's CJS deprecation. If you are using CommonJS, continue using v2.0 of this package. If you have `"type": "module"`, in your `package.json` then it should work as expected. | ||
- [Moved from CJS to ESM](https://github.com/0x31/vite-plugin-graphql-loader/commit/0e0b37cfcb0ecbdf28e985aeca3454137b4b73e3), inline with Vite 5.0's CJS deprecation. If you are using CommonJS, continue using v2.0 of this package. If you have `"type": "module"`, in your `package.json` then it should work as expected. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
23766
120
1