@embroider/shared-internals
Advanced tools
Comparing version 2.2.1-unstable.9f97d6e to 2.2.1-unstable.f4b7a14
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "2.2.1-unstable.9f97d6e", | ||
"version": "2.2.1-unstable.f4b7a14", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Utilities shared among the other embroider packages", |
@@ -176,4 +176,4 @@ "use strict"; | ||
} | ||
get isEmberPackage() { | ||
return this.plainPkg.isEmberPackage; | ||
isEmberPackage() { | ||
return this.plainPkg.isEmberPackage(); | ||
} | ||
@@ -183,13 +183,13 @@ isEngine() { | ||
} | ||
get isLazyEngine() { | ||
return this.plainPkg.isLazyEngine; | ||
isLazyEngine() { | ||
return this.plainPkg.isLazyEngine(); | ||
} | ||
get isV2Ember() { | ||
return this.plainPkg.isV2Ember; | ||
isV2Ember() { | ||
return this.plainPkg.isV2Ember(); | ||
} | ||
get isV2App() { | ||
return this.plainPkg.isV2App; | ||
isV2App() { | ||
return this.plainPkg.isV2App(); | ||
} | ||
get isV2Addon() { | ||
return this.plainPkg.isV2Addon; | ||
isV2Addon() { | ||
return this.plainPkg.isV2Addon(); | ||
} | ||
@@ -196,0 +196,0 @@ // it's important that we're calling this.dependencies here at this level, not |
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
131470