@portkey/graphql
Advanced tools
Comparing version 0.0.1-alpha.9.0 to 1.0.0-alpha.0
@@ -1,9 +0,4 @@ | ||
import { ApolloClient, NormalizedCacheObject } from '@apollo/client'; | ||
export interface IGraphQLClient extends ApolloClient<NormalizedCacheObject> { | ||
} | ||
export declare abstract class BaseGraphQL<T extends IGraphQLClient = IGraphQLClient> { | ||
protected readonly _client: T; | ||
constructor(client: T); | ||
} | ||
export * from './did'; | ||
export * from './types'; | ||
export * from './client'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@portkey/graphql", | ||
"version": "0.0.1-alpha.9.0", | ||
"version": "1.0.0-alpha.0", | ||
"description": "", | ||
"main": "./dist/commonjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/commonjs/index.js" | ||
} | ||
}, | ||
"author": "", | ||
@@ -20,9 +29,9 @@ "license": "ISC", | ||
}, | ||
"type": "commonjs", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.js", | ||
"scripts": { | ||
"prebuild": "rm -rf dist", | ||
"build": "tsc", | ||
"build": "yarn build:cjs & yarn build:esm & yarn build:types", | ||
"build:cjs": "tsc && echo '{\"type\": \"commonjs\"}' > ./dist/commonjs/package.json", | ||
"build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./dist/esm/package.json && yarn esm:fix", | ||
"build:types": "tsc --build tsconfig.types.json", | ||
"esm:fix": "node ../../scripts/fix-esm.js dist/esm", | ||
"start": "tsc --watch", | ||
@@ -33,3 +42,3 @@ "generate": "rm -rf ./**/*/__generated__ && node gqlg.js && graphql-codegen --config codegen.config.ts && eslint '*/**/*.{js,ts,tsx}' --quiet --fix" | ||
"@apollo/client": "^3.7.3", | ||
"@portkey/types": "^0.0.1-alpha.9.0", | ||
"@portkey/types": "^1.0.0-alpha.0", | ||
"graphql": "^16.6.0", | ||
@@ -48,3 +57,3 @@ "subscriptions-transport-ws": "^0.11.0" | ||
}, | ||
"gitHead": "7afcffa98f5ac5515efc6a791b0114a4791e0711" | ||
"gitHead": "6438f939a364eb228a71945484af8603de9905aa" | ||
} |
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
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
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
415468
216
4995
1
+ Added@portkey/types@1.5.3(transitive)
- Removed@portkey/types@0.0.1-alpha.9.0(transitive)
- Removed@types/bn.js@5.1.6(transitive)
- Removed@types/elliptic@6.4.18(transitive)
- Removed@types/node@22.10.6(transitive)
- Removedundici-types@6.20.0(transitive)