Comparing version 0.6.7-rc8 to 0.6.7-rc9
@@ -766,3 +766,5 @@ 'use strict'; | ||
_.$use = function (_object) { | ||
return _.events.emit("$use", _object); | ||
_.events.emit("$use", _object); | ||
return _; | ||
}; | ||
@@ -769,0 +771,0 @@ |
{ | ||
"name": "menhera", | ||
"version": "0.6.7-rc8", | ||
"version": "0.6.7-rc9", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -14,3 +14,3 @@ # Menhera | ||
```js | ||
import Menhera from "menehra"; | ||
import Mhr from "menehra"; | ||
@@ -61,3 +61,3 @@ const test = ({ _val }) => console.log(_val); | ||
```js | ||
import Menhera from "menehra"; | ||
import mhr from "menehra"; | ||
@@ -64,0 +64,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
733
0