update packages and types
This commit is contained in:
parent
45361e277d
commit
306990ff6c
16
package.json
16
package.json
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "directus-helpers",
|
"name": "directus-helpers",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Helpers Directus Extensions",
|
"description": "Helpers Directus Extensions",
|
||||||
|
"license": "ISC",
|
||||||
"author": "AntoXa PRO <info@antoxa.pro>",
|
"author": "AntoXa PRO <info@antoxa.pro>",
|
||||||
"homepage": "https://antoxahub.ru/antoxa/directus-helpers",
|
"homepage": "https://antoxahub.ru/antoxa/directus-helpers",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -33,11 +34,10 @@
|
|||||||
"Directus"
|
"Directus"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@directus/api": "^18.0.0",
|
"@directus/api": "latest",
|
||||||
"@directus/extensions-sdk": "^11.0.0",
|
"@directus/extensions-sdk": "latest",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "latest",
|
||||||
"vite": "^5.1.5",
|
"vite": "latest",
|
||||||
"vite-plugin-dts": "^3.7.3"
|
"vite-plugin-dts": "latest"
|
||||||
},
|
}
|
||||||
"license": "ISC"
|
|
||||||
}
|
}
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
export * from './types'
|
||||||
export * from './services'
|
export * from './services'
|
||||||
export * from './operations'
|
export * from './operations'
|
||||||
|
5
src/types/hook.ts
Normal file
5
src/types/hook.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
export type THookFilterInfo = {
|
||||||
|
event: string,
|
||||||
|
keys: string[]
|
||||||
|
collection: string
|
||||||
|
}
|
1
src/types/index.ts
Normal file
1
src/types/index.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export * from './hook'
|
Loading…
Reference in New Issue
Block a user