mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
feat: rename pkg name to json-template-parser package
This commit is contained in:
parent
a6dbac8773
commit
afc76bc775
@ -17,7 +17,7 @@ export * from './forEach';
|
||||
export * from './getValuesByPath';
|
||||
export * from './handlebars';
|
||||
export * from './isValidFilter';
|
||||
export { parse } from '@nocobase/json-templates';
|
||||
export { parse } from '@nocobase/json-template-parser';
|
||||
export * from './log';
|
||||
export * from './merge';
|
||||
export * from './notification';
|
||||
|
@ -19,7 +19,7 @@ export * from './forEach';
|
||||
export * from './fs-exists';
|
||||
export * from './handlebars';
|
||||
export * from './isValidFilter';
|
||||
export { parse } from '@nocobase/json-templates';
|
||||
export { parse } from '@nocobase/json-template-parser';
|
||||
export * from './koa-multer';
|
||||
export * from './measure-execution-time';
|
||||
export * from './merge';
|
||||
|
Loading…
x
Reference in New Issue
Block a user