@adminforth/foreign-inline-list
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,5 +5,7 @@ | ||
IAdminForth, | ||
IHttpServer, | ||
} from "adminforth"; | ||
import { AdminForthPlugin, AdminForthResourcePages, IHttpServer } from "adminforth"; | ||
import { AdminForthPlugin, AdminForthResourcePages } from "adminforth"; | ||
import { PluginOptions } from "./types.js"; | ||
@@ -10,0 +12,0 @@ |
{ | ||
"name": "@adminforth/foreign-inline-list", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "AdminForth plugin for adding list of children items to the parent item show page", | ||
@@ -9,9 +9,7 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"rollout": "tsc && cp -rf custom dist/ && npm version patch && npm publish --access public" | ||
}, | ||
"author": "devforth", | ||
"license": "ISC", | ||
"dependencies": { | ||
"dayjs": "^1.11.11" | ||
} | ||
"license": "ISC" | ||
} |
import { AdminForthResource } from '../../types/AdminForthConfig.js'; | ||
import { AdminForthResource } from 'adminforth'; | ||
@@ -4,0 +4,0 @@ export type PluginOptions = { |
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
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
42698
0
11
395
- Removeddayjs@^1.11.11
- Removeddayjs@1.11.13(transitive)