@grapes-agency/apollo-link-webworker
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.5](https://github.com/grapes-agency/graphql/compare/@grapes-agency/apollo-link-webworker@1.0.0-alpha.4...@grapes-agency/apollo-link-webworker@1.0.0-alpha.5) (2021-08-17) | ||
**Note:** Version bump only for package @grapes-agency/apollo-link-webworker | ||
# [1.0.0-alpha.4](https://github.com/grapes-agency/graphql/compare/@grapes-agency/apollo-link-webworker@1.0.0-alpha.3...@grapes-agency/apollo-link-webworker@1.0.0-alpha.4) (2021-08-11) | ||
@@ -8,0 +16,0 @@ |
/// <reference types="zen-observable" /> | ||
import { ApolloLink, FetchResult, NextLink, Observable, Operation } from '@apollo/client'; | ||
import type { FetchResult, NextLink, Operation } from '@apollo/client'; | ||
import { ApolloLink, Observable } from '@apollo/client'; | ||
import './RemoteObservable'; | ||
@@ -4,0 +5,0 @@ import './RemoteOperation'; |
/// <reference types="zen-observable" /> | ||
import { ApolloLink, FetchResult, NextLink, Observable, Operation } from '@apollo/client'; | ||
import type { FetchResult, NextLink, Operation } from '@apollo/client'; | ||
import { ApolloLink, Observable } from '@apollo/client'; | ||
import './RemoteObservable'; | ||
@@ -4,0 +5,0 @@ import './RemoteOperation'; |
@@ -6,3 +6,2 @@ import { Observable, ApolloLink } from '@apollo/client'; | ||
/* eslint-disable @typescript-eslint/no-shadow */ | ||
const createApolloWorker = (apolloLink) => { | ||
@@ -9,0 +8,0 @@ let link; |
@@ -127,3 +127,2 @@ 'use strict'; | ||
/* eslint-disable @typescript-eslint/no-shadow */ | ||
const createApolloWorker = (apolloLink) => { | ||
@@ -130,0 +129,0 @@ let link; |
{ | ||
"name": "@grapes-agency/apollo-link-webworker", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "WebWorker for @apollo/client", | ||
@@ -25,3 +25,3 @@ "main": "./dist/index.cjs.js", | ||
}, | ||
"gitHead": "a928c397df528b09edc0a39d0c31a131667d8862" | ||
"gitHead": "5cfa3d8d4a8d81696dc7ae8110e6efa3e97a89a2" | ||
} |
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
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24997
0