@contember/utilities
Advanced tools
Comparing version 2.0.0-alpha.15 to 2.0.0-alpha.16
@@ -1,6 +0,5 @@ | ||
var define_import_meta_env_default = { BASE_URL: "/", MODE: "development", DEV: true, PROD: false, SSR: true }; | ||
function deprecate(removal, condition, deprecated, replacement) { | ||
if (condition === true) { | ||
{ | ||
const shouldThrow = Boolean(define_import_meta_env_default.VITE_CONTEMBER_ADMIN_STRICT_DEPRECATIONS); | ||
const shouldThrow = Boolean(void 0); | ||
if (shouldThrow) { | ||
@@ -7,0 +6,0 @@ throw new Error(`Support for ${deprecated} was planned to be removed in the ${removal} release.${replacement ? ` Replace it with ${replacement} instead.` : "Remove it."}`); |
{ | ||
"name": "@contember/utilities", | ||
"license": "Apache-2.0", | ||
"version": "2.0.0-alpha.15", | ||
"version": "2.0.0-alpha.16", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
162893
1803