Bump version

This commit is contained in:
Bill 2022-11-18 22:44:18 -05:00
parent 6a8ebba631
commit d3dc308bdf
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@nitrots/nitro-renderer", "name": "@nitrots/nitro-renderer",
"description": "Javascript library for rendering Nitro in the browser using PixiJS", "description": "Javascript library for rendering Nitro in the browser using PixiJS",
"version": "1.4.8", "version": "1.4.9",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@ -20,7 +20,6 @@
"eslint": "eslint ./src --fix" "eslint": "eslint ./src --fix"
}, },
"dependencies": { "dependencies": {
"howler": "^2.2.3",
"@pixi/app": "~6.4.2", "@pixi/app": "~6.4.2",
"@pixi/basis": "~6.4.2", "@pixi/basis": "~6.4.2",
"@pixi/canvas-display": "~6.4.2", "@pixi/canvas-display": "~6.4.2",
@ -37,7 +36,6 @@
"@pixi/graphics": "~6.4.2", "@pixi/graphics": "~6.4.2",
"@pixi/graphics-extras": "~6.4.2", "@pixi/graphics-extras": "~6.4.2",
"@pixi/interaction": "~6.4.2", "@pixi/interaction": "~6.4.2",
"@pixi/loaders": "~6.4.2",
"@pixi/math": "~6.4.2", "@pixi/math": "~6.4.2",
"@pixi/math-extras": "~6.4.2", "@pixi/math-extras": "~6.4.2",
"@pixi/mixin-cache-as-bitmap": "~6.4.2", "@pixi/mixin-cache-as-bitmap": "~6.4.2",
@ -54,11 +52,12 @@
"@pixi/tilemap": "^3.2.2", "@pixi/tilemap": "^3.2.2",
"@pixi/utils": "~6.4.2", "@pixi/utils": "~6.4.2",
"gifuct-js": "^2.1.2", "gifuct-js": "^2.1.2",
"howler": "^2.2.3",
"pako": "^2.0.4" "pako": "^2.0.4"
}, },
"devDependencies": { "devDependencies": {
"@types/pako": "^1.0.3",
"@types/howler": "^2.2.7", "@types/howler": "^2.2.7",
"@types/pako": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7", "@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0", "eslint": "^8.20.0",

View File

@ -1,6 +1,6 @@
export class NitroVersion export class NitroVersion
{ {
public static RENDERER_VERSION: string = '1.4.8'; public static RENDERER_VERSION: string = '1.4.9';
public static UI_VERSION: string = ''; public static UI_VERSION: string = '';
public static sayHello(): void public static sayHello(): void