@contember/schema-definition
Advanced tools
Comparing version 1.4.0-rc.8 to 2.0.0-alpha.8
{ | ||
"name": "@contember/schema-definition", | ||
"version": "1.4.0-rc.8", | ||
"version": "2.0.0-alpha.8", | ||
"license": "Apache-2.0", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"main": "./dist/production/index.js", | ||
"typings": "./dist/types/index.d.ts", | ||
"exports": { | ||
"typescript": "./src/index.ts", | ||
"default": "./dist/src/index.js" | ||
".": { | ||
"import": { | ||
"types": "./dist/types/index.d.ts", | ||
"development": "./dist/development/index.js", | ||
"production": "./dist/production/index.js", | ||
"typescript": "./src/index.ts", | ||
"default": "./dist/production/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/types/index.d.ts", | ||
"development": "./dist/development/index.cjs", | ||
"production": "./dist/production/index.cjs", | ||
"typescript": "./src/index.ts", | ||
"default": "./dist/production/index.cjs" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"test": "vitest --dir ./tests/cases" | ||
}, | ||
"dependencies": { | ||
"@contember/schema": "1.4.0-rc.8", | ||
"@contember/schema-utils": "1.4.0-rc.8", | ||
"@contember/schema": "2.0.0-alpha.8", | ||
"@contember/schema-utils": "2.0.0-alpha.8", | ||
"reflect-metadata": "^0.1.13" | ||
@@ -24,3 +35,4 @@ }, | ||
"graphql": ">= 14.6.0" | ||
} | ||
}, | ||
"type": "module" | ||
} |
@@ -18,3 +18,3 @@ import { Interface } from './types' | ||
export * from './ViewDefinition' | ||
export { extendEntity, EntityExtension } from './extensions' | ||
export { extendEntity, type EntityExtension } from './extensions' | ||
@@ -21,0 +21,0 @@ export abstract class Entity { |
@@ -7,2 +7,2 @@ import { FieldDefinition } from './fieldDefinitions' | ||
export type FieldsDefinition = Record<string, Interface<FieldDefinition<any>>> | ||
export { EntityConstructor } | ||
export { type EntityConstructor } |
{ | ||
"extends": "../tsconfig.settings.json", | ||
"compilerOptions": { | ||
"outDir": "../dist/src" | ||
"outDir": "../dist/types" | ||
}, | ||
@@ -6,0 +6,0 @@ "references": [ |
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
1612147
766
16606
Yes
1
+ Added@contember/schema@2.0.0-alpha.8(transitive)
+ Added@contember/schema-utils@2.0.0-alpha.8(transitive)
+ Added@contember/typesafe@2.0.0-alpha.8(transitive)
- Removed@contember/schema@1.4.0-rc.8(transitive)
- Removed@contember/schema-utils@1.4.0-rc.8(transitive)
- Removed@contember/typesafe@1.4.0-rc.8(transitive)