mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +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 './getValuesByPath';
|
||||||
export * from './handlebars';
|
export * from './handlebars';
|
||||||
export * from './isValidFilter';
|
export * from './isValidFilter';
|
||||||
export { parse } from '@nocobase/json-templates';
|
export { parse } from '@nocobase/json-template-parser';
|
||||||
export * from './log';
|
export * from './log';
|
||||||
export * from './merge';
|
export * from './merge';
|
||||||
export * from './notification';
|
export * from './notification';
|
||||||
|
@ -19,7 +19,7 @@ export * from './forEach';
|
|||||||
export * from './fs-exists';
|
export * from './fs-exists';
|
||||||
export * from './handlebars';
|
export * from './handlebars';
|
||||||
export * from './isValidFilter';
|
export * from './isValidFilter';
|
||||||
export { parse } from '@nocobase/json-templates';
|
export { parse } from '@nocobase/json-template-parser';
|
||||||
export * from './koa-multer';
|
export * from './koa-multer';
|
||||||
export * from './measure-execution-time';
|
export * from './measure-execution-time';
|
||||||
export * from './merge';
|
export * from './merge';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user