@shockpkg/icon-encoder
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -181,3 +181,3 @@ #!/usr/bin/env node | ||
switches['--raw'] | ||
) | ||
) | ||
: createIcns( | ||
@@ -188,3 +188,3 @@ pngs, | ||
switches['--dark'] | ||
)); | ||
)); | ||
if (err) { | ||
@@ -191,0 +191,0 @@ console.error(err); |
@@ -10,3 +10,3 @@ "use strict"; | ||
const NAME = exports.NAME = "@shockpkg/icon-encoder"; | ||
const VERSION = exports.VERSION = "3.2.0"; | ||
const VERSION = exports.VERSION = "3.2.1"; | ||
//# sourceMappingURL=meta.js.map |
{ | ||
"name": "@shockpkg/icon-encoder", | ||
"description": "Package for encoding different icon files", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"keywords": [ | ||
@@ -37,3 +37,3 @@ "shockpkg", | ||
"scripts": { | ||
"clean": "rimraf *.log* dts esm cjs spec/encodes", | ||
"clean": "rimraf dts esm cjs spec/encodes", | ||
"lint": "eslint .", | ||
@@ -69,21 +69,21 @@ "format": "prettier -w .", | ||
"devDependencies": { | ||
"@babel/cli": "^7.23.0", | ||
"@babel/core": "^7.23.2", | ||
"@babel/preset-env": "^7.23.2", | ||
"@babel/preset-typescript": "^7.23.2", | ||
"@types/node": "^20.8.10", | ||
"@types/pngjs": "^6.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"@babel/cli": "^7.23.9", | ||
"@babel/core": "^7.23.9", | ||
"@babel/preset-env": "^7.23.9", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@types/node": "^20.11.19", | ||
"@types/pngjs": "^6.0.4", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"babel-plugin-esm-resolver": "^2.3.2", | ||
"babel-plugin-search-and-replace": "^1.1.1", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-jsdoc": "^46.8.2", | ||
"prettier": "^3.0.3", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.1.0", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"source-map-support": "^0.5.21", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186914