feat: rename pkg name to json-template-parser package

This commit is contained in:
sheldon guo 2025-02-26 22:44:56 +08:00
parent a6dbac8773
commit afc76bc775
17 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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';