@sanity/color
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -23,3 +23,3 @@ return result; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -26,0 +26,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,1 +1,2 @@ | ||
export {}; | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@sanity/color", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "The Sanity color palette.", | ||
@@ -27,18 +27,9 @@ "main": "dist/cjs/index.js", | ||
"devDependencies": { | ||
"@types/node": "^14.6.0", | ||
"@types/node": "^14.14.5", | ||
"@types/prettier": "^2.0.2", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"babel-eslint": "10.1.0", | ||
"cssnano": "^4.1.10", | ||
"eslint": "^7.7.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"npm-run-all": "4.1.5", | ||
"parcel-bundler": "^1.12.4", | ||
"polished": "^3.6.5", | ||
"prettier": "^2.0.5", | ||
"rimraf": "3.0.2", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
"polished": "^4.0.3", | ||
"prettier": "^2.1.1", | ||
"ts-node": "^9.0.0" | ||
}, | ||
@@ -63,3 +54,3 @@ "repository": { | ||
}, | ||
"gitHead": "cc98b40049a2e59e8f0574961674103366ae1292" | ||
"gitHead": "b79ac88138fb308b8126b51a757e75b1fea6ee95" | ||
} |
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
7
1199
46130