@nocobase/utils
Advanced tools
Comparing version 1.4.0-alpha.20241105053324 to 1.4.0-alpha.20241105230315
@@ -35,3 +35,4 @@ /** | ||
export * from './i18n'; | ||
export * from './wrap-middleware'; | ||
export { dayjs, lodash }; | ||
export { Schema } from '@formily/json-schema'; |
@@ -71,2 +71,3 @@ /** | ||
__reExport(src_exports, require("./i18n"), module.exports); | ||
__reExport(src_exports, require("./wrap-middleware"), module.exports); | ||
var import_json_schema = require("@formily/json-schema"); | ||
@@ -101,3 +102,4 @@ // Annotate the CommonJS export names for ESM import in node: | ||
...require("./url"), | ||
...require("./i18n") | ||
...require("./i18n"), | ||
...require("./wrap-middleware") | ||
}); |
{ | ||
"name": "@nocobase/utils", | ||
"version": "1.4.0-alpha.20241105053324", | ||
"version": "1.4.0-alpha.20241105230315", | ||
"main": "lib/index.js", | ||
@@ -17,3 +17,3 @@ "types": "./lib/index.d.ts", | ||
}, | ||
"gitHead": "a6e647971c02c1ffb443e2dc2c230ca2719e3319" | ||
"gitHead": "45a0f247ae2dab0d1c9d200cb8bfedae3fe49535" | ||
} |
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
163340
73
3470