@contember/schema
Advanced tools
Comparing version 1.4.0-rc.8 to 2.0.0-alpha.8
{ | ||
"name": "@contember/schema", | ||
"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": "echo 'No tests'" | ||
} | ||
}, | ||
"type": "module" | ||
} |
@@ -1,15 +0,6 @@ | ||
import { Acl } from './schema/acl' | ||
import { Actions } from './schema/actions' | ||
import { ActionsPayload } from './schema/actionsPayload' | ||
import { Input } from './schema/input' | ||
import { Model } from './schema/model' | ||
import { Result } from './schema/result' | ||
import { Validation } from './schema/validation' | ||
import { Value } from './schema/value' | ||
import { Settings } from './schema/settings' | ||
import { Acl, Actions, Model, Settings, Validation } from './schema' | ||
export * from './ProjectRole' | ||
export * from './schema/json' | ||
type Schema = { | ||
export type Schema = { | ||
readonly model: Model.Schema | ||
@@ -24,2 +15,2 @@ readonly acl: Acl.Schema | ||
export { Input, Model, Acl, ActionsPayload, Schema, Validation, Value, Result, Actions, Settings } | ||
export * from './schema' |
{ | ||
"extends": "../tsconfig.settings.json", | ||
"compilerOptions": { | ||
"outDir": "../dist/src" | ||
"outDir": "../dist/types" | ||
} | ||
} |
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
271112
101
2338
Yes
1