Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contember/client-content

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/client-content - npm Package Compare versions

Comparing version 2.0.0-alpha.27 to 2.0.0-alpha.28

9

dist/types/types/Schema.d.ts
import { JSONObject } from '@contember/schema';
export type SchemaEntityNames<Name extends string> = {
readonly name: Name;
readonly scalars: string[];
readonly scalars: readonly string[];
readonly fields: {

@@ -15,5 +15,8 @@ readonly [fieldName: string]: {

export type SchemaNames = {
entities: {
[entityName: string]: SchemaEntityNames<string>;
readonly entities: {
readonly [entityName: string]: SchemaEntityNames<string>;
};
readonly enums: {
readonly [enumName: string]: readonly string[];
};
};

@@ -20,0 +23,0 @@ export type EntityTypeLike = {

{
"name": "@contember/client-content",
"license": "Apache-2.0",
"version": "2.0.0-alpha.27",
"version": "2.0.0-alpha.28",
"main": "./dist/production/index.js",

@@ -32,8 +32,8 @@ "exports": {

"dependencies": {
"@contember/graphql-builder": "2.0.0-alpha.27",
"@contember/graphql-client": "2.0.0-alpha.27",
"@contember/schema": "2.0.0-alpha.27"
"@contember/graphql-builder": "2.0.0-alpha.28",
"@contember/graphql-client": "2.0.0-alpha.28",
"@contember/schema": "2.0.0-alpha.28"
},
"devDependencies": {
"@contember/client-content-generator": "2.0.0-alpha.27"
"@contember/client-content-generator": "2.0.0-alpha.28"
},

@@ -40,0 +40,0 @@ "repository": {

@@ -5,3 +5,3 @@ import { JSONObject } from '@contember/schema'

readonly name: Name
readonly scalars: string[]
readonly scalars: readonly string[]
readonly fields: {

@@ -20,5 +20,8 @@ readonly [fieldName: string]:

export type SchemaNames = {
entities: {
[entityName: string]: SchemaEntityNames<string>
readonly entities: {
readonly [entityName: string]: SchemaEntityNames<string>
}
readonly enums: {
readonly [enumName: string]: readonly string[]
}
}

@@ -25,0 +28,0 @@

@@ -1,1 +0,3 @@

export {}
export type ContemberClientEnums = {
}

@@ -115,3 +115,4 @@ import { SchemaNames } from '@contember/client-content'

}
}
},
"enums": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc