skinview-utils
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "skinview-utils", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Utilities for working with Minecraft skins", | ||
"type": "module", | ||
"main": "index.js", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"lint": "eslint . --ext .ts", | ||
"test": "npm run lint && karma start", | ||
"prepublishOnly": "npm run build" | ||
"build": "tsc --declaration --outDir build --sourceMap -p .", | ||
"lint": "eslint --ext .ts src", | ||
"test": "npm run lint && karma start karma.conf.cjs", | ||
"prepublishOnly": "rimraf build && npm run build" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.4", | ||
"@types/mocha": "^5.2.5", | ||
"@typescript-eslint/eslint-plugin": "^2.17.0", | ||
"@typescript-eslint/parser": "^2.17.0", | ||
"@rollup/plugin-commonjs": "^12.0.0", | ||
"@rollup/plugin-image": "^2.0.5", | ||
"@rollup/plugin-node-resolve": "^8.0.0", | ||
"@rollup/plugin-typescript": "^4.1.2", | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^3.0.0", | ||
"@typescript-eslint/parser": "^3.0.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.8.0", | ||
"karma": "^4.4.1", | ||
"eslint": "^7.1.0", | ||
"karma": "^5.0.9", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-webpack": "^4.0.2", | ||
"mocha": "^7.0.0", | ||
"puppeteer": "^2.0.0", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "^3.7.5", | ||
"url-loader": "^3.0.0", | ||
"webpack": "^4.41.4" | ||
"karma-mocha": "^2.0.1", | ||
"karma-rollup-preprocessor": "^7.0.5", | ||
"mocha": "^7.2.0", | ||
"puppeteer": "^3.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.10.9", | ||
"typescript": "^3.9.3" | ||
}, | ||
"files": [ | ||
"index.d.ts", | ||
"index.js", | ||
"index.js.map" | ||
"build" | ||
], | ||
@@ -36,0 +37,0 @@ "license": "MIT", |
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
26126
18
281
19
1