mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 00:26:01 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4079804c2 | |||
| 2bd4b720bb | |||
| f3619bee26 | |||
| c54455870c | |||
| 20477a655e |
+1
-1
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"bin": "./dist/cli/index.js",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"scripts": {
|
||||
"build:all": "bun run build && bun run build:cli",
|
||||
"dev": "vite",
|
||||
|
||||
@@ -12,7 +12,7 @@ import type {
|
||||
ValidatorType
|
||||
} from "@rjsf/utils";
|
||||
import { toErrorSchema } from "@rjsf/utils";
|
||||
import get from "lodash-es/get";
|
||||
import { get } from "lodash-es";
|
||||
|
||||
function removeUndefinedKeys(obj: any): any {
|
||||
if (!obj) return obj;
|
||||
|
||||
@@ -14,9 +14,7 @@ import {
|
||||
getWidget,
|
||||
mergeSchemas
|
||||
} from "@rjsf/utils";
|
||||
import get from "lodash-es/get";
|
||||
import isEmpty from "lodash-es/isEmpty";
|
||||
import omit from "lodash-es/omit";
|
||||
import { get, isEmpty, omit } from "lodash-es";
|
||||
import { Component } from "react";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
import { Label } from "../templates/FieldTemplate";
|
||||
|
||||
+2
-7
@@ -3,7 +3,8 @@
|
||||
"name": "bknd",
|
||||
"logo": {
|
||||
"dark": "/_assets/logo/bknd_logo_white.svg",
|
||||
"light": "/_assets/logo/bknd_logo_black.svg"
|
||||
"light": "/_assets/logo/bknd_logo_black.svg",
|
||||
"href": "https://bknd.io"
|
||||
},
|
||||
"theme": "prism",
|
||||
"layout": "sidenav",
|
||||
@@ -44,12 +45,6 @@
|
||||
}
|
||||
],
|
||||
"anchors": [
|
||||
{
|
||||
"name": "Web",
|
||||
"icon": "globe",
|
||||
"iconType": "solid",
|
||||
"url": "https://bknd.io"
|
||||
},
|
||||
{
|
||||
"name": "Docs",
|
||||
"icon": "book-open-cover",
|
||||
|
||||
Reference in New Issue
Block a user