Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Oct 8, 2024
1 parent 0ba35ca commit de3e746
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 78 deletions.
127 changes: 53 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drincs/pixi-vn",
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -32,15 +32,14 @@
"@drincs/pixi-vn": "^0.8.1",
"@pixi/devtools": "^2.0.1",
"@types/crypto-js": "^4.2.2",
"@types/css-font-loading-module": "^0.0.13",
"@types/deep-diff": "^1.0.5",
"crypto-js": "^4.2.0",
"deep-diff": "^1.0.2",
"jsdom": "^25.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"keywords": [
"game",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { filters as f } from '@pixi/sound';
import { PauseType, RepeatType } from "./types";

export const PIXIVN_VERSION = '0.8.1'
export const PIXIVN_VERSION = '0.8.2'
export const Repeat: RepeatType = "repeat"
/**
* Pause the tickers for a duration.
Expand Down

0 comments on commit de3e746

Please sign in to comment.