Comparing version 2.1.0 to 2.1.1
@@ -73,3 +73,3 @@ const _ = require('lodash'); | ||
definition.extend = self.definitions[className]; | ||
definition.__meta.name = 'my-' + definition.__meta.name; | ||
definition.__meta.name = self.originalToMy(definition.__meta.name); | ||
} else { | ||
@@ -76,0 +76,0 @@ // Extend the default base class by default, if any, unless |
{ | ||
"name": "moog", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Moog provides powerful module subclassing.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -164,2 +164,4 @@ # moog | ||
2.1.1: actually use the `originalToMy` utility when implicitly subclassing. | ||
2.1.0: utilities to manipulate the `my-` prefix safely for type names with and without an npm namespace. | ||
@@ -166,0 +168,0 @@ |
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
43919
215