Skip to content

Commit

Permalink
Bump version to 1.2.1 and update PixiVNJsonCanvas exports to include …
Browse files Browse the repository at this point in the history
…new types
  • Loading branch information
BlackRam-oss committed Dec 5, 2024
1 parent 45dd8da commit a5efca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drincs/pixi-vn-json",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"description": "Pixi'VN can be integrated with JSON files to create a visual novel.",
"main": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/interface/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type { default as PixiVNJson } from './PixiVNJson';
export type { default as PixiVNJsonArithmeticOperations } from './PixiVNJsonArithmeticOperations';
export type { default as PixiVNJsonCanvas } from './PixiVNJsonCanvas';
export type { default as PixiVNJsonCanvas, PixiVNJsonCanvasEdit, PixiVNJsonCanvasRemove, PixiVNJsonCanvasShow } from './PixiVNJsonCanvas';
export type { default as PixiVNJsonCanvasEffect } from './PixiVNJsonCanvasEffect';
export type { default as PixiVNJsonCanvasTicker } from './PixiVNJsonCanvasTicker';
export type { default as PixiVNJsonConditionalResultToCombine } from './PixiVNJsonConditionalResultToCombine';
Expand Down

0 comments on commit a5efca4

Please sign in to comment.