@nocobase/utils
Advanced tools
Comparing version 1.5.0-beta.19 to 1.5.0-beta.20
@@ -37,3 +37,4 @@ /** | ||
export * from './wrap-middleware'; | ||
export * from './object-to-cli-args'; | ||
export { dayjs, lodash }; | ||
export { Schema } from '@formily/json-schema'; |
@@ -73,2 +73,3 @@ /** | ||
__reExport(src_exports, require("./wrap-middleware"), module.exports); | ||
__reExport(src_exports, require("./object-to-cli-args"), module.exports); | ||
var import_json_schema = require("@formily/json-schema"); | ||
@@ -105,3 +106,4 @@ // Annotate the CommonJS export names for ESM import in node: | ||
...require("./i18n"), | ||
...require("./wrap-middleware") | ||
...require("./wrap-middleware"), | ||
...require("./object-to-cli-args") | ||
}); |
{ | ||
"name": "@nocobase/utils", | ||
"version": "1.5.0-beta.19", | ||
"version": "1.5.0-beta.20", | ||
"main": "lib/index.js", | ||
@@ -19,3 +19,3 @@ "types": "./lib/index.d.ts", | ||
}, | ||
"gitHead": "a564836d60b070f0ba1fcc0fb6a2a5c647675e13" | ||
"gitHead": "211221dfc5014bf44543a080b56c3337396940ec" | ||
} |
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
170458
78
3624