mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-02-17 02:22:36 +01:00
Bump version
This commit is contained in:
parent
dbe2388272
commit
4ca6d71933
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nitrots/nitro-renderer",
|
||||
"description": "Javascript library for rendering Nitro in the browser using PixiJS",
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@ -17,8 +17,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"compile": "tsc --project ./tsconfig.json",
|
||||
"eslint": "eslint ./src --fix",
|
||||
"postinstall": "node ./post-install.js"
|
||||
"eslint": "eslint ./src --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"howler": "^2.2.3",
|
||||
|
@ -1,34 +0,0 @@
|
||||
|
||||
function install()
|
||||
{
|
||||
return;
|
||||
// try
|
||||
// {
|
||||
// const params = {};
|
||||
|
||||
// params['packageName'] = process.env.npm_package_name;
|
||||
// params['packageVersion'] = process.env.npm_package_version;
|
||||
|
||||
// const data = JSON.stringify(params);
|
||||
// const request = httpsRequest({
|
||||
// hostname: 'install.nitrots.co',
|
||||
// port: 443,
|
||||
// path: '/collect',
|
||||
// method: 'POST',
|
||||
// headers: {
|
||||
// 'Content-Type': 'application/json',
|
||||
// 'Content-Length': data.length
|
||||
// }
|
||||
// });
|
||||
|
||||
// request.write(data);
|
||||
// request.end();
|
||||
// }
|
||||
|
||||
// catch (e)
|
||||
// {
|
||||
// //
|
||||
// }
|
||||
}
|
||||
|
||||
install();
|
@ -1,6 +1,6 @@
|
||||
export class NitroVersion
|
||||
{
|
||||
public static RENDERER_VERSION: string = '1.4.6';
|
||||
public static RENDERER_VERSION: string = '1.4.7';
|
||||
public static UI_VERSION: string = '';
|
||||
|
||||
public static sayHello(): void
|
||||
|
Loading…
x
Reference in New Issue
Block a user