@swc-contrib/plugin-graphql-codegen-client-preset 0.3.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-contrib/plugin-graphql-codegen-client-preset",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "description": "A SWC plugin for https://the-guild.dev/graphql/codegen/plugins/presets/preset-client",
5
5
  "main": "swc_plugin_graphql_codegen_client_preset.wasm",
6
6
  "homepage": "https://the-guild.dev/graphql/codegen/plugins/presets/preset-client",
@@ -28,6 +28,6 @@
28
28
  "scripts": {
29
29
  "build": "cargo build -p swc_plugin_graphql_codegen_client_preset --target wasm32-wasip1 --release && cp ../../target/wasm32-wasip1/release/swc_plugin_graphql_codegen_client_preset.wasm .",
30
30
  "build:debug": "cargo build -p swc_plugin_graphql_codegen_client_preset --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/debug/swc_plugin_graphql_codegen_client_preset.wasm .",
31
- "test": "pnpm run build:debug && cargo test"
31
+ "test": "echo 'No tests'"
32
32
  }
33
33
  }