@contember/client
Advanced tools
Comparing version 2.0.0-alpha.19 to 2.0.0-alpha.20
@@ -0,33 +1,7 @@ | ||
import { GenerateUploadUrlMutationBuilder } from "./src/GenerateUploadUrlMutationBuilder.js"; | ||
export * from "@contember/client-content"; | ||
import { GraphQlLiteral } from "./src/graphQlBuilder/GraphQlLiteral.js"; | ||
import { GenerateUploadUrlMutationBuilder } from "./src/content/upload/GenerateUploadUrlMutationBuilder.js"; | ||
import { whereToFilter } from "./src/content/params/whereToFilter.js"; | ||
import { formatContentApiRelativeUrl } from "./src/content/formatContentApiRelativeUrl.js"; | ||
import { replaceGraphQlLiteral } from "./src/content/replaceGraphQlLiteral.js"; | ||
import { GraphQlClientError } from "@contember/graphql-client"; | ||
import { GraphQlClient } from "./src/graphQlClient/GraphQlClient.js"; | ||
import { formatSystemApiRelativeUrl } from "./src/system/formatSystemApiRelativeUrl.js"; | ||
import { loginMutation } from "./src/tenant/loginMutation.js"; | ||
import { tenantApiRelativeUrl } from "./src/tenant/tenantApiRelativeUrl.js"; | ||
import { getTenantErrorMessage, tenantErrorMessages } from "./src/tenant/tenantErrorMessages.js"; | ||
var GraphQlBuilder; | ||
((GraphQlBuilder2) => { | ||
GraphQlBuilder2.GraphqlLiteral = GraphQlLiteral; | ||
GraphQlBuilder2.GraphQlLiteral = GraphQlLiteral; | ||
})(GraphQlBuilder || (GraphQlBuilder = {})); | ||
export * from "@contember/graphql-client"; | ||
export { | ||
GenerateUploadUrlMutationBuilder, | ||
GraphQlBuilder, | ||
GraphQlClient, | ||
GraphQlClientError, | ||
GraphQlLiteral, | ||
formatContentApiRelativeUrl, | ||
formatSystemApiRelativeUrl, | ||
getTenantErrorMessage, | ||
loginMutation, | ||
replaceGraphQlLiteral, | ||
tenantApiRelativeUrl, | ||
tenantErrorMessages, | ||
whereToFilter | ||
GenerateUploadUrlMutationBuilder | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -0,33 +1,7 @@ | ||
import { GenerateUploadUrlMutationBuilder } from "./src/GenerateUploadUrlMutationBuilder.js"; | ||
export * from "@contember/client-content"; | ||
import { GraphQlLiteral } from "./src/graphQlBuilder/GraphQlLiteral.js"; | ||
import { GenerateUploadUrlMutationBuilder } from "./src/content/upload/GenerateUploadUrlMutationBuilder.js"; | ||
import { whereToFilter } from "./src/content/params/whereToFilter.js"; | ||
import { formatContentApiRelativeUrl } from "./src/content/formatContentApiRelativeUrl.js"; | ||
import { replaceGraphQlLiteral } from "./src/content/replaceGraphQlLiteral.js"; | ||
import { GraphQlClientError } from "@contember/graphql-client"; | ||
import { GraphQlClient } from "./src/graphQlClient/GraphQlClient.js"; | ||
import { formatSystemApiRelativeUrl } from "./src/system/formatSystemApiRelativeUrl.js"; | ||
import { loginMutation } from "./src/tenant/loginMutation.js"; | ||
import { tenantApiRelativeUrl } from "./src/tenant/tenantApiRelativeUrl.js"; | ||
import { getTenantErrorMessage, tenantErrorMessages } from "./src/tenant/tenantErrorMessages.js"; | ||
var GraphQlBuilder; | ||
((GraphQlBuilder2) => { | ||
GraphQlBuilder2.GraphqlLiteral = GraphQlLiteral; | ||
GraphQlBuilder2.GraphQlLiteral = GraphQlLiteral; | ||
})(GraphQlBuilder || (GraphQlBuilder = {})); | ||
export * from "@contember/graphql-client"; | ||
export { | ||
GenerateUploadUrlMutationBuilder, | ||
GraphQlBuilder, | ||
GraphQlClient, | ||
GraphQlClientError, | ||
GraphQlLiteral, | ||
formatContentApiRelativeUrl, | ||
formatSystemApiRelativeUrl, | ||
getTenantErrorMessage, | ||
loginMutation, | ||
replaceGraphQlLiteral, | ||
tenantApiRelativeUrl, | ||
tenantErrorMessages, | ||
whereToFilter | ||
GenerateUploadUrlMutationBuilder | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -1,17 +0,5 @@ | ||
import * as CrudQueryBuilderTmp from './crudQueryBuilder'; | ||
import * as GraphQlBuilderTmp from './graphQlBuilder'; | ||
export { GraphQlLiteral } from './graphQlBuilder'; | ||
export declare namespace GraphQlBuilder { | ||
export import GraphqlLiteral = GraphQlBuilderTmp.GraphQlLiteral; | ||
export import GraphQlLiteral = GraphQlBuilderTmp.GraphQlLiteral; | ||
} | ||
export declare namespace CrudQueryBuilder { | ||
type OrderDirection = CrudQueryBuilderTmp.OrderDirection; | ||
} | ||
export * from './content'; | ||
export * from './graphQlClient'; | ||
export * from './system'; | ||
export * from './tenant'; | ||
export * from './GenerateUploadUrlMutationBuilder'; | ||
export * from '@contember/client-content'; | ||
export * from '@contember/graphql-client'; | ||
export type { Input, Value, Result, Writable } from '@contember/schema'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@contember/client", | ||
"license": "Apache-2.0", | ||
"version": "2.0.0-alpha.19", | ||
"version": "2.0.0-alpha.20", | ||
"main": "./dist/production/index.js", | ||
@@ -32,6 +32,6 @@ "exports": { | ||
"dependencies": { | ||
"@contember/client-content": "2.0.0-alpha.19", | ||
"@contember/graphql-builder": "2.0.0-alpha.19", | ||
"@contember/graphql-client": "2.0.0-alpha.19", | ||
"@contember/schema": "2.0.0-alpha.19" | ||
"@contember/client-content": "2.0.0-alpha.20", | ||
"@contember/graphql-builder": "2.0.0-alpha.20", | ||
"@contember/graphql-client": "2.0.0-alpha.20", | ||
"@contember/schema": "2.0.0-alpha.20" | ||
}, | ||
@@ -38,0 +38,0 @@ "repository": { |
@@ -1,23 +0,6 @@ | ||
import * as CrudQueryBuilderTmp from './crudQueryBuilder' | ||
export * from './GenerateUploadUrlMutationBuilder' | ||
import * as GraphQlBuilderTmp from './graphQlBuilder' | ||
export { GraphQlLiteral } from './graphQlBuilder' | ||
export namespace GraphQlBuilder { | ||
export import GraphqlLiteral = GraphQlBuilderTmp.GraphQlLiteral | ||
export import GraphQlLiteral = GraphQlBuilderTmp.GraphQlLiteral | ||
} | ||
export namespace CrudQueryBuilder { | ||
export type OrderDirection = CrudQueryBuilderTmp.OrderDirection | ||
} | ||
export * from './content' | ||
export * from './graphQlClient' | ||
export * from './system' | ||
export * from './tenant' | ||
export * from '@contember/client-content' | ||
export * from '@contember/graphql-client' | ||
export type { Input, Value, Result, Writable } from '@contember/schema' |
import { expect, it, describe } from 'vitest' | ||
import { GenerateUploadUrlMutationBuilder } from '../../../src/content' | ||
import { GraphQlLiteral } from '../../../src/graphQlBuilder' | ||
import { GenerateUploadUrlMutationBuilder } from '../../../src' | ||
@@ -5,0 +4,0 @@ describe('generate upload url mutation builder', () => { |
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
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
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
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
59855
31
545
1
+ Added@contember/client-content@2.0.0-alpha.20(transitive)
+ Added@contember/graphql-builder@2.0.0-alpha.20(transitive)
+ Added@contember/graphql-client@2.0.0-alpha.20(transitive)
+ Added@contember/schema@2.0.0-alpha.20(transitive)
- Removed@contember/client-content@2.0.0-alpha.19(transitive)
- Removed@contember/graphql-builder@2.0.0-alpha.19(transitive)
- Removed@contember/graphql-client@2.0.0-alpha.19(transitive)
- Removed@contember/schema@2.0.0-alpha.19(transitive)