Skip to content

tauri-plugin-graphql-urql v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 10:31
· 52 commits to main since this release
5ee54cc

[2.0.1]

  • Added optional support for the GraphiQL IDE, to explore the Schema during Development. This is gated behind the graphiql feature flag.
    • Bumped due to a bump in tauri-plugin-graphql.
    • 209e0b4 update changesets on 2022-09-21
  • Re-export async_graphql from crate.
    • Bumped due to a bump in tauri-plugin-graphql.
    • d587a33 feat: re-export async_graphql on 2022-09-22
  • Switch from juniper to async-graphql. This adds integration with more crates, including the log, tracing and opentelemetry ecosystems. It also improves performance and simplifies the implementation.
    • Bumped due to a bump in tauri-plugin-graphql.
    • f7ec823 add changeset on 2022-09-20
    • 78649ef Update switch-to-async-graphql.md on 2022-09-20
    • 209e0b4 update changesets on 2022-09-21
pnpm Package Publish
> [email protected] prepublishOnly /home/runner/work/tauri-plugin-graphql/tauri-plugin-graphql/packages/urql
> pnpm run build


> [email protected] build /home/runner/work/tauri-plugin-graphql/tauri-plugin-graphql/packages/urql
> tsup

CLI Building entry: index.ts
CLI Using tsconfig: tsconfig.json
CLI tsup v6.2.3
CLI Using tsup config: /home/runner/work/tauri-plugin-graphql/tauri-plugin-graphql/packages/urql/tsup.config.ts
CLI Target: node14
CLI Cleaning output folder
ESM Build start
ESM dist/index.mjs 25.85 KB
ESM ⚡️ Build success in 244ms
DTS Build start
DTS ⚡️ Build success in 1850ms
DTS dist/index.d.ts 1.53 KB
npm info it worked if it ends with ok
npm verb cli [
npm verb cli   '/opt/hostedtoolcache/node/14.20.0/x64/bin/node',
npm verb cli   '/opt/hostedtoolcache/node/14.20.0/x64/bin/npm',
npm verb cli   'publish',
npm verb cli   '--ignore-scripts',
npm verb cli   'tauri-plugin-graphql-urql-2.0.1.tgz',
npm verb cli   '--access',
npm verb cli   'public',
npm verb cli   '--loglevel',
npm verb cli   'silly',
npm verb cli   '--no-git-checks'
npm verb cli ]
npm info using [email protected]
npm info using [email protected]
npm verb npm-session 9da4141a50a51bfb
npm verb publish [ 'tauri-plugin-graphql-urql-2.0.1.tgz' ]
npm sill tarball no local data for file:tauri-plugin-graphql-urql-2.0.1.tgz. Extracting by manifest.
npm sill tarball no local data for file:tauri-plugin-graphql-urql-2.0.1.tgz. Extracting by manifest.
npm sill extract file:tauri-plugin-graphql-urql-2.0.1.tgz extracted to /tmp/npm-11056-ad59d9e6/tmp/fromPackage-830bc6fb/package (21ms)
npm notice 
npm notice 📦  [email protected]
npm notice === Tarball Contents === 
npm notice 873B   package.json   
npm notice 2.1kB  README.md      
npm notice 26.5kB dist/index.mjs 
npm notice 1.6kB  dist/index.d.ts
npm notice 1.1kB  LICENSE        
npm notice === Tarball Details === 
npm notice name:          tauri-plugin-graphql-urql               
npm notice version:       2.0.1                                   
npm notice package size:  8.8 kB                                  
npm notice unpacked size: 32.1 kB                                 
npm notice shasum:        605f5e3b357b3c552ed62077486ee21211fa75e7
npm notice integrity:     sha512-4Uh6Gi/hTUk3b[...]x5MhQP4VFyTJQ==
npm notice total files:   5                                       
npm notice 
npm http fetch PUT 200 https://registry.npmjs.org/tauri-plugin-graphql-urql 1542ms
+ [email protected]
npm verb exit [ 0, true ]
npm timing npm Completed in 2373ms
npm info ok