@common-stack/client-core
Advanced tools
Comparing version 1.0.1-alpha.3 to 1.0.1-alpha.4
@@ -1,3 +0,3 @@ | ||
import { IdGetterObj } from '@apollo/client/core'; | ||
import { ErrorLink } from '@apollo/client/link/error'; | ||
import { IdGetterObj } from '@apollo/client/core/index.js'; | ||
import { ErrorLink } from '@apollo/client/link/error/index.js'; | ||
import { ReducersMapObject } from 'redux'; | ||
@@ -4,0 +4,0 @@ import { interfaces } from 'inversify'; |
@@ -1,2 +0,2 @@ | ||
import { ApolloClient } from '@apollo/client/core'; | ||
import { ApolloClient } from '@apollo/client/core/index.js'; | ||
import { interfaces } from 'inversify'; | ||
@@ -3,0 +3,0 @@ import { IFeature } from '../interfaces'; |
@@ -1,2 +0,2 @@ | ||
import {ApolloClient}from'@apollo/client/core';import {InMemoryCache}from'@apollo/client/cache';import {logger}from'@cdm-logger/client';import {ClientTypes}from'@common-stack/core';class UtilityClass { | ||
import {ApolloClient}from'@apollo/client/core/index.js';import {InMemoryCache}from'@apollo/client/cache/index.js';import {logger}from'@cdm-logger/client';import {ClientTypes}from'@common-stack/core';class UtilityClass { | ||
constructor(modules) { | ||
@@ -3,0 +3,0 @@ this.modules = modules; |
@@ -1,6 +0,6 @@ | ||
import { ApolloLink, IdGetterObj, Operation, PossibleTypesMap, Resolvers, TypePolicies } from '@apollo/client/core'; | ||
import { ApolloLink, IdGetterObj, Operation, PossibleTypesMap, Resolvers, TypePolicies } from '@apollo/client/core/index.js'; | ||
import { interfaces } from 'inversify'; | ||
import { Cache } from '@apollo/client/cache'; | ||
import { Cache } from '@apollo/client/cache/index.js'; | ||
import { ReducersMapObject } from 'redux'; | ||
import { ErrorLink } from '@apollo/client/link/error'; | ||
import { ErrorLink } from '@apollo/client/link/error/index.js'; | ||
type ConnectionParams = { | ||
@@ -7,0 +7,0 @@ [paramName: string]: any; |
{ | ||
"name": "@common-stack/client-core", | ||
"version": "1.0.1-alpha.3", | ||
"version": "1.0.1-alpha.4", | ||
"description": "common core for higher packages to depend on", | ||
@@ -36,3 +36,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "0d9ca1b8ef69c506528af92013206898c9acbef9" | ||
"gitHead": "bcd3e694dc7b7ffe3015ec93855c9c3c485d7805" | ||
} |
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
43581