voxels-scripting-server
Advanced tools
Comparing version 0.9.0 to 0.9.2
{ | ||
"name": "voxels-scripting-server", | ||
"version": "0.9.0", | ||
"version": "0.9.2", | ||
"description": "A basic server to run Voxels.com scripts", | ||
@@ -8,11 +8,11 @@ "lib": "src/index.d.ts", | ||
"scripts": { | ||
"clean": "rm dist", | ||
"clean": "rm -rf dist", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "ts-node src/server.ts", | ||
"build": "tsc --declaration", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"build": "tsc", | ||
"prepare": "npm run build", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"postversion": "git push origin && git push origin --tags", | ||
"all": "npm run prepare && npm run preversion && npm run version && npm run postversion" | ||
"all": "npm run prepare && npm run version && npm run postversion" | ||
}, | ||
@@ -22,3 +22,5 @@ "author": "Benjy Larcher", | ||
"files": [ | ||
"src" | ||
"dist/src/index.js", | ||
"dist/src/index.js.map", | ||
"dist/src/index.d.ts" | ||
], | ||
@@ -50,4 +52,5 @@ "dependencies": { | ||
"@types/node-fetch": "^2.6.1", | ||
"@types/ws": "^8.5.3" | ||
"@types/ws": "^8.5.3", | ||
"tslint": "^6.1.3" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2881
6
5
9
2