mirror of
https://github.com/directus/directus.git
synced 2026-01-24 07:37:57 -05:00
import specs from package
This commit is contained in:
6146
api/openapi.json
6146
api/openapi.json
File diff suppressed because it is too large
Load Diff
5
api/package-lock.json
generated
5
api/package-lock.json
generated
@@ -25082,6 +25082,11 @@
|
||||
"resolved": "https://registry.npmjs.org/@directus/format-title/-/format-title-3.2.0.tgz",
|
||||
"integrity": "sha512-3D3sfRZbiVXDuWZwY/TVpCxQ9ZDUOX64gbv71i3g2xZpvNbLwsGM0vxHUQD+m9Mv+LGNcza+UG19/gd+wlj0Cw=="
|
||||
},
|
||||
"@directus/specs": {
|
||||
"version": "9.0.0-beta.8",
|
||||
"resolved": "https://registry.npmjs.org/@directus/specs/-/specs-9.0.0-beta.8.tgz",
|
||||
"integrity": "sha512-C920t1Pd9Le96BomN12+O4McwNYxjlF+wE9X1A6TIvFEJdgyCe8aaf1zyH6Ul2Nr1Cm1sbTgrJ8XP/UJb24Rdg=="
|
||||
},
|
||||
"@eslint/eslintrc": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.1.3.tgz",
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
"dependencies": {
|
||||
"@directus/app": "^9.0.0-beta.2",
|
||||
"@directus/format-title": "^3.2.0",
|
||||
"@directus/specs": "^9.0.0-beta.8",
|
||||
"@slynova/flydrive": "^1.0.2",
|
||||
"@slynova/flydrive-gcs": "^1.0.2",
|
||||
"@slynova/flydrive-s3": "^1.0.2",
|
||||
|
||||
@@ -6,7 +6,7 @@ import { mergeWith } from 'lodash'
|
||||
// @ts-ignore
|
||||
import { version } from '../../package.json';
|
||||
// @ts-ignore
|
||||
import openapi from '../../openapi.json'
|
||||
import openapi from '@directus/specs/dist/openapi.json'
|
||||
import { RelationsService } from './relations';
|
||||
|
||||
const internalCollections = [
|
||||
|
||||
Reference in New Issue
Block a user