@common-stack/client-core
Advanced tools
Comparing version 3.0.2-alpha.4 to 3.0.2-alpha.5
@@ -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*as React from'react';import {merge,without,union,map,castArray}from'lodash';import {Container}from'inversify';/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
import*as React from'react';import {merge,without,union,map,castArray}from'lodash-es';import {Container}from'inversify';/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/* eslint-disable no-nested-ternary */ | ||
@@ -3,0 +3,0 @@ /* eslint-disable no-use-before-define */ |
@@ -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": "3.0.2-alpha.4", | ||
"version": "3.0.2-alpha.5", | ||
"description": "common core for higher packages to depend on", | ||
@@ -9,2 +9,3 @@ "license": "ISC", | ||
"module": "lib/index.js", | ||
"type": "module", | ||
"typings": "lib/index.d.ts", | ||
@@ -24,3 +25,3 @@ "scripts": { | ||
"dependencies": { | ||
"@common-stack/core": "3.0.2-alpha.4" | ||
"@common-stack/core": "3.0.2-alpha.5" | ||
}, | ||
@@ -37,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7deb1a3481f99ae891bcd92f4ca426f9526c1cf7" | ||
"gitHead": "7a5b0b3aa99a29b9408d46afdde2f96f9009d7b2" | ||
} |
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
43581
Yes
+ Added@common-stack/core@3.0.2-alpha.5(transitive)
- Removed@common-stack/core@3.0.2-alpha.4(transitive)